Emacs MCPサーバー
Emacs用のModel Context Protocol(MCP)サーバー。実行中のEmacsプロセス内でelispコードを生成および実行できるようにします。
ツール
サーバーは 2 つのツールを公開します。
generate_emacs_lisp_code
: 指定されたタスクのelispを生成するexecute_emacs_lisp_code
: elisp を実行中の Emacs (emacsclient
経由) に渡して評価し、実行します。
呼び出し
このプロジェクトはuv
で管理されています。まず、 uv sync
を実行してすべての依存関係をインストールします。次に、 source .venv/bin/activate
、生成された venv をアクティベートします。
インスペクターで MCP サーバーを実行するには:
Claude Desktop が使用できるように MCP サーバーをインストールするには:
ただし、 claude_desktop_config.json
内のJSON設定を編集して、APIキーとemacsclient
へのフルパスを追加する必要があります。以下のようになります。
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
実行中の Emacs プロセスで Elisp コードを生成および実行し、AI アシスタントが Emacs を制御および対話できるようにするモデル コンテキスト プロトコル サーバー。
Related MCP Servers
- AsecurityFlicenseAqualityA Model Context Protocol server that allows secure execution of pre-approved commands, enabling AI assistants to safely interact with the user's system.Last updated -1318JavaScript
- -securityFlicense-qualityA Model Context Protocol server that enables AI assistants like Claude to perform Python development tasks through file operations, code analysis, project management, and safe code execution.Last updated -1Python
- -securityFlicense-qualityA Model Context Protocol server that bridges AI assistants like Claude with Wordware's specialized agent capabilities, allowing dynamic loading and access to any Wordware flow through a standardized interface.Last updated -Python
- AsecurityFlicenseAqualityA Model Context Protocol server implementation that provides structured, AI-friendly access to eRegulations data, making it easier for AI models to answer user questions about administrative procedures.Last updated -419TypeScript