Upstash · official

Context7

Up-to-date documentation for any library, on demand.

Context7 feeds an assistant current, version-specific documentation for thousands of libraries and frameworks — instead of letting it guess from training data. For anyone who codes with an AI assistant, this removes the single most common failure mode: confidently outdated API usage. No API key required for normal use.

Install Context7

You need: an AI app that supports skills (pick yours above) · Node.js (LTS) — one-time install from nodejs.org. Check with `node -v` in a terminal.

Open Settings → Developer → Edit Config in Claude Desktop (this opens claude_desktop_config.json) and merge this block, then fully restart the app:

{
  "mcpServers": {
    "context7": {
      "command": "npx",
      "args": [
        "-y",
        "@upstash/context7-mcp"
      ]
    }
  }
}
Vendor
Upstash
Category
Developer tools
API key
Not required
Source

FAQ

What is the Context7 skill?
Context7 feeds an assistant current, version-specific documentation for thousands of libraries and frameworks — instead of letting it guess from training data. For anyone who codes with an AI assistant, this removes the single most common failure mode: confidently outdated API usage. No API key required for normal use.
How do I install Context7 in Claude Desktop?
Open Settings → Developer → Edit Config in Claude Desktop and add a context7 entry under mcpServers (the install widget on this page generates the exact block). Fully restart the app afterwards. Local skills run on Node.js — install the LTS version from nodejs.org once.
Does Context7 need an API key?
No. Context7 works without an API key.
Which apps can use Context7?
Context7 works with Claude Code, Cursor, VS Code, Claude Desktop — any app that supports the Model Context Protocol (MCP).
Is my site ready for AI agents like the ones using Context7?
Run a free check at https://agentics.page — it audits whether your robots.txt allows the right bots, whether you publish llms.txt and JSON-LD, and whether AI agents can actually consume your site.

Is your domain ready for AI agents?

Assistants equipped with skills like Context7 are already visiting your site. agentics checks whether they can read, find, and trust your domain — free, no signup.

Run free check →

Related skills