# Does Context7 have an MCP server?

**Yes — Official.** Context7 maintains an official MCP server.

## Facts

- Verdict: Official (Yes)
- Access: Remote server — Hosted by the vendor — no install, connect over HTTP with OAuth or a token.
- Endpoint: `https://mcp.context7.com/mcp`
- Repository: [upstash/context7](https://github.com/upstash/context7) — ★ 61k, last push 2026-08-11, MIT
- Maintainer: Upstash
- Language: TypeScript
- Category: [Knowledge & Memory](https://mcpyet.com/category/knowledge-memory/)
- Verified against vendor docs: 2026-08-10
- GitHub data refreshed: 2026-08-11 (re-checked every 6 hours)

## What it does

> Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
> — how [upstash/context7](https://github.com/upstash/context7) describes itself

Project site: <https://context7.com>

## The receipts

- **Vendor-hosted (remote):** `https://mcp.context7.com/mcp` — a remote server run by Context7 itself, nothing to install. Documented at <https://github.com/upstash/context7>.
- **Official repository:** [upstash/context7](https://github.com/upstash/context7) — ★ 61k, pushed 2026-08-11, MIT (active)

## How to connect it

Hosted by the vendor — no install, connect over HTTP with OAuth or a token.

### Claude Code

```sh
claude mcp add --transport http context7 https://mcp.context7.com/mcp
```

Add `--scope user` to make it available in every project.

### Claude Desktop

1. Open **Settings → Connectors**
2. Click **Add custom connector**
3. Paste `https://mcp.context7.com/mcp`
4. Finish the sign-in prompt, then enable it in the chat's tools menu

### Cursor

Add to `.cursor/mcp.json` in your project, or `~/.cursor/mcp.json` for every project:

```json
{
  "mcpServers": {
    "context7": {
      "url": "https://mcp.context7.com/mcp"
    }
  }
}
```

### VS Code

Add to `.vscode/mcp.json`, then pick the server from Copilot's agent-mode tools menu:

```json
{
  "servers": {
    "context7": {
      "type": "http",
      "url": "https://mcp.context7.com/mcp"
    }
  }
}
```

### ChatGPT

1. Enable **Developer mode** under Settings → Apps & Connectors → Advanced
2. Choose **Create** and paste `https://mcp.context7.com/mcp`
3. Complete sign-in, then enable the connector in a new chat

## How we know

Context7 is built and maintained by Upstash; upstash/context7 (~60k stars) documents the hosted endpoint mcp.context7.com/mcp.

- GitHub data refreshed 2026-08-11, then every 6 hours.
- Vendor docs verified on 2026-08-10.
- Corrections: hello@mcpyet.com.

## Also in Knowledge & Memory

- [NotebookLM](https://mcpyet.com/mcp/notebooklm.md) — Community only (Sort of)
- [Obsidian](https://mcpyet.com/mcp/obsidian.md) — Community only (Sort of)
- [Pinecone](https://mcpyet.com/mcp/pinecone-io.md) — Official (Yes)
- [SagaPeak](https://mcpyet.com/mcp/sagapeak.md) — Official (Yes)

---

Source: https://mcpyet.com/mcp/context7/ — data refreshed 2026-08-11
