E
Emacs MCP
by @dotemacs
MCP server by dotemacs
Created 5/30/2025
Updated 3 days ago
README
Repository documentation and setup instructions
emacs-mcp
Usage
git clone --recursive git@github.com:dotemacs/emacs-mcp
And then:
$ echo '{ "jsonrpc": "2.0", "method": "tools/call", "params": { "name": "execute_elisp", "arguments": { "code": "(emacs-uptime)" } }, "id": 1 }' | ./emacs-mcp.sh
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/dotemacs/emacs-mcp
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"dotemacs-emacs-mcp": {
"command": "git",
"args": [
"clone",
"https://github.com/dotemacs/emacs-mcp"
]
}
}
}