An MCP server that allows AI tools to interact with Claude Code programmatically with session continuity and async execution support.
{
"mcpServers": {
"claude": {
"command": "npx",
"args": [
"-y",
"claude-mcp"
]
}
}
}