claude-code-mcp

steipete/claude-code-mcp
★ 1,171 stars JavaScript 🤖 AI/LLM Updated 1mo ago
Claude Code as one-shot MCP server to have an agent in your agent.
View on GitHub →

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"
      ]
    }
  }
}

Topics

agentclaudemcp