Back to MCP Servers
Context7 Server
Provide up-to-date, version-specific library documentation directly in your prompts instead of outdated training data
documentationcontextlibrariescommunity
By Upstash
Installation
npm install -g @upstash/context7-mcpConfiguration
{
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes