# mcpcontext7.com > Install guide for the Context7 MCP server in Claude Code, Cursor, VS Code, > Claude Desktop, and Windsurf. Context7 MCP fetches current, version-specific library docs into AI coding tools so the model is not stuck on training-cutoff APIs. Guides and JSON live on mcpcontext7.com. The MCP server to install is the remote HTTP endpoint at mcp.context7.com. There is no zip or exe to download. ## Install in Claude Code claude mcp add --scope user --transport http context7 https://mcp.context7.com/mcp Restart Claude Code, then run `claude mcp list` and check that `context7` appears. Add `use context7` to a prompt when you want current library docs. ## Pages - [Context7 MCP Server: a complete install guide](https://mcpcontext7.com/): what the server does and the one-line install for Claude Code. - [How to install Context7 MCP Server](https://mcpcontext7.com/install): install paths for every supported client, with the JSON to paste. - [What is Context7 MCP Server](https://mcpcontext7.com/what-is-context7-mcp): what Context7 is, what it returns, and when to reach for it. - [Install Context7 MCP in Cursor](https://mcpcontext7.com/cursor): add the remote server to Cursor's mcp.json. - [Install Context7 MCP in Claude Desktop](https://mcpcontext7.com/claude): add the remote server to Claude Desktop's config. - [Install Context7 MCP in VS Code](https://mcpcontext7.com/vscode): add the remote server to VS Code's MCP settings. - [Install Context7 MCP in Windsurf](https://mcpcontext7.com/windsurf): add the remote server to Windsurf's config. - [Context7 MCP FAQ](https://mcpcontext7.com/faq): endpoint, API keys, and the common install failures. ## MCP endpoint - [https://mcp.context7.com/mcp](https://mcp.context7.com/mcp): the remote HTTP endpoint to register as `context7`. - [Context7 dashboard](https://context7.com/dashboard): where API keys are issued. ## Other clients Claude Desktop, Cursor, VS Code, and Windsurf all take the same remote server: set `mcpServers.context7.url` to `https://mcp.context7.com/mcp`. The exact JSON for each client is on its matching page above.