Skip to content

Commit e838ee5

Browse files
committed
reordering
1 parent e8a0471 commit e838ee5

File tree

1 file changed

+93
-87
lines changed

1 file changed

+93
-87
lines changed

clients.mdx

Lines changed: 93 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@ This page provides an overview of applications that support the Model Context Pr
1010
| Client | [Resources] | [Prompts] | [Tools] | [Sampling] | Roots | Notes |
1111
|---------------------------------------------|-------------|-----------|---------|------------|--------|-----------------------------------------------------------------------------|
1212
| [Claude Desktop App][Claude] |||||| Full support for all MCP features |
13+
| [5ire][5ire] |||||| Supports tools. |
14+
| [Bee Agent Framework][Bee Agent Framework] |||||| Supports tools in agentic workflows. |
15+
| [Cline][Cline] |||||| Supports tools and resources. |
16+
| [Continue][Continue] |||||| Full support for all MCP features |
1317
| [Cursor][Cursor] |||||| Supports tools. |
14-
| [Zed][Zed] |||||| Prompts appear as slash commands |
15-
| [Sourcegraph Cody][Cody] |||||| Supports resources through OpenCTX |
18+
| [Emacs Mcp][Mcp.el] |||||| Supports tools in Emacs. |
1619
| [Firebase Genkit][Genkit] | ⚠️ ||||| Supports resource list and lookup through tools. |
17-
| [Continue][Continue] |||||| Full support for all MCP features |
1820
| [GenAIScript][GenAIScript] |||||| Supports tools. |
19-
| [Cline][Cline] | ||||| Supports tools and resources. |
21+
| [Goose][Goose] | ||||| Supports tools. |
2022
| [LibreChat][LibreChat] |||||| Supports tools for Agents |
21-
| [TheiaAI/TheiaIDE][TheiaAI/TheiaIDE] |||||| Supports tools for Agents in Theia AI and the AI-powered Theia IDE |
22-
| [Superinterface][Superinterface] |||||| Supports tools |
23-
| [5ire][5ire] |||||| Supports tools. |
24-
| [Bee Agent Framework][Bee Agent Framework] |||||| Supports tools in agentic workflows. |
2523
| [mcp-agent][mcp-agent] |||| ⚠️ || Supports tools, server connection management, and agent workflows. |
2624
| [Roo Code][Roo Code] |||||| Supports tools and resources. |
27-
| [Emacs Mcp][Mcp.el] |||||| Supports tools in Emacs. |
28-
| [Goose][Goose] |||||| Supports tools. |
25+
| [Sourcegraph Cody][Cody] |||||| Supports resources through OpenCTX |
26+
| [Superinterface][Superinterface] |||||| Supports tools |
27+
| [TheiaAI/TheiaIDE][TheiaAI/TheiaIDE] |||||| Supports tools for Agents in Theia AI and the AI-powered Theia IDE |
2928
| [Windsurf Editor][Windsurf] |||||| Supports tools with AI Flow for collaborative development. |
29+
| [Zed][Zed] |||||| Prompts appear as slash commands |
3030

3131
[Claude]: https://claude.ai/download
3232
[Cursor]: https://cursor.com
@@ -65,6 +65,42 @@ The Claude desktop application provides comprehensive support for MCP, enabling
6565

6666
> ⓘ Note: The Claude.ai web application does not currently support MCP. MCP features are only available in the desktop application.
6767
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
68104

69105
### Cursor
70106
[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
73109
- Support for MCP tools in Cursor Composer
74110
- Support for both STDIO and SSE
75111

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.
87114

88115
**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.
93117

94118
### Firebase Genkit
95119
[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
100124
- Seamless interoperability with Genkit's existing tools and prompts
101125
- Works across a wide variety of GenAI models from top providers
102126

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-
112127
### GenAIScript
113128
Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft.github.io/genaiscript/) (in JavaScript). Orchestrate LLMs, tools, and data in JavaScript.
114129

@@ -117,13 +132,14 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
117132
- Abstraction to make it easy and productive
118133
- Seamless Visual Studio Code integration
119134

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.
122137

123138
**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.
127143

128144
### LibreChat
129145
[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
134150
- Open-source and self-hostable, with secure multi-user support
135151
- Future roadmap includes expanded MCP feature support
136152

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.
139155

140156
**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.
144161

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.
146164

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
150178

151179
### Superinterface
152180
[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
156184
- SSE transport support
157185
- Use any AI model from any AI provider (OpenAI, Anthropic, Ollama, others)
158186

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.
161189

162190
**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.
170194

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.
175196

176197
**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/)
203200

204201
### Windsurf Editor
205202
[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
209206
- Intelligent code generation and understanding
210207
- Rich development tools with multi-model support
211208

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+
212218
## Adding MCP support to your application
213219

214220
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

Comments
 (0)