E
Emacs MCP
by @parsnips
A simple one function emacs mcp to execute lisp via emacsclient
Created 5/9/2025
Updated about 1 month ago
README
Repository documentation and setup instructions
emacs-mcp
A simple one function emacs mcp to execute lisp through emacs client
You can add to claude code with something like:
claude mcp add emacs -- /path/to/parsnips/emacs-mcp/emacs-mcp --workspace ~/projects/twisp/core
And then use claude code (or something else) to control emacs by sending elisp through emacs client:
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/parsnips/emacs-mcp
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"parsnips-emacs-mcp": {
"command": "git",
"args": [
"clone",
"https://github.com/parsnips/emacs-mcp"
]
}
}
}