AUTOMATIONSWITCH
CommunityDev Tools

Claude Code MCP

by steipete

Claude Code as a one-shot MCP server: lets one agent invoke Claude Code as a tool inside another agent context. 1,272 GitHub stars and 1 commit on main in the last 30 days.

1,272·4 tools·Released DEC 2025·MIT
npx -y @steipete/claude-code-mcp
Share:

Claude Code as a one-shot MCP server: lets one agent invoke Claude Code as a tool inside another agent context. 1,272 GitHub stars and 1 commit on main in the last 30 days. Tier 2 placement reflects the modest cadence; the high star count and agent-in-your-agent pattern carry editorial weight.

Reviewed by M. Nouriel · MAY 2026

INSTALL THIS SERVER

Requires authenticationClaude Code installed and authenticated on the host (anthropic.com login or API key). The MCP invokes the local claude binary.
{ "mcpServers": { "claude-code": { "command": "npx", "args": [ "-y", "@steipete/claude-code-mcp" ] } } }
PrereqRequires Claude Code installed and authenticated on the host (https://claude.com/claude-code). NPM: `@steipete/claude-code-mcp`. Each invocation is a fresh Claude Code session. Path: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS).
{ "mcpServers": { "claude-code": { "command": "npx", "args": [ "-y", "@steipete/claude-code-mcp" ] } } }
{ "mcpServers": { "claude-code": { "command": "npx", "args": [ "-y", "@steipete/claude-code-mcp" ] } } }
{ "mcpServers": { "claude-code": { "command": "npx", "args": [ "-y", "@steipete/claude-code-mcp" ] } } }
{ "mcpServers": { "claude-code": { "command": "npx", "args": [ "-y", "@steipete/claude-code-mcp" ] } } }

4 TOOLS AVAILABLE

claude_code
Invoke Claude Code with a prompt and return the response
Write
claude_code_with_files
Invoke Claude Code with a prompt and a list of files in scope
Write
list_recent_sessions
List recent Claude Code sessions
Read

OUR ASSESSMENT

Strengths
  • 1,272 GitHub stars and MIT licence.
  • Enables agent-in-agent patterns: one MCP-enabled agent (Cursor, Cline) calls Claude Code as a sub-agent for code-specific tasks.
  • One-shot mode: each invocation is a fresh Claude Code session.
  • Useful for workflows that orchestrate multiple AI tools.
Weaknesses
  • 1 commit on main in the last 30 days, modest cadence.
  • Single-maintainer governance.
  • Requires Claude Code installed and authenticated on the host.
  • One-shot invocations carry a Claude API cost per call.
Security Notes

The MCP invokes Claude Code on the operator host with the operator Claude credentials. Scope the agent filesystem to the directories the sub-agent should access. One-shot mode means each invocation runs in a fresh session with no persistent state; sensitive data flowing through the prompts is processed by Anthropic per the Claude Code privacy policy.

Best For

Teams running multi-agent workflows where one agent (Cursor, Cline, Windsurf) calls Claude Code as a sub-agent for code-specific tasks; orchestration patterns that delegate code generation, review, or refactoring to a specialised sub-agent; experimentation with agent-in-agent compositions.

TECHNICAL DETAILS

Language
typescript
Transport
stdio
Clients
Claude DesktopClaude CodeCursorVS CodeWindsurf
License
MIT
GitHub
npm
@steipete/claude-code-mcp
Last Release
@steipete/claude-code-mcp (npm latest)MAY 3, 2026
First Released
DEC 1, 2025

ADOPTION METRICS

// GitHub Stars
1,272

// Reading this1,272 stars on the steipete/claude-code-mcp repo. 1 commit on main in the last 30 days.

// Popularity Rank
#13
Globally · #13 in Dev Tools

// Reading thisHigh-adoption agent-orchestration tool. Pairs with multi-agent workflows where Claude Code acts as the code sub-agent.

SOURCES & VERIFICATION

We don't take any single directory's word for it. Before scoring, we cross-reference 4 public MCP sources, install the server ourselves against the clients we cover, and record when we last re-verified.

01
Discovered
Manual submission
First indexed MAY 3, 2026
02
Cross-referenced
4 directories
PulseMCP, MCP.so, Glama, Smithery
03
Verified against
Claude Desktop, Cursor, Cline
Installed and tested across clients
04
Last re-checked
MAY 3, 2026
Weekly re-verification
// How other directories see it

The same server, 4 different lenses. We reconcile these signals into our editorial score, which is why our number sometimes diverges from a directory-aggregate star count.

SourceTheir ratingTheir star countTheir downloadsLast synced
AutomationSwitch This page3.8editorial1,272MAY 3, 2026
PulseMCP— unratedunavailableunavailableMAY 3, 2026
MCP.so— unratedunavailableunavailableMAY 3, 2026
Glama— unratedunavailableunavailableMAY 3, 2026
Smithery— unratedunavailableunavailableMAY 3, 2026

// Counts are directory-reported; we don't adjust them. Discrepancies usually come from different snapshot times or star-caching.

OTHER DEV TOOLS MCP SERVERS

Official5

GitHub

GitHub

Official GitHub MCP server. 29,469 stars, MIT, 33 commits on main in the last 30 days. Repo, issue, PR, action, and code search tools backed by the GitHub REST + GraphQL APIs.

24 tools29,469
Official4.7

Playwright

Microsoft

Official Microsoft Playwright MCP server. Browser automation tools (navigate, click, fill, screenshot, evaluate JS, network capture) backed by Playwright. 31,942 stars, 35 commits/30d, Apache-2.0.

11 tools31,942
Community4.6

GitLab MCP

zereight

GitLab MCP with 60+ tools covering merge requests, repositories, issues, branches, commits, files, discussions, draft notes, approvals, pipelines, and OAuth multi-user support. 54 commits on main in the last 30 days.

9 tools1,449
Vendor4.5

OpenSpec

Fission-AI

The leading spec-driven development workflow for AI agents. Implements the /opsx:propose → /opsx:apply → /opsx:archive cycle that scaffolds proposals, specs, design docs, and task checklists, then applies them and archives once shipped.

7 tools44,941
Vendor4.5

Chrome DevTools for Agents

Google · Chrome DevTools team

Vendor-official Chrome DevTools MCP server from the Chrome DevTools team at Google. Lets agents control and inspect a live Chrome browser for automation, debugging, and performance analysis.

6 tools37,989
Vendor4.5

Terraform MCP Server

HashiCorp

Vendor-official Terraform MCP server from HashiCorp. Integrates with the public Terraform Registry (providers, modules, policies) and HCP Terraform / Terraform Enterprise (workspace management, organisation listing, run management, private registry access).

7 tools1,346
// Get in touch

DISCUSS YOUR
MCP REQUIREMENTS.

Evaluating a server, scoping an internal deployment, or working out whether MCP is the right fit at all. Start the conversation and we will point you at the right piece of the ecosystem.

Discuss Your MCP Requirements →