C
Context7 MCP Server
Provides AI assistants with up-to-date library documentation through MCP, enabling resolution of library IDs and retrieval of current API docs to prevent hallucinations.
stdioLocalNo Authnpm
What This Server Exposes
Tools
resolve-library-idget-library-docs
Setup Instructions
- 1Ensure Node.js 18+ is installed
- 2Add the Context7 server config to your Claude Desktop configuration
- 3Restart Claude Desktop
Configuration
Claude Desktop Configuration
claude_desktop_config.json
{
"mcpServers": {
"context7": {
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp"
]
}
}
}Server Manifest
No official server.json manifest found. Generate one with our MCP server.json Generator →
Compatibility
Claude DesktopClaude Code
⚠
Safety Notes
Context7 fetches documentation from external sources. No credentials are required. Be aware that documentation content is controlled by third-party library maintainers.
This listing is for informational purposes only. CodexSpot is not affiliated with Context7 MCP Server.