ebeloded/claude-mcp
An MCP server that allows AI tools to interact with Claude Code programmatically with session continuity and async execution support.
Platform-specific configuration:
{
"mcpServers": {
"claude-mcp": {
"command": "npx",
"args": [
"-y",
"claude-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...