Skip to content

Context7

Free

by MCP Community

MCP server for Context7

v1.0.1Added Apr 12, 2026
modelcontextprotocolmcpcontext7
Works with:ClaudeGPTGeminiCopilot

Context7 MCP Server

MCP server for Context7

Installation

npx -y context7-mcp-server

Reviews

Leave a Review

Installation

Quick install
npx -y context7-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "context7": {
      "command": "npx",
      "args": ["-y", "context7-mcp-server"]
    }
  }
}