Description

Up-to-date code documentation for LLMs and AI code editors. Provides intelligent code context and documentation.

Installation

npx -y @upstash/context7
npm install @upstash/context7
git clone https://github.com/upstash/context7

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "context7-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@upstash/context7"
      ]
    }
  }
}