Skip to content

Commit c126484

Browse files
committed
docs: update README with creator information and installation instructions
- Added creator details and links to enhance user engagement. - Included installation instructions for macOS, addressing common issues with unsigned apps. - Removed the Development Guide section as it is no longer needed. - Updated demo GIF and adjusted content for clarity and conciseness.
1 parent d7ea4b7 commit c126484

File tree

3 files changed

+60
-41
lines changed

3 files changed

+60
-41
lines changed

README.md

Lines changed: 60 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
![MCP Linker Logo](./images/logo.png)
44

5+
**Created by [milisp](https://github.com/milisp) — Building the AI tools of tomorrow**
6+
57
# MCP Linker
68

79
[![English](https://img.shields.io/badge/English-Click-yellow)](README.md)
@@ -19,9 +21,7 @@
1921

2022
**One-click add and sync MCP (Model Context Protocol) servers across AI clients like Claude Code, Desktop, Cursor, and Cline.**
2123

22-
Easily manage and sync Model Context Protocol servers across all your AI tools — without editing a single config file.
23-
24-
MCP Linker Save hours of manual configuration, boosts your productivity, and helps you add 600+ curated mcp servers instantly.
24+
![Demo](./images/demo.gif)
2525

2626
support [awesome-claude-dxt](https://github.com/milisp/awesome-claude-dxt) - A curated list of awesome (not only Claude) Desktop Extensions - by milisp
2727

@@ -31,7 +31,6 @@ support [awesome-claude-dxt](https://github.com/milisp/awesome-claude-dxt) - A c
3131
<img src="https://img.shields.io/badge/📥%20Download%20Latest-macOS%2FWindows%2FLinux-brightgreen?style=for-the-badge&logo=github" alt="Download MCP Linker" />
3232
</a>
3333
<br />
34-
<sub>Lightweight (~6MB) • No config files • Instant Claude enhancement</sub>
3534

3635
[![mcp-linker-add](https://img.shields.io/badge/mcp--linker-add-blue?logo=link&style=for-the-badge)](https://www.mcp-linker.store/install-app?name=sequential-thinking&autoSubmit=true&config=eyJzZXF1ZW50aWFsLXRoaW5raW5nIjp7ImNvbW1hbmQiOiJucHgiLCJhcmdzIjpbIi15IiwiQG1vZGVsY29udGV4dHByb3RvY29sL3NlcnZlci1zZXF1ZW50aWFsLXRoaW5raW5nIl19fQ==)
3736

@@ -71,23 +70,74 @@ For mcp server users and creators
7170
### ⚙️ Add server
7271
![Add server](./images/add-server.png)
7372

74-
## 🖼️ Demo
75-
76-
![Demo](./images/demo.gif)
77-
7873
## 🚀 Upgrade to Pro
7974

8075
🔐 Want cloud sync, backup, and team support?
8176
👉 [**See Pro Plans →**](https://mcp-linker.store/pricing)
8277

8378
<sub>Starts at less than the price of a coffee per month ☕</sub>
8479

80+
## 👤 About the Creator
81+
82+
**MCP Linker** is created and maintained by [**milisp**](https://github.com/milisp),
83+
a passionate developer building tools at the frontier of AI + developer productivity.
84+
85+
🔗 Check out other projects by milisp:
86+
- [awesome-claude-dxt](https://github.com/milisp/awesome-claude-dxt) – Curated list of Claude Desktop Extensions
87+
88+
Follow me On [Twitter](https://x.com/mikelelisp) or ⭐ to stay updated on cutting-edge tools for the Claude/MCP ecosystem!
89+
8590
## 📚 Documentation
8691

87-
- [🛠️ Development Guide](./readme/DEVELOPMENT.md)
8892
- [📅 Roadmap](./readme/ROADMAP.md)
8993
- [🍎 macOS Notice](./readme/MACOS-NOTICE.md)
9094

95+
## Install
96+
97+
Just download and open
98+
99+
### macOS special Install Information
100+
101+
> Apple say "App is damaged"
102+
103+
This is 100% opensource
104+
105+
### How to Open Unsigned Apps on macOS
106+
107+
> follow this or ask AI or search.
108+
109+
1. Try to open the app normally
110+
2. If blocked, go to System Preferences → Security & Privacy
111+
3. Click "Open Anyway" next to the blocked app message
112+
4. Or use the command line:
113+
114+
```sh
115+
xattr -d com.apple.quarantine /path/to/MCPLinker.app
116+
```
117+
118+
5. Or watch Youtube
119+
120+
🎥 [Youtube Video: How to Fix It](https://www.youtube.com/watch?v=MEHFd0PCQh4)
121+
122+
## 🛠️ Development Setup
123+
124+
**Requirements:** Node.js 20+, Bun, Rust toolchain, [Tauri prerequisites](https://v2.tauri.app/start/prerequisites/)
125+
126+
### Getting Started
127+
128+
```bash
129+
git clone https://github.com/milisp/mcp-linker
130+
cd mcp-linker/tauri-app
131+
bun install
132+
cp .env.example .env
133+
bun tauri dev
134+
```
135+
136+
## 🏗️ Architecture
137+
138+
- **Frontend:** Tauri + React + shadcn/ui
139+
- **Backend:** Optional FastAPI
140+
91141
## 💬 Support & Community
92142

93143
- **[💬 Join Discussions](https://github.com/milisp/mcp-linker/discussions)** — Get help and share ideas
@@ -115,7 +165,7 @@ We're grateful to our awesome community contributors who make MCP Linker better
115165
- **Local First**: All configurations are stored locally by default
116166
- **Optional Cloud Sync**: Pro users can opt-in to encrypted cloud synchronization
117167
- **Open Source**: Full transparency with public source code
118-
- **No Tracking now**: We maybe collect personal usage data to improve MCP Linker later
168+
- **No Tracking**: No collect personal usage data
119169

120170
## 📝 License
121171

images/demo.gif

483 KB
Loading

readme/DEVELOPMENT.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)