Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
MCP Servers52.7k stars2.5k forks● TypeScriptMITUpdated today
ClaudeWave Trust Score
96/100
MCP server delivering up-to-date library documentation into LLM prompts.
Passed
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- ✓Mature repo (>1y old)
- ✓Documented (README)
OK to use
Last scanned: 4/14/2026
Install in Claude Desktop
Method detected: NPX · ctx7
{
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "ctx7"]
}
}
}1. Copy the snippet above.
2. Paste into
~/Library/Application Support/Claude/claude_desktop_config.json (Mac) or %APPDATA%\Claude\claude_desktop_config.json (Windows).3. Replace any
<placeholder> values with your API keys or paths.4. Restart Claude Desktop. The MCP server appears automatically.
Use cases
🧠 AI / ML🛠️ Dev Tools
About
MCP Servers overview
 [](https://cursor.com/en/install-mcp?name=context7&config=eyJ1cmwiOiJodHRwczovL21jcC5jb250ZXh0Ny5jb20vbWNwIn0%3D) # Context7 Platform - Up-to-date Code Docs For Any Prompt [](https://context7.com) [](https://smithery.ai/server/@upstash/context7-mcp) [](https://www.npmjs.com/package/@upstash/context7-mcp) [](./LICENSE) [](./i18n/README.zh-TW.md) [](./i18n/README.zh-CN.md) [](./i18n/README.ja.md) [](./i18n/README.ko.md) [](./i18n/README.es.md) [](./i18n/README.fr.md) [-purple>)](./i18n/README.pt-BR.md) [](./i18n/README.it.md) [](./i18n/README.id-ID.md) [](./i18n/README.de.md) [](./i18n/README.ru.md) [](./i18n/README.uk.md) [](./i18n/README.tr.md) [](./i18n/README.ar.md) [](./i18n/README.vi.md) ## ❌ Without Context7 LLMs rely on outdated or generic information about the libraries you use. You get: - ❌ Code examples are outdated and based on year-old training data - ❌ Hallucinated APIs that don't even exist - ❌ Generic answers for old package versions ## ✅ With Context7 Context7 pulls up-to-date, version-specific documentation and code examples straight from the source — and places them directly into your prompt. ```txt Create a Next.js middleware that checks for a valid JWT in cookies and redirects unauthenticated users to `/login`. use context7 ``` ```txt Configure a Cloudflare Worker script to cache JSON API responses for five minutes. use context7 ``` ```txt Show me the Supabase auth API for email/password sign-up. ``` Context7 fetches up-to-date code examples and documentation right into your LLM's context. No tab-switching, no hallucinated APIs that don't exist, no outdated code generation. Works in two modes: - **CLI + Skills** — installs a skill that guides your agent to fetch docs using `ctx7` CLI commands (no MCP required) - **MCP** — registers a Context7 MCP server so your agent can call documentation tools natively ## Installation > [!NOTE] > **API Key Recommended**: Get a free API key at [context7.com/dashboard](https://context7.com/dashboard) for higher rate limits. Set up Context7 for your coding agents with a single command: ```bash npx ctx7 setup ``` Authenticates via OAuth, generates an API key, and installs the appropriate skill. You can choose between CLI + Skills or MCP mode. Use `--cursor`, `--claude`, or `--opencode` to target a specific agent. To configure manually, use the Context7 server URL `https://mcp.context7.com/mcp` with your MCP client and pass your API key via the `CONTEXT7_API_KEY` header. See the link below for client-specific setup instructions. **[Manual Installation / Other Clients →](https://context7.com/docs/resources/all-clients)** ## Important Tips ### Use Library Id If you already know exactly which library you want to use, add its Context7 ID to your prompt. That way, Context7 can skip the library-matching step and directly retrieve docs. ```txt Implement basic authentication with Supabase. use library /supabase/supabase for API and docs. ``` The slash syntax tells Context7 exactly which library to load docs for. ### Specify a Version To get documentation for a specific library version, just mention the version in your prompt: ```txt How do I set up Next.js 14 middleware? use context7 ``` Context7 will automatically match the appropriate version. ### Add a Rule If you installed via `ctx7 setup`, a skill is configured automatically that triggers Context7 for library-related questions. To set up a rule manually instead, add one to your coding agent: - **Cursor**: `Cursor Settings > Rules` - **Claude Code**: `CLAUDE.md` - Or the equivalent in your coding agent **Example rule:** ```txt Always use Context7 when I need library/API documentation, code generation, setup or configuration steps without me having to explicitly ask. ``` ## Available Tools ### CLI Commands - `ctx7 library <name> <query>`: Searches the Context7 index by library name and returns matching libraries with their IDs. - `ctx7 docs <libraryId> <query>`: Retrieves documentation for a library using a Context7-compatible library ID (e.g., `/mongodb/docs`, `/vercel/next.js`). ### MCP Tools - `resolve-library-id`: Resolves a general library name into a Context7-compatible library ID. - `query` (required): The user's question or task (used to rank results by relevance) - `libraryName` (required): The name of the library to search for - `query-docs`: Retrieves documentation for a library using a Context7-compatible library ID. - `libraryId` (required): Exact Context7-compatible library ID (e.g., `/mongodb/docs`, `/vercel/next.js`) - `query` (required): The question or task to get relevant documentation for ## More Documentation - [CLI Reference](https://context7.com/docs/clients/cli) - Full CLI documentation - [MCP Clients](https://context7.com/docs/resources/all-clients) - Manual MCP installation for 30+ clients - [Adding Libraries](https://context7.com/docs/adding-libraries) - Submit your library to Context7 - [Troubleshooting](https://context7.com/docs/resources/troubleshooting) - Common issues and solutions - [API Reference](https://context7.com/docs/api-guide) - REST API documentation - [Developer Guide](https://context7.com/docs/resources/developer) - Run Context7 MCP locally ## Disclaimer 1- Context7 projects are community-contributed and while we strive to maintain high quality, we cannot guarantee the accuracy, completeness, or security of all library documentation. Projects listed in Context7 are developed and maintained by their respective owners, not by Context7. If you encounter any suspicious, inappropriate, or potentially harmful content, please use the "Report" button on the project page to notify us immediately. We take all reports seriously and will review flagged content promptly to maintain the integrity and safety of our platform. By using Context7, you acknowledge that you do so at your own discretion and risk. 2- This repository hosts the MCP server’s source code. The supporting components — API backend, parsing engine, and crawling engine — are private and not part of this repository. ## 🤝 Connect with Us Stay updated and join our community: - 📢 Follow us on [X](https://x.com/context7ai) for the latest news and updates - 🌐 Visit our [Website](https://context7.com) - 💬 Join our [Discord Community](https://upstash.com/discord) ## 📺 Context7 In Media - [Better Stack: "Free Tool Makes Cursor 10x Smarter"](https://youtu.be/52FC3qObp9E) - [Cole Medin: "This is Hands Down the BEST MCP Server for AI Coding Assistants"](https://www.youtube.com/watch?v=G7gK8H6u7Rs) - [Income Stream Surfers: "Context7 + SequentialThinking MCPs: Is This AGI?"](https://www.youtube.com/watch?v=-ggvzyLpK6o) - [Julian Goldie SEO: "Context7: New MCP AI Agent Update"](https://www.youtube.com/watch?v=CTZm6fBYisc) - [JeredBlu: "Context 7 MCP: Get Documentation Instantly + VS Code Setup"](https://www.youtube.com/watch?v=-ls0D-rtET4) - [Income Stream Surfers: "Context7: The New MCP Server That Will CHANGE AI Coding"](https://www.youtube.com/watch?v=PS-2Azb-C3M) - [AICodeKing: "Context7 + Cline & RooCode: This MCP Server Makes CLINE 100X MORE EFFECTIVE!"](https://www.youtube.com/watch?v=qZfENAPMnyo) - [Sean Kochel: "5 MCP Servers For Vibe Coding Glory (Just Plug-In & Go)"](https://www.youtube.com/watch?v=LqTQi8qexJM) ## ⭐ Star History [](https://www.star-history.com/#upstash/context7&Date) ## 📄 License MIT
Topics
llmmcpmcp-servervibe-coding
Related
More MCP Servers
n8n-io
n8n
✓95
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
184k56.8kTypeScript· today
MCP Serversaiapis
open-webui
open-webui
✓89
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
131.8k18.7kPython· today
MCP Serversaillm
google-gemini
gemini-cli
✓98
An open-source AI agent that brings the power of Gemini directly into your terminal.
101.2k13.1kTypeScript· today
MCP Serversaiai-agents
punkpeye
awesome-mcp-servers
✓87
A collection of MCP servers.
84.8k9.1k· today
MCP Serversaimcp
netdata
netdata
✓97
The fastest path to AI-powered full stack observability, even for lean teams.
78.4k6.4kC· today
MCP Serversaialerting
Mintplex-Labs
anything-llm
✓93
The all-in-one AI productivity accelerator. On device and privacy first with no annoying setup or configuration.
58.3k6.3kJavaScript· today
MCP Serversai-agentscustom-ai-agents