emacs-mcp-server — MCP Server by rhblind

by rhblind · MCP Server · ★ 71

Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h

About emacs-mcp-server

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

Quick Facts

Stars71
Forks9
LanguageEmacs Lisp
CategoryMCP Server
LicenseGPL-3.0
Quality Score69.1764712328031/100
Open Issues7
Last Updated2026-05-04
Created2025-08-15
Platformsmcp
Est. Tokens~82k

Compatible Skills

These tools work well together with emacs-mcp-server for enhanced workflows:

More MCP Server Tools

Explore other popular mcp server tools:

View all MCP Server tools →

Popular Emacs Lisp Agent Tools

Frequently Asked Questions

What is emacs-mcp-server?

emacs-mcp-server is Pure ELISP MCP server for Emacs. It is categorized as a MCP Server with 71 GitHub stars.

What programming language is emacs-mcp-server written in?

emacs-mcp-server is primarily written in Emacs Lisp.

How do I install or use emacs-mcp-server?

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.

What license does emacs-mcp-server use?

emacs-mcp-server is released under the GPL-3.0 license, making it free to use and modify according to the license terms.

View on GitHub → Browse MCP Server tools