by lizqwerscott
Provides an MCP client integrated into Emacs, enabling interaction with MCP servers directly from the editor.
Mcp Client brings Model Context Protocol (MCP) capabilities into the Emacs environment, allowing users to send and receive MCP messages without leaving their editing workflow.
M-x package-install RET mcp.el RET
or clone the repository into your ~/.emacs.d/
directory and add (require 'mcp)
to your init file.M-x mcp-start
to connect to an MCP server.M-x mcp-send
to transmit messages and M-x mcp-view
to inspect responses.Q: Does Mcp Client require external dependencies? A: Only Emacs (version 25+) and an accessible MCP server are needed.
Q: Can I connect to more than one server?
A: Yes, use mcp-start
with a named server identifier to manage multiple connections.
Q: How do I view raw MCP messages?
A: Invoke mcp-view-raw
to open a dedicated buffer displaying the full protocol payload.
No README documentation available
Please log in to share your review and rating for this MCP.
Discover more MCP servers with similar functionality and use cases
by zed-industries
Provides real-time collaborative editing powered by Rust, enabling developers to edit code instantly across machines with a responsive, GPU-accelerated UI.
by cline
Provides autonomous coding assistance directly in the IDE, enabling file creation, editing, terminal command execution, browser interactions, and tool extension with user approval at each step.
by continuedev
Provides continuous AI assistance across IDEs, terminals, and CI pipelines, offering agents, chat, inline editing, and autocomplete to accelerate software development.
by github
Enables AI agents, assistants, and chatbots to interact with GitHub via natural‑language commands, providing read‑write access to repositories, issues, pull requests, workflows, security data and team activity.
by block
Automates engineering tasks by installing, executing, editing, and testing code using any large language model, providing end‑to‑end project building, debugging, workflow orchestration, and external API interaction.
by RooCodeInc
An autonomous coding agent that lives inside VS Code, capable of generating, refactoring, debugging code, managing files, running terminal commands, controlling a browser, and adapting its behavior through custom modes and instructions.
by lastmile-ai
A lightweight, composable framework for building AI agents using Model Context Protocol and simple workflow patterns.
by firebase
Provides a command‑line interface to manage, test, and deploy Firebase projects, covering hosting, databases, authentication, cloud functions, extensions, and CI/CD workflows.
by gptme
Empowers large language models to act as personal AI assistants directly inside the terminal, providing capabilities such as code execution, file manipulation, web browsing, vision, and interactive tool usage.