mcp-server-lib.el

laurynas-biveinis/mcp-server-lib.el
★ 44 stars Emacs Lisp 🧠 Memory/Knowledge Updated 2d ago
Emacs Lisp implementation of the Model Context Protocol
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-lib.el": {
      "command": "npx",
      "args": [
        "-y",
        "laurynas-biveinis/mcp-server-lib.el"
      ]
    }
  }
}