Context7
Rank #7io.github.upstash/context7
Up-to-date code docs for any prompt
Context7 is a Model Context Protocol (MCP) server published by upstash. It ranks #7 of 122,350 servers tracked on MCP Toplist, and its repository has 61,754 GitHub stars. Context7 is listed across 5 registries — Official MCP, mcp.so, Smithery, Glama and PulseMCP, with 7 tracked versions. It was first listed on Apr 9, 2025 and most recently updated on Sep 4, 2026.
Ranks ahead of 122,343 of 122,350 servers on MCP Toplist.
Use Context7
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http context7 https://mcp.context7.com/mcpclaude mcp add context7 -e "CONTEXT7_API_KEY=<your CONTEXT7_API_KEY>" -- npx -y @upstash/context7-mcpReplace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/upstash/context7/releases/download/mcpb-v4.0.5/context7.mcpb` — install it through your client’s extension manager.
[mcp_servers.context7]
url = "https://mcp.context7.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.context7]
command = "npx"
args = ["-y", "@upstash/context7-mcp"]
[mcp_servers.context7.env]
CONTEXT7_API_KEY = "<your CONTEXT7_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/upstash/context7/releases/download/mcpb-v4.0.5/context7.mcpb` — install it through your client’s extension manager.
https://mcp.context7.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"context7": {
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp"
],
"env": {
"CONTEXT7_API_KEY": "<your CONTEXT7_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/upstash/context7/releases/download/mcpb-v4.0.5/context7.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"context7": {
"url": "https://mcp.context7.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"context7": {
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp"
],
"env": {
"CONTEXT7_API_KEY": "<your CONTEXT7_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/upstash/context7/releases/download/mcpb-v4.0.5/context7.mcpb` — install it through your client’s extension manager.
{
"servers": {
"context7": {
"type": "http",
"url": "https://mcp.context7.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"context7": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp"
],
"env": {
"CONTEXT7_API_KEY": "<your CONTEXT7_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/upstash/context7/releases/download/mcpb-v4.0.5/context7.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"context7": {
"serverUrl": "https://mcp.context7.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"context7": {
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp"
],
"env": {
"CONTEXT7_API_KEY": "<your CONTEXT7_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/upstash/context7/releases/download/mcpb-v4.0.5/context7.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"context7": {
"url": "https://mcp.context7.com/mcp"
}
}
}{
"mcpServers": {
"context7": {
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp"
],
"env": {
"CONTEXT7_API_KEY": "<your CONTEXT7_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/upstash/context7/releases/download/mcpb-v4.0.5/context7.mcpb` — install it through your client’s extension manager.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.upstash%2Fcontext7)<a href="https://mcptoplist.com/server/io.github.upstash%2Fcontext7"><img src="https://mcptoplist.com/badge/io.github.upstash%2Fcontext7.svg" alt="MCP Toplist: #7 of 122,350" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 6 registries (1 delisted)
upstash
Other servers by upstash
View all upstash servers →Available versions (7)
| Version | Published |
|---|---|
| 4.0.5 | Sep 4, 2026 |
| 4.0.4 | Aug 28, 2026 |
| 4.0.3 | Aug 28, 2026 |
| 1.0.31 | Nov 28, 2025 |
| 1.0.30 | Nov 24, 2025 |
| 1.0.0 | Oct 22, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Context7?
- Context7 is maintained by upstash, which publishes 3 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Context7 listed on the Official MCP Registry?
- Yes — Context7 is listed on the Official MCP Registry, alongside mcp.so, Smithery, Glama and PulseMCP.
- How many versions does Context7 have?
- MCP Toplist tracks 7 versions of Context7, most recently published on Sep 4, 2026.
- Where can I find the source code for Context7?
- The source code for Context7 is hosted at github.com/upstash/context7-mcp.
Stacks that run this server
- MCP Toplistby @christophe · 2 servers