MCP Directory
Back

claude-ai-mcp

by anthropics · ★ 355

Report issues related to MCP integration with Claude here.

#anthropic#claude#claude-ai#mcp#model-context-protocol

Install

git clone https://github.com/anthropics/claude-ai-mcp.git

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-ai-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:anthropics/claude-ai-mcp"
      ]
    }
  }
}

From the README

This repository is the communication hub for **MCP (Model Context Protocol) integration in Claude.ai**. Use it to stay updated on technical changes and to report bugs or request features. **For announcements only** (low noise): 1. Go to [Discussions](../../discussions) 2. Select the Announcements category, go to any message in the list, then click **Subscribe** You'll be notified of: - Protocol changes (SSE deprecation, Streamable HTTP updates) - Session behavior changes - New MCP capabilities - Breaking changes and deprecations - Security updates Use [Issues](../../issues/new/choose) to: -…
Read full README on GitHub →

Related ai & ml servers