Context7
⚙️ Developer Tools
Up-to-date documentation for any library. Stop LLM hallucinations by fetching current, version-specific docs and code examples straight from the source. Works with React, Next.js, Node.js, Python libs, and thousands more.
Tags
Tools (2)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"context7": {
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp"
],
"env": {
"CONTEXT7_API_KEY": "your-context7-api-key-here"
}
}
}
}