Claude Code as one-shot MCP server to have an agent in your agent.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"claude-code-mcp": {
"command": "npx",
"args": [
"-y",
"steipete/claude-code-mcp"
]
}
}
}
Run in terminal:
claude mcp add claude-code-mcp npx -y steipete/claude-code-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"claude-code-mcp": {
"command": "npx",
"args": [
"-y",
"steipete/claude-code-mcp"
]
}
}
}