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
@@ -102,6 +100,16 @@ Claude Code is an interactive agentic coding tool from Anthropic that helps you
102
100
- It is open-source and user-friendly, suitable for beginners.
103
101
- Future support for MCP will be continuously improved.
104
102
103
+
### Apify MCP Tester
104
+
[Apify MCP Tester](https://github.com/apify/tester-mcp-client) is an open-source client that connects to any MCP server using Server-Sent Events (SSE).
105
+
It is a standalone Apify Actor designed for testing MCP servers over SSE, with support for Authorization headers.
106
+
It uses plain JavaScript (old-school style) and is hosted on Apify, allowing you to run it without any setup.
107
+
108
+
**Key features:**
109
+
- Connects to any MCP server via SSE.
110
+
- Works with the [Apify MCP Server](https://apify.com/apify/actors-mcp-server) to interact with one or more Apify [Actors](https://apify.com/store).
111
+
- Dynamically utilizes tools based on context and user queries (if supported by the server).
112
+
105
113
### BeeAI Framework
106
114
[BeeAI Framework](https://i-am-bee.github.io/beeai-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.
107
115
@@ -130,13 +138,28 @@ Claude Code is an interactive agentic coding tool from Anthropic that helps you
130
138
- Use both built-in and MCP tools directly in chat
131
139
- Supports VS Code and JetBrains IDEs, with any LLM
132
140
141
+
### Copilot-MCP
142
+
[Copilot-MCP](https://github.com/VikashLoomba/copilot-mcp) enables AI coding assistance via MCP.
143
+
144
+
**Key features:**
145
+
- Support for MCP tools and resources
146
+
- Integration with development workflows
147
+
- Extensible AI capabilities
148
+
133
149
### Cursor
134
150
[Cursor](https://docs.cursor.com/advanced/model-context-protocol) is an AI code editor.
135
151
136
152
**Key Features**:
137
153
- Support for MCP tools in Cursor Composer
138
154
- Support for both STDIO and SSE
139
155
156
+
### Daydreams
157
+
[Daydreams](https://github.com/daydreamsai/daydreams) is a generative agent framework for executing anything onchain
158
+
159
+
**Key features:**
160
+
- Supports MCP Servers in config
161
+
- Exposes MCP Client
162
+
140
163
### Emacs Mcp
141
164
[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.
142
165
@@ -204,11 +227,17 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
204
227
- Extend Copilot Studio agents with MCP servers
205
228
- Leveraging Microsoft unified, governed, and secure API management solutions
206
229
230
+
### OpenSumi
231
+
[OpenSumi](https://github.com/opensumi/core) is a framework helps you quickly build AI Native IDE products.
232
+
233
+
**Key features:**
234
+
- Supports MCP tools in OpenSumi
235
+
- Supports built-in IDE MCP servers and custom MCP servers
236
+
207
237
### oterm
208
238
[oterm] is a terminal client for Ollama allowing users to create chats/agents.
209
239
210
240
**Key features:**
211
-
212
241
- Support for multiple fully customizable chat sessions with Ollama connected with tools.
213
242
- Support for MCP tools.
214
243
@@ -287,31 +316,6 @@ Theia AI and Theia IDE's MCP integration provide users with flexibility, making
287
316
- Tight integration with editor features and workspace context
288
317
- Does not support MCP resources
289
318
290
-
### OpenSumi
291
-
[OpenSumi](https://github.com/opensumi/core) is a framework helps you quickly build AI Native IDE products.
292
-
293
-
**Key features:**
294
-
- Supports MCP tools in OpenSumi
295
-
- Supports built-in IDE MCP servers and custom MCP servers
296
-
297
-
### Daydreams
298
-
[Daydreams](https://github.com/daydreamsai/daydreams) is a generative agent framework for executing anything onchain
299
-
300
-
**Key features:**
301
-
- Supports MCP Servers in config
302
-
- Exposes MCP Client
303
-
304
-
### Apify MCP Tester
305
-
306
-
[Apify MCP Tester](https://github.com/apify/tester-mcp-client) is an open-source client that connects to any MCP server using Server-Sent Events (SSE).
307
-
It is a standalone Apify Actor designed for testing MCP servers over SSE, with support for Authorization headers.
308
-
It uses plain JavaScript (old-school style) and is hosted on Apify, allowing you to run it without any setup.
309
-
310
-
**Key features:**
311
-
- Connects to any MCP server via SSE.
312
-
- Works with the [Apify MCP Server](https://apify.com/apify/actors-mcp-server) to interact with one or more Apify [Actors](https://apify.com/store).
313
-
- Dynamically utilizes tools based on context and user queries (if supported by the server).
314
-
315
319
## Adding MCP support to your application
316
320
317
321
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.
@@ -326,4 +330,4 @@ To get started with implementing MCP in your application, check out our [Python]
326
330
327
331
## Updates and corrections
328
332
329
-
This list is maintained by the community. If you notice any inaccuracies or would like to update information about MCP support in your application, please submit a pull request or [open an issue in our documentation repository](https://github.com/modelcontextprotocol/docs/issues).
333
+
This list is maintained by the community. If you notice any inaccuracies or would like to update information about MCP support in your application, please submit a pull request or [open an issue in our documentation repository](https://github.com/modelcontextprotocol/modelcontextprotocol/issues).
0 commit comments