MCP Directory
Back

claude-code-mcp

by auchenberg · JavaScript · ★ 185

claude-code-mcp

Install

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

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

From the README

Claude Code MCP is an implementation of [Claude Code](https://gist.github.com/transitive-bullshit/487c9cb52c75a9701d312334ed53b20c) as a [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server. This project allows you to use Claude Code's powerful software engineering capabilities through the standardized MCP interface. Claude Code MCP is a auto-generated project by DevinAI, who was prompted to analyse the Claude Code codebase, and generate an MCP server. This is a proof of concept that I don't advise anyone to use. Claude Code is Anthropic's CLI tool for software engineering…
Read full README on GitHub →

Related other servers