Context7 MCP Server (
@quiint
Context7 MCP Server ( について
An unofficial MCP server for Context7 by Upstash.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"c7-mcp-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"c7-mcp-server"
]
}
}
}ツール
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.
概要
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).
「その他」の他のコンテンツ
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
コメント