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
@@ -65,6 +65,42 @@ The Claude desktop application provides comprehensive support for MCP, enabling
65
65
66
66
> ⓘ Note: The Claude.ai web application does not currently support MCP. MCP features are only available in the desktop application.
67
67
68
+
### 5ire
69
+
[5ire](https://github.com/nanbingxyz/5ire) is an open source cross-platform desktop AI assistant that supports tools through MCP servers.
70
+
71
+
**Key features:**
72
+
- Built-in MCP servers can be quickly enabled and disabled.
73
+
- Users can add more servers by modifying the configuration file.
74
+
- It is open-source and user-friendly, suitable for beginners.
75
+
- Future support for MCP will be continuously improved.
76
+
77
+
### Bee Agent Framework
78
+
[Bee Agent Framework](https://i-am-bee.github.io/bee-agent-framework) is an open-source framework for building, deploying, and serving powerful agentic workflows at scale. The framework includes the **MCP Tool**, a native feature that simplifies the integration of MCP servers into agentic workflows.
79
+
80
+
**Key features:**
81
+
- Seamlessly incorporate MCP tools into agentic workflows.
82
+
- Quickly instantiate framework-native tools from connected MCP client(s).
83
+
- Planned future support for agentic MCP capabilities.
84
+
85
+
**Learn more:**
86
+
-[Example of using MCP tools in agentic workflow](https://i-am-bee.github.io/bee-agent-framework/#/tools?id=using-the-mcptool-class)
87
+
88
+
### Cline
89
+
[Cline](https://github.com/cline/cline) is an autonomous coding agent in VS Code that edits files, runs commands, uses a browser, and more–with your permission at each step.
90
+
91
+
**Key features:**
92
+
- Create and add tools through natural language (e.g. "add a tool that searches the web")
93
+
- Share custom MCP servers Cline creates with others via the `~/Documents/Cline/MCP` directory
94
+
- Displays configured MCP servers along with their tools, resources, and any error logs
95
+
96
+
### Continue
97
+
[Continue](https://github.com/continuedev/continue) is an open-source AI code assistant, with built-in support for all MCP features.
98
+
99
+
**Key features**
100
+
- Type "@" to mention MCP resources
101
+
- Prompt templates surface as slash commands
102
+
- Use both built-in and MCP tools directly in chat
103
+
- Supports VS Code and JetBrains IDEs, with any LLM
68
104
69
105
### Cursor
70
106
[Cursor](https://docs.cursor.com/advanced/model-context-protocol) is an AI code editor.
@@ -73,23 +109,11 @@ The Claude desktop application provides comprehensive support for MCP, enabling
73
109
- Support for MCP tools in Cursor Composer
74
110
- Support for both STDIO and SSE
75
111
76
-
### Zed
77
-
[Zed](https://zed.dev/docs/assistant/model-context-protocol) is a high-performance code editor with built-in MCP support, focusing on prompt templates and tool integration.
78
-
79
-
**Key features:**
80
-
- Prompt templates surface as slash commands in the editor
81
-
- Tool integration for enhanced coding workflows
82
-
- Tight integration with editor features and workspace context
83
-
- Does not support MCP resources
84
-
85
-
### Sourcegraph Cody
86
-
[Cody](https://openctx.org/docs/providers/modelcontextprotocol) is Sourcegraph's AI coding assistant, which implements MCP through OpenCTX.
112
+
### Emacs Mcp
113
+
[Emacs Mcp](https://github.com/lizqwerscott/mcp.el) is an Emacs client designed to interface with MCP servers, enabling seamless connections and interactions. It provides MCP tool invocation support for AI plugins like [gptel](https://github.com/karthink/gptel) and [llm](https://github.com/ahyatt/llm), adhering to Emacs' standard tool invocation format. This integration enhances the functionality of AI tools within the Emacs ecosystem.
87
114
88
115
**Key features:**
89
-
- Support for MCP resources
90
-
- Integration with Sourcegraph's code intelligence
91
-
- Uses OpenCTX as an abstraction layer
92
-
- Future support planned for additional MCP features
116
+
- Provides MCP tool support for Emacs.
93
117
94
118
### Firebase Genkit
95
119
[Genkit](https://github.com/firebase/genkit) is Firebase's SDK for building and integrating GenAI features into applications. The [genkitx-mcp](https://github.com/firebase/genkit/tree/main/js/plugins/mcp) plugin enables consuming MCP servers as a client or creating MCP servers from Genkit tools and prompts.
@@ -100,15 +124,6 @@ The Claude desktop application provides comprehensive support for MCP, enabling
100
124
- Seamless interoperability with Genkit's existing tools and prompts
101
125
- Works across a wide variety of GenAI models from top providers
102
126
103
-
### Continue
104
-
[Continue](https://github.com/continuedev/continue) is an open-source AI code assistant, with built-in support for all MCP features.
105
-
106
-
**Key features**
107
-
- Type "@" to mention MCP resources
108
-
- Prompt templates surface as slash commands
109
-
- Use both built-in and MCP tools directly in chat
110
-
- Supports VS Code and JetBrains IDEs, with any LLM
111
-
112
127
### GenAIScript
113
128
Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft.github.io/genaiscript/) (in JavaScript). Orchestrate LLMs, tools, and data in JavaScript.
114
129
@@ -117,13 +132,14 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
117
132
- Abstraction to make it easy and productive
118
133
- Seamless Visual Studio Code integration
119
134
120
-
### Cline
121
-
[Cline](https://github.com/cline/cline) is an autonomous coding agent in VS Code that edits files, runs commands, uses a browser, and more–with your permission at each step.
135
+
### Goose
136
+
[Goose](https://github.com/block/goose) is an open source AI agent that supercharges your software development by automating coding tasks.
122
137
123
138
**Key features:**
124
-
- Create and add tools through natural language (e.g. "add a tool that searches the web")
125
-
- Share custom MCP servers Cline creates with others via the `~/Documents/Cline/MCP` directory
126
-
- Displays configured MCP servers along with their tools, resources, and any error logs
139
+
- Expose MCP functionality to Goose through tools.
140
+
- MCPs can be installed directly via the [extensions directory](https://block.github.io/goose/v1/extensions/), CLI, or UI.
141
+
- Goose allows you to extend its functionality by [building your own MCP servers](https://block.github.io/goose/docs/tutorials/custom-extensions).
142
+
- Includes built-in tools for development, web scraping, automation, memory, and integrations with JetBrains and Google Drive.
127
143
128
144
### LibreChat
129
145
[LibreChat](https://github.com/danny-avila/LibreChat) is an open-source, customizable AI chat UI that supports multiple AI providers, now including MCP integration.
@@ -134,19 +150,31 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
134
150
- Open-source and self-hostable, with secure multi-user support
135
151
- Future roadmap includes expanded MCP feature support
136
152
137
-
### TheiaAI/TheiaIDE
138
-
[Theia AI](https://eclipsesource.com/blogs/2024/10/07/introducing-theia-ai/) is a framework for building AI-enhanced tools and IDEs. The [AI-powered Theia IDE](https://eclipsesource.com/blogs/2024/10/08/introducting-ai-theia-ide/) is an open and flexible development environment built on Theia AI.
153
+
### mcp-agent
154
+
[mcp-agent] is a simple, composable framework to build agents using Model Context Protocol.
139
155
140
156
**Key features:**
141
-
-**Tool Integration**: Theia AI enables AI agents, including those in the Theia IDE, to utilize MCP servers for seamless tool interaction.
142
-
-**Customizable Prompts**: The Theia IDE allows users to define and adapt prompts, dynamically integrating MCP servers for tailored workflows.
143
-
-**Custom agents**: The Theia IDE supports creating custom agents that leverage MCP capabilities, enabling users to design dedicated workflows on the fly.
157
+
- Automatic connection management of MCP servers.
158
+
- Expose tools from multiple servers to an LLM.
159
+
- Implements every pattern defined in [Building Effective Agents](https://www.anthropic.com/research/building-effective-agents).
160
+
- Supports workflow pause/resume signals, such as waiting for human feedback.
144
161
145
-
Theia AI and Theia IDE's MCP integration provide users with flexibility, making them powerful platforms for exploring and adapting MCP.
162
+
### Roo Code
163
+
[Roo Code](https://roocode.com) enables AI coding assistance via MCP.
146
164
147
-
**Learn more:**
148
-
-[Theia IDE and Theia AI MCP Announcement](https://eclipsesource.com/blogs/2024/12/19/theia-ide-and-theia-ai-support-mcp/)
149
-
-[Download the AI-powered Theia IDE](https://theia-ide.org/)
165
+
**Key features:**
166
+
- Support for MCP tools and resources
167
+
- Integration with development workflows
168
+
- Extensible AI capabilities
169
+
170
+
### Sourcegraph Cody
171
+
[Cody](https://openctx.org/docs/providers/modelcontextprotocol) is Sourcegraph's AI coding assistant, which implements MCP through OpenCTX.
172
+
173
+
**Key features:**
174
+
- Support for MCP resources
175
+
- Integration with Sourcegraph's code intelligence
176
+
- Uses OpenCTX as an abstraction layer
177
+
- Future support planned for additional MCP features
150
178
151
179
### Superinterface
152
180
[Superinterface](https://superinterface.ai) is AI infrastructure and a developer platform to build in-app AI assistants with support for MCP, interactive components, client-side function calling and more.
@@ -156,50 +184,19 @@ Theia AI and Theia IDE's MCP integration provide users with flexibility, making
156
184
- SSE transport support
157
185
- Use any AI model from any AI provider (OpenAI, Anthropic, Ollama, others)
158
186
159
-
### 5ire
160
-
[5ire](https://github.com/nanbingxyz/5ire) is an open source cross-platform desktop AI assistant that supports tools through MCP servers.
187
+
### TheiaAI/TheiaIDE
188
+
[Theia AI](https://eclipsesource.com/blogs/2024/10/07/introducing-theia-ai/) is a framework for building AI-enhanced tools and IDEs. The [AI-powered Theia IDE](https://eclipsesource.com/blogs/2024/10/08/introducting-ai-theia-ide/) is an open and flexible development environment built on Theia AI.
161
189
162
190
**Key features:**
163
-
- Built-in MCP servers can be quickly enabled and disabled.
164
-
- Users can add more servers by modifying the configuration file.
165
-
- It is open-source and user-friendly, suitable for beginners.
166
-
- Future support for MCP will be continuously improved.
167
-
168
-
### Bee Agent Framework
169
-
[Bee Agent Framework](https://i-am-bee.github.io/bee-agent-framework) is an open-source framework for building, deploying, and serving powerful agentic workflows at scale. The framework includes the **MCP Tool**, a native feature that simplifies the integration of MCP servers into agentic workflows.
191
+
-**Tool Integration**: Theia AI enables AI agents, including those in the Theia IDE, to utilize MCP servers for seamless tool interaction.
192
+
-**Customizable Prompts**: The Theia IDE allows users to define and adapt prompts, dynamically integrating MCP servers for tailored workflows.
193
+
-**Custom agents**: The Theia IDE supports creating custom agents that leverage MCP capabilities, enabling users to design dedicated workflows on the fly.
170
194
171
-
**Key features:**
172
-
- Seamlessly incorporate MCP tools into agentic workflows.
173
-
- Quickly instantiate framework-native tools from connected MCP client(s).
174
-
- Planned future support for agentic MCP capabilities.
195
+
Theia AI and Theia IDE's MCP integration provide users with flexibility, making them powerful platforms for exploring and adapting MCP.
175
196
176
197
**Learn more:**
177
-
-[Example of using MCP tools in agentic workflow](https://i-am-bee.github.io/bee-agent-framework/#/tools?id=using-the-mcptool-class)
178
-
179
-
### mcp-agent
180
-
[mcp-agent] is a simple, composable framework to build agents using Model Context Protocol.
181
-
182
-
**Key features:**
183
-
- Automatic connection management of MCP servers.
184
-
- Expose tools from multiple servers to an LLM.
185
-
- Implements every pattern defined in [Building Effective Agents](https://www.anthropic.com/research/building-effective-agents).
186
-
- Supports workflow pause/resume signals, such as waiting for human feedback.
187
-
188
-
### Emacs Mcp
189
-
[Emacs Mcp](https://github.com/lizqwerscott/mcp.el) is an Emacs client designed to interface with MCP servers, enabling seamless connections and interactions. It provides MCP tool invocation support for AI plugins like [gptel](https://github.com/karthink/gptel) and [llm](https://github.com/ahyatt/llm), adhering to Emacs' standard tool invocation format. This integration enhances the functionality of AI tools within the Emacs ecosystem.
190
-
191
-
**Key features:**
192
-
- Provides MCP tool support for Emacs.
193
-
194
-
195
-
### Goose
196
-
[Goose](https://github.com/block/goose) is an open source AI agent that supercharges your software development by automating coding tasks.
197
-
198
-
**Key features:**
199
-
- Expose MCP functionality to Goose through tools.
200
-
- MCPs can be installed directly via the [extensions directory](https://block.github.io/goose/v1/extensions/), CLI, or UI.
201
-
- Goose allows you to extend its functionality by [building your own MCP servers](https://block.github.io/goose/docs/tutorials/custom-extensions).
202
-
- Includes built-in tools for development, web scraping, automation, memory, and integrations with JetBrains and Google Drive.
198
+
-[Theia IDE and Theia AI MCP Announcement](https://eclipsesource.com/blogs/2024/12/19/theia-ide-and-theia-ai-support-mcp/)
199
+
-[Download the AI-powered Theia IDE](https://theia-ide.org/)
203
200
204
201
### Windsurf Editor
205
202
[Windsurf Editor](https://codeium.com/windsurf) is an agentic IDE that combines AI assistance with developer workflows. It features an innovative AI Flow system that enables both collaborative and independent AI interactions while maintaining developer control.
@@ -209,6 +206,15 @@ Theia AI and Theia IDE's MCP integration provide users with flexibility, making
209
206
- Intelligent code generation and understanding
210
207
- Rich development tools with multi-model support
211
208
209
+
### Zed
210
+
[Zed](https://zed.dev/docs/assistant/model-context-protocol) is a high-performance code editor with built-in MCP support, focusing on prompt templates and tool integration.
211
+
212
+
**Key features:**
213
+
- Prompt templates surface as slash commands in the editor
214
+
- Tool integration for enhanced coding workflows
215
+
- Tight integration with editor features and workspace context
216
+
- Does not support MCP resources
217
+
212
218
## Adding MCP support to your application
213
219
214
220
If you've added MCP support to your application, we encourage you to submit a pull request to add it to this list. MCP integration can provide your users with powerful contextual AI capabilities and make your application part of the growing MCP ecosystem.
0 commit comments