Home · Skills · Development · Agent
Context7
Pulls up-to-date, version-specific library docs and code examples into the prompt so the AI stops inventing old APIs.
How to install
- This server is hosted — nothing to install on your machine.
- Claude Code: run the line below. Claude (web or desktop): Customize → Connectors → Add → Add custom connector → paste the URL. Cursor: add the JSON to
~/.cursor/mcp.json. - Ask something that needs the tool. Sign in if the app asks you to.
claude mcp add --transport http context7 https://mcp.context7.com/mcp --header "Authorization: Bearer YOUR_CONTEXT7_API_KEY"https://mcp.context7.com/mcp{
"mcpServers": {
"context7": {
"url": "https://mcp.context7.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_CONTEXT7_API_KEY"
}
}
}
}Context7 recommends a free API key from context7.com/dashboard for higher rate limits. Or run npx ctx7 setup, which signs you in and sets everything up.
This one runs on your machine and can reach your files. Read the README below before you connect it.
Not working?
- Check which app you pasted it into — the steps above name the right one.
- Some skills need the paid tier of Claude or ChatGPT.
Paste into Claude, ChatGPT or Cursor.
Show the full text160 lines

Context7 Platform - Up-to-date Code Docs For Any Prompt
❌ 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.
Create a Next.js middleware that checks for a valid JWT in cookies
and redirects unauthenticated users to `/login`. use context7
Configure a Cloudflare Worker script to cache
JSON API responses for five minutes. use context7
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
ctx7CLI 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 for higher rate limits.
Set up Context7 for your coding agents with a single command. The ctx7 CLI requires Node.js 18 or newer.
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 remove the generated setup later, run npx ctx7 remove. If you globally installed the CLI with npm install -g ctx7, remove that package separately with npm uninstall -g ctx7.
To configure manually, use the Context7 server URL https://mcp.context7.com/mcp with your MCP client and pass your API key via the Authorization: Bearer YOUR_API_KEY header. See the link below for client-specific setup instructions.
Manual Installation / Other 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.
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:
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:
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 - Full CLI documentation
- MCP Clients - Manual MCP installation for 30+ clients
- Adding Libraries - Submit your library to Context7
- Troubleshooting - Common issues and solutions
- API Reference - REST API documentation
- Developer Guide - Run Context7 MCP locally
Packages
@upstash/context7-mcp- MCP serverctx7- CLI@upstash/context7-sdk- TypeScript SDK@upstash/context7-tools-ai-sdk- Vercel AI SDK tools@upstash/context7-pi- pi.dev extension
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 for the latest news and updates
- 🌐 Visit our Website
- 💬 Join our Discord Community
📺 Context7 In Media
- Better Stack: "Free Tool Makes Cursor 10x Smarter"
- Cole Medin: "This is Hands Down the BEST MCP Server for AI Coding Assistants"
- Income Stream Surfers: "Context7 + SequentialThinking MCPs: Is This AGI?"
- Julian Goldie SEO: "Context7: New MCP AI Agent Update"
- JeredBlu: "Context 7 MCP: Get Documentation Instantly + VS Code Setup"
- Income Stream Surfers: "Context7: The New MCP Server That Will CHANGE AI Coding"
- AICodeKing: "Context7 + Cline & RooCode: This MCP Server Makes CLINE 100X MORE EFFECTIVE!"
- Sean Kochel: "5 MCP Servers For Vibe Coding Glory (Just Plug-In & Go)"
📄 License
MIT
| 1 | ![Cover] |
| 2 | |
| 3 | [![Install MCP Server]](https://cursor.com/en/install-mcp?name=context7&config=eyJ1cmwiOiJodHRwczovL21jcC5jb250ZXh0Ny5jb20vbWNwIn0%3D) |
| 4 | |
| 5 | # Context7 Platform - Up-to-date Code Docs For Any Prompt |
| 6 | |
| 7 | [![Website]](https://context7.com) [![NPM Version]](https://www.npmjs.com/package/@upstash/context7-mcp) [![MIT licensed]](./LICENSE) |
| 8 | |
| 9 | [![繁體中文]](./i18n/README.zh-TW.md) [![简体中文]](./i18n/README.zh-CN.md) [![日本語]](./i18n/README.ja.md) [![한국어 문서]](./i18n/README.ko.md) [![Documentación en Español]](./i18n/README.es.md) [![Documentation en Français]](./i18n/README.fr.md) [![Documentação em Português (Brasil)]-purple>)](./i18n/README.pt-BR.md) [![Documentazione in italiano]](./i18n/README.it.md) [![Dokumentasi Bahasa Indonesia]](./i18n/README.id-ID.md) [![Dokumentation auf Deutsch]](./i18n/README.de.md) [![Документация на русском языке]](./i18n/README.ru.md) [![Українська документація]](./i18n/README.uk.md) [![Türkçe Doküman]](./i18n/README.tr.md) [![Arabic Documentation]](./i18n/README.ar.md) [![Tiếng Việt]](./i18n/README.vi.md) |
| 10 | |
| 11 | ## ❌ Without Context7 |
| 12 | |
| 13 | LLMs rely on outdated or generic information about the libraries you use. You get: |
| 14 | |
| 15 | ❌ Code examples are outdated and based on year-old training data |
| 16 | ❌ Hallucinated APIs that don't even exist |
| 17 | ❌ Generic answers for old package versions |
| 18 | |
| 19 | ## ✅ With Context7 |
| 20 | |
| 21 | Context7 pulls up-to-date, version-specific documentation and code examples straight from the source — and places them directly into your prompt. |
| 22 | |
| 23 | |
| 24 | Create a Next.js middleware that checks for a valid JWT in cookies |
| 25 | and redirects unauthenticated users to `/login`. use context7 |
| 26 | |
| 27 | |
| 28 | |
| 29 | Configure a Cloudflare Worker script to cache |
| 30 | JSON API responses for five minutes. use context7 |
| 31 | |
| 32 | |
| 33 | |
| 34 | Show me the Supabase auth API for email/password sign-up. |
| 35 | |
| 36 | |
| 37 | 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. |
| 38 | |
| 39 | Works in two modes: |
| 40 | |
| 41 | **CLI + Skills** — installs a skill that guides your agent to fetch docs using `ctx7` CLI commands (no MCP required) |
| 42 | **MCP** — registers a Context7 MCP server so your agent can call documentation tools natively |
| 43 | |
| 44 | ## Installation |
| 45 | |
| 46 | > [!NOTE] |
| 47 | > **API Key Recommended**: Get a free API key at [context7.com/dashboard] for higher rate limits. |
| 48 | |
| 49 | Set up Context7 for your coding agents with a single command. The `ctx7` CLI requires Node.js 18 or newer. |
| 50 | |
| 51 | |
| 52 | npx ctx7 setup |
| 53 | |
| 54 | |
| 55 | 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. |
| 56 | |
| 57 | To remove the generated setup later, run `npx ctx7 remove`. If you globally installed the CLI with `npm install -g ctx7`, remove that package separately with `npm uninstall -g ctx7`. |
| 58 | |
| 59 | To configure manually, use the Context7 server URL `https://mcp.context7.com/mcp` with your MCP client and pass your API key via the `Authorization: Bearer YOUR_API_KEY` header. See the link below for client-specific setup instructions. |
| 60 | |
| 61 | **[Manual Installation / Other Clients →]** |
| 62 | |
| 63 | ## Important Tips |
| 64 | |
| 65 | ### Use Library Id |
| 66 | |
| 67 | 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. |
| 68 | |
| 69 | |
| 70 | Implement basic authentication with Supabase. use library /supabase/supabase for API and docs. |
| 71 | |
| 72 | |
| 73 | The slash syntax tells Context7 exactly which library to load docs for. |
| 74 | |
| 75 | ### Specify a Version |
| 76 | |
| 77 | To get documentation for a specific library version, just mention the version in your prompt: |
| 78 | |
| 79 | |
| 80 | How do I set up Next.js 14 middleware? use context7 |
| 81 | |
| 82 | |
| 83 | Context7 will automatically match the appropriate version. |
| 84 | |
| 85 | ### Add a Rule |
| 86 | |
| 87 | 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: |
| 88 | |
| 89 | **Cursor**: `Cursor Settings > Rules` |
| 90 | **Claude Code**: `CLAUDE.md` |
| 91 | Or the equivalent in your coding agent |
| 92 | |
| 93 | **Example rule:** |
| 94 | |
| 95 | |
| 96 | Always use Context7 when I need library/API documentation, code generation, setup or configuration steps without me having to explicitly ask. |
| 97 | |
| 98 | |
| 99 | ## Available Tools |
| 100 | |
| 101 | ### CLI Commands |
| 102 | |
| 103 | `ctx7 library <name> <query>`: Searches the Context7 index by library name and returns matching libraries with their IDs. |
| 104 | `ctx7 docs <libraryId> <query>`: Retrieves documentation for a library using a Context7-compatible library ID (e.g., `/mongodb/docs`, `/vercel/next.js`). |
| 105 | |
| 106 | ### MCP Tools |
| 107 | |
| 108 | `resolve-library-id`: Resolves a general library name into a Context7-compatible library ID. |
| 109 | `query` (required): The user's question or task (used to rank results by relevance) |
| 110 | `libraryName` (required): The name of the library to search for |
| 111 | `query-docs`: Retrieves documentation for a library using a Context7-compatible library ID. |
| 112 | `libraryId` (required): Exact Context7-compatible library ID (e.g., `/mongodb/docs`, `/vercel/next.js`) |
| 113 | `query` (required): The question or task to get relevant documentation for |
| 114 | |
| 115 | ## More Documentation |
| 116 | |
| 117 | [CLI Reference] - Full CLI documentation |
| 118 | [MCP Clients] - Manual MCP installation for 30+ clients |
| 119 | [Adding Libraries] - Submit your library to Context7 |
| 120 | [Troubleshooting] - Common issues and solutions |
| 121 | [API Reference] - REST API documentation |
| 122 | [Developer Guide] - Run Context7 MCP locally |
| 123 | |
| 124 | ## Packages |
| 125 | |
| 126 | [`@upstash/context7-mcp`] - MCP server |
| 127 | [`ctx7`] - CLI |
| 128 | [`@upstash/context7-sdk`] - TypeScript SDK |
| 129 | [`@upstash/context7-tools-ai-sdk`] - Vercel AI SDK tools |
| 130 | [`@upstash/context7-pi`] - pi.dev extension |
| 131 | |
| 132 | ## Disclaimer |
| 133 | |
| 134 | 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. |
| 135 | |
| 136 | 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. |
| 137 | |
| 138 | ## 🤝 Connect with Us |
| 139 | |
| 140 | Stay updated and join our community: |
| 141 | |
| 142 | 📢 Follow us on [X] for the latest news and updates |
| 143 | 🌐 Visit our [Website] |
| 144 | 💬 Join our [Discord Community] |
| 145 | |
| 146 | ## 📺 Context7 In Media |
| 147 | |
| 148 | [Better Stack: "Free Tool Makes Cursor 10x Smarter"] |
| 149 | [Cole Medin: "This is Hands Down the BEST MCP Server for AI Coding Assistants"] |
| 150 | [Income Stream Surfers: "Context7 + SequentialThinking MCPs: Is This AGI?"] |
| 151 | [Julian Goldie SEO: "Context7: New MCP AI Agent Update"] |
| 152 | [JeredBlu: "Context 7 MCP: Get Documentation Instantly + VS Code Setup"] |
| 153 | [Income Stream Surfers: "Context7: The New MCP Server That Will CHANGE AI Coding"] |
| 154 | [AICodeKing: "Context7 + Cline & RooCode: This MCP Server Makes CLINE 100X MORE EFFECTIVE!"] |
| 155 | [Sean Kochel: "5 MCP Servers For Vibe Coding Glory (Just Plug-In & Go)"] |
| 156 | |
| 157 | ## 📄 License |
| 158 | |
| 159 | MIT |
| 160 |