Context7 MCP Server
Fetches up-to-date, version-specific library documentation for AI coding assistants.
claude_desktop_config.json
{
"mcpServers": {
"server-context7": {
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp"
]
}
}
} Setup Instructions
- Ensure Node.js 18+ is installed on your system.
-
Copy the config block above into your
claude_desktop_config.jsonfile (typically at~/.config/claude/claude_desktop_config.jsonon macOS/Linux or%APPDATA%\Claude\claude_desktop_config.jsonon Windows). - Restart your AI client to apply the config.