Skip to main content
Glama

Emacs MCP Server

by vivekhaldar

execute_emacs_lisp_code

Run Emacs Lisp code directly within a running Emacs process using the Emacs MCP Server, enabling AI assistants to execute and retrieve results for automation and interaction.

Instructions

Execute Emacs Lisp code by sending it to the Emacs process and return the result.

Input Schema

NameRequiredDescriptionDefault
codeYes

Input Schema (JSON Schema)

{ "properties": { "code": { "title": "Code", "type": "string" } }, "required": [ "code" ], "title": "execute_emacs_lisp_codeArguments", "type": "object" }
Install Server

Other Tools from Emacs MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vivekhaldar/emacs-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server