MCP Directory
Back

claude-code-mcp

by willccbb · TypeScript · ★ 121

Letting Claude Code develop his own MCP tools :)

Install

npx -y github:willccbb/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:willccbb/claude-code-mcp"
      ]
    }
  }
}

From the README

This project enables Claude to use Model Context Protocol (MCP) servers for enhanced capabilities, including web search, GitHub integration, file operations, database access, and communication tools. - **MCP (Model Context Protocol)**: A standardized way for LLMs to interact with external tools and services - **Reference MCP Servers**: Located at (a clone of [github.com/modelcontextprotocol/servers](https://github.com/modelcontextprotocol/servers)) - **Local MCP Servers**: Our own implementations located at The reference servers should be treated as read-only. Our local servers will be our…
Read full README on GitHub →

Related other servers