emacs-mcp-server
15
The Emacs MCP Server is a model context protocol server designed for Emacs, which facilitates the generation and execution of elisp code within a running Emacs process. It includes tools for generating and executing Emacs Lisp code.
Emacs MCP Server
Model Context Protocol (MCP) server for Emacs. Enables generating and running elisp code in a running Emacs process.
Tools
- Generates and executes Emacs Lisp code via
emacsclient
. - Tools:
generate_emacs_lisp_code
,execute_emacs_lisp_code
.
Invocation
- Managed with
uv
. - Run
uv sync
to install dependencies. - Activate venv and configure for usage with Claude Desktop.