Skip to content

Commit 8873262

Browse files
authored
Merge pull request modelcontextprotocol#129 from lizqwerscott/docs/add-emacs-mcp-client
Add Emacs mcp to the list of supportint clients
2 parents d1990ed + 76e729a commit 8873262

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

clients.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ This page provides an overview of applications that support the Model Context Pr
2323
| [5ire][5ire] |||||| Supports tools. |
2424
| [Bee Agent Framework][Bee Agent Framework] |||||| Supports tools in agentic workflows. |
2525
| [mcp-agent][mcp-agent] |||| ⚠️ || Supports tools, server connection management, and agent workflows. |
26+
| [Emacs Mcp][Mcp.el] |||||| Supports tools in Emacs. |
2627

2728

2829
[Claude]: https://claude.ai/download
@@ -39,6 +40,7 @@ This page provides an overview of applications that support the Model Context Pr
3940
[5ire]: https://github.com/nanbingxyz/5ire
4041
[Bee Agent Framework]: https://i-am-bee.github.io/bee-agent-framework
4142
[mcp-agent]: https://github.com/lastmile-ai/mcp-agent
43+
[Mcp.el]: https://github.com/lizqwerscott/mcp.el
4244

4345
[Resources]: https://modelcontextprotocol.io/docs/concepts/resources
4446
[Prompts]: https://modelcontextprotocol.io/docs/concepts/prompts
@@ -178,6 +180,12 @@ Theia AI and Theia IDE's MCP integration provide users with flexibility, making
178180
- Implements every pattern defined in [Building Effective Agents](https://www.anthropic.com/research/building-effective-agents).
179181
- Supports workflow pause/resume signals, such as waiting for human feedback.
180182

183+
### Emacs Mcp
184+
[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.
185+
186+
**Key features:**
187+
- Provides MCP tool support for Emacs.
188+
181189
## Adding MCP support to your application
182190

183191
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)