MCP Directory
Back

claude-code-mcp

by steipete · JavaScript · ★ 1,265

Claude Code as one-shot MCP server to have an agent in your agent.

#agent#claude#mcp

Install

npx -y github:steipete/claude-code-mcp

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "claude-code-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:steipete/claude-code-mcp"
      ]
    }
  }
}

From the README

[](https://www.npmjs.com/package/@steipete/claude-code-mcp) [](/CHANGELOG.md) An MCP (Model Context Protocol) server that allows running Claude Code in one-shot mode with permissions bypassed automatically. Did you notice that Cursor sometimes struggles with complex, multi-step edits or operations? This server, with its powerful unified tool, aims to make Claude a more direct and capable agent for your coding tasks. This MCP server provides one tool that can be used by LLMs to interact with Claude Code. When integrated with Claude Desktop or other MCP clients, it allows LLMs to: - Run Cla…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related ai & ml servers