by rhblind · MCP Server · ★ 71
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
MCP Server for Emacs Connect Large Language Models directly to your Emacs environment! This MCP (Model Context Protocol) server exposes Emacs functionality through standardized tools, allowing LLMs like Claude to read and modify your buffers, execute elisp code, navigate files, and much more. Quick Start Installation: Place the files in your Emacs configuration directory and add to your config: Alternatively, use package managers: elisp ;; Using straight.el (use-package mcp-server :straight (:type git :host github :repo "rhblind/emacs-mcp-server" :files (".el" "tools/.el" "mcp-wrapper.py" "mcp-wrapper.sh")) :config (add-hook 'emacs-startup-hook #'mcp-server-start-unix)) ;; Using use-package with manual path (use-package mcp-server :load-path "/path-to/mcp-server" :config (add-hook
| Stars | 71 |
| Forks | 9 |
| Language | Emacs Lisp |
| Category | MCP Server |
| License | GPL-3.0 |
| Quality Score | 69.1764712328031/100 |
| Open Issues | 7 |
| Last Updated | 2026-05-04 |
| Created | 2025-08-15 |
| Platforms | mcp |
| Est. Tokens | ~82k |
These tools work well together with emacs-mcp-server for enhanced workflows:
Explore other popular mcp server tools:
emacs-mcp-server is Pure ELISP MCP server for Emacs. It is categorized as a MCP Server with 71 GitHub stars.
emacs-mcp-server is primarily written in Emacs Lisp.
You can find installation instructions and usage details in the emacs-mcp-server GitHub repository at github.com/rhblind/emacs-mcp-server. The project has 71 stars and 9 forks, indicating an active community.
emacs-mcp-server is released under the GPL-3.0 license, making it free to use and modify according to the license terms.