[ MCP_NODE_3799 ]

context7

CATEGORY:
PROTOCOL: MCP v1.0
[ DESCRIPTION ]

Context7 by Upstash pulls up-to-date, version-specific documentation and code examples straight from the source and injects them into your prompt. Add ‘use context7’ to any prompt to activate.

[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "context7-en": {
            "description": "Context7 by Upstash pulls up-to-date, version-specific documentation and code examples straight from the source and injects them into your prompt. Add 'use context7' to any prompt to activate.",
            "command": "npx",
            "args": [
                "-y",
                "@upstash/context7-mcp@latest"
            ],
            "env": {
                "CONTEXT7_API_KEY": "<your-context7-api-key>"
            }
        }
    }
}
Source: claude-code-templates (MIT). See About Us for full credits.
[ UPLINK_INFO ]
TYPE
Unknown
HOW TO INSTALL:
  1. Open your Claude Desktop config file.
  2. Copy the JSON block on the left.
  3. Paste it into the mcpServers section.
  4. Restart Claude Desktop.