claude-code-cli-mcp

bill-kopp-ai-dev/claude-code-cli-mcp
★ 0 stars Python Code/Dev Tools Updated 1d ago
A local MCP server that exposes tools and reusable prompts for running the Claude Code CLI.
View on GitHub → Try with Claude — $10 free →

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-cli-mcp": {
      "command": "uvx",
      "args": [
        "claude-code-cli-mcp"
      ]
    }
  }
}

Or install with pip: pip install claude-code-cli-mcp

README Excerpt

Version: 0.1.0 A local STDIO MCP server that exposes tools and reusable prompts for running the Anthropic Claude Code CLI (`claude`) inside a controlled workspace. - Model Context Protocol (MCP): https://modelcontextprotocol.io/ - FastMCP: https://github.com/PrefectHQ/fastmcp - FastMCP docs: https://gofastmcp.com/

Tools (20)

CLAUDE_MCP_ALLOWED_MODELSCLAUDE_MCP_ALLOWED_ROOTSCLAUDE_MCP_ALLOW_ENV_KEYSCLAUDE_MCP_ALLOW_EXTRA_ARGSCLAUDE_MCP_CLAUDE_PATHCLAUDE_MCP_CLAUDE_PATH_FALLBACKSCLAUDE_MCP_DEFAULT_PERMISSION_MODECLAUDE_MCP_DEFAULT_TIMEOUT_SCLAUDE_MCP_FORCE_BARECLAUDE_MCP_FORCE_SANDBOX_IN_SAFE_MODECLAUDE_MCP_LOGFIRE_TOKENCLAUDE_MCP_MAX_CONCURRENT_RUNSCLAUDE_MCP_MAX_RUNSCLAUDE_MCP_MAX_STDERR_BYTESCLAUDE_MCP_MAX_STDOUT_BYTESCLAUDE_MCP_MODECLAUDE_MCP_PERSISTENCE_BACKUP_ON_WRITECLAUDE_MCP_PERSISTENCE_BASE_DIRCLAUDE_MCP_PERSISTENCE_ENABLEDCLAUDE_MCP_PERSISTENCE_MAX_FILE_BYTES