context7

GitHub

Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors

60,663 stars TypeScript #llm#mcp#mcp-server#vibe-coding
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "context7": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-context7"
      ]
    }
  }
}