You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+43-3Lines changed: 43 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# MCP Kit
2
2
3
-
A lightweight UI console to detect MCP-capable agents and install MCP servers. Easily manage Model Context Protocol integrations for Cursor, Windsurf, Claude and other MCP-capable assistants.
3
+
A lightweight UI console to detect MCP-capable agents and install MCP servers. Easily manage Model Context Protocol integrations for Cursor, Windsurf, Claude Desktop, Continue, Aider, Cline, Neovim, Emacs, JetBrains IDEs and other MCP-capable assistants.
4
4
5
5

6
6
@@ -26,7 +26,7 @@ npx @cybertheory/mcpkit
26
26
27
27
## ✨ Features
28
28
29
-
-**Auto-Detection**: Automatically finds Cursor, Windsurf, Claude, and other MCP-capable agents
29
+
-**Auto-Detection**: Automatically finds Cursor, Windsurf, Claude Desktop, Continue, Aider, Cline, Neovim, Emacs, JetBrains IDEs and other MCP-capable agents
30
30
-**Live Registry**: Always up-to-date MCP server catalog from GitHub
31
31
-**One-Click Install**: Install MCP servers with environment variable configuration
32
32
-**OAuth Support**: Handle authentication flows for services like GitHub
@@ -35,8 +35,32 @@ npx @cybertheory/mcpkit
35
35
36
36
## 🎯 Supported Agents
37
37
38
+
### Code Editors
38
39
-**Cursor** - AI-powered code editor
39
-
-**Windsurf** - AI coding assistant
40
+
-**Windsurf** - AI coding assistant by Codeium
41
+
-**Continue** - Open-source AI coding assistant
42
+
-**Cline** - AI-powered coding assistant for VS Code
43
+
-**VS Code** - Visual Studio Code with MCP extensions
44
+
-**Neovim** - Modern Vim with MCP support
45
+
-**Emacs** - Extensible text editor with MCP integration
46
+
-**JetBrains IDEs** - IntelliJ IDEA, PyCharm, WebStorm with MCP
47
+
48
+
### AI Assistants
49
+
-**Claude Desktop** - Anthropic's Claude AI assistant
50
+
-**ChatGPT** - OpenAI's ChatGPT with MCP integration
51
+
-**Perplexity AI** - AI-powered search and research assistant
52
+
53
+
### Terminal Tools
54
+
-**Aider** - AI pair programming in your terminal
55
+
56
+
### Productivity & Communication
57
+
-**Notion AI** - AI-powered workspace and productivity tool
58
+
-**Obsidian** - Knowledge management with AI plugins
59
+
-**Slack** - Team communication with AI integrations
60
+
-**Discord** - Community platform with bot integrations
61
+
-**Zapier** - Automation platform connecting apps and services
62
+
63
+
### Custom Agents
40
64
-**Custom Agents** - Add your own MCP-compatible tools
41
65
42
66
## 📦 Installation Methods
@@ -131,8 +155,24 @@ npm publish
131
155
132
156
MCP Kit automatically detects agent configurations, but you can manually specify paths if needed:
133
157
158
+
### Code Editors
134
159
-**Cursor**: `~/.cursor/mcp.json`
135
160
-**Windsurf**: `~/.windsurf/mcp.json`
161
+
-**Continue**: `~/.continue/config.json`
162
+
-**Cline**: `~/.cline/config.json` (VS Code extension with MCP support)
163
+
-**Neovim**: `~/.neovim/mcp.json`
164
+
-**Emacs**: `~/.emacs/mcp.json`
165
+
-**JetBrains**: `~/.jetbrains/mcp.json`
166
+
167
+
### AI Assistants
168
+
-**Claude Desktop**: `~/.claude/mcp.json`
169
+
-**ChatGPT**: Custom configuration file
170
+
-**Perplexity AI**: Custom configuration file
171
+
172
+
### Terminal Tools
173
+
-**Aider**: `~/.aiderrc` or `~/.aider/config.json`
0 commit comments