Claude Code IDE.el integrates Claude's AI capabilities into Emacs, providing intelligent coding assistance. It exposes functions for code completion, error detection, and documentation lookup. The server connects to Claude's API for natural language processing and code analysis. Developers using Emacs can use it to enhance productivity with AI-powered code suggestions and debugging.
Claude Code IDE.el integrates Claude's AI capabilities into Emacs, providing intelligent coding assistance. It exposes functions for code completion, error detection, and documentation lookup. The server connects to Claude's API for natural language processing and code analysis. Developers using Emacs can use it to enhance productivity with AI-powered code suggestions and debugging.
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"manzaltu-claude-code-ideel-github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-manzaltu-claude-code-ideel-github"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from claude code ide.el?"
API Key Required
This server requires an API key from claude code ide.el. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| CLAUDE_CODE_IDE.EL_API_KEY | Yes | Your claude code ide.el API key |
"What resources are available in claude code ide.el?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in claude code ide.el"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in claude code ide.el with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.