yuya373/claude-code-emacs
This package provides seamless integration with Claude Code, allowing you to run AI-powered coding sessions directly in your Emacs environment.
Platform-specific configuration:
{
"mcpServers": {
"claude-code-emacs": {
"command": "npx",
"args": [
"-y",
"claude-code-emacs"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...