Claude Code MCP ServerServer

steipete
GitHub
Code ExecutionDeveloper ToolsFile Systems

Loading subscription status...

πŸ’‘ Description

A server that allows language models to execute Claude Code, bypassing permissions seamlessly, enabling code execution and file editing without interruption.

πŸ“ JSON Entries

{
  "mcpServers": [
    {
      "claude-code-mcp": {
        "env": {
          "CLAUDE_CLI_NAME": "claude-custom"
        },
        "args": [
          "-y",
          "@steipete/claude-code-mcp@latest"
        ],
        "command": "npx"
      }
    }
  ]
}

πŸ› οΈ Tools

claude_code

⚑ Features

  • Automatic permission bypass for Claude Code execution
  • Direct file editing capabilities
  • Supports complex multi-step workflows

πŸ’¬ Example Queries

  • Generate a Python script to parse CSV data and output JSON.
  • Edit file 'public/css/style.css': Add a new CSS rule at the end to make all 'h2' elements have a 'color: navy'.
  • Check the status of CI checks for Pull Request #42 in the GitHub repository 'owner/repo'.