emacs-mcp-server

rhblind/emacs-mcp-server
★ 71 stars Emacs Lisp 📦 Other Updated today
Pure ELISP MCP server for Emacs
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "emacs-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "rhblind/emacs-mcp-server"
      ]
    }
  }
}