Context7 MCP Server (
@quiint
About Context7 MCP Server (
An unofficial MCP server for Context7 by Upstash.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"c7-mcp-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"c7-mcp-server"
]
}
}
}Tools
3** Query the Context7 API for information on a specific topic within a project.
** Search for available Context7 projects by keyword.
** Display metadata about a specific Context7 project.
Overview
What is Context7 MCP Server?
Context7 MCP Server is a Model Context Protocol server that bridges MCP-compatible clients (like Claude Desktop, IDE plugins, custom applications) with the Context7 API. It enables querying documentation context, searching for projects, and retrieving project metadata—all data comes directly from the official Context7 API.
How to use Context7 MCP Server?
Install globally via npm (npm install -g c7-mcp-server) or from source. The server is launched by an MCP client (e.g., Claude Desktop) via the c7-mcp-server command using stdio transport. Add an entry to the client’s configuration file under mcpServers with the command c7-mcp-server and no arguments.
Key features of Context7 MCP Server
- Exposes tools:
c7_query,c7_search,c7_info - Exposes resource:
c7_projects_listvia URIcontext7://projects/list - Queries Context7 API for documentation context on topics
- Searches available Context7 projects by keyword
- Retrieves project metadata (source repo, last update, etc.)
- Supports optional output format (txt/json) and token limits
Use cases of Context7 MCP Server
- Ask an AI assistant to retrieve documentation context for a specific project (e.g., Next.js)
- Search for available projects by keyword to find relevant documentation
- Get metadata about a project before querying it
- Integrate Context7 documentation into custom MCP-compatible applications
FAQ from Context7 MCP Server
What does Context7 MCP Server do vs using the Context7 API directly?
It provides an MCP interface to the Context7 API, enabling MCP-compatible clients to interact with the API without custom integrations.
What are the runtime requirements?
Node.js 18+ and npm (or Bun) are required. The server is installed globally and runs as a command-line process.
Where does the data come from?
All data is provided directly from the official Context7 API (https://context7.com). The server does not generate or host content itself.
How is the server transported and authenticated?
The server uses stdio transport (MCP protocol). No authentication is mentioned; it relies on the Context7 API’s access (likely public).
Frequently asked questions
What does Context7 MCP Server do vs using the Context7 API directly?
It provides an MCP interface to the Context7 API, enabling MCP-compatible clients to interact with the API without custom integrations.
What are the runtime requirements?
Node.js 18+ and npm (or Bun) are required. The server is installed globally and runs as a command-line process.
Where does the data come from?
All data is provided directly from the official Context7 API (`https://context7.com`). The server does not generate or host content itself.
How is the server transported and authenticated?
The server uses stdio transport (MCP protocol). No authentication is mentioned; it relies on the Context7 API’s access (likely public).
Basic information
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

EverArt
modelcontextprotocolModel Context Protocol Servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments