MCP.so
Sign In

Context7

Up-to-date docs for LLMs and AI code editors

Documentation

About Context7

Context7 provides up-to-date code examples and documentation for LLMs and AI code editors. Its MCP connector brings current library context into assistant workflows, reducing tab switching and helping generated code avoid outdated APIs, nonexistent methods, and stale implementation patterns.

Connection details

https://mcp.context7.com/mcp

Transport

Streamable HTTP

Authentication

OAuth

Setup

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

Frequently asked questions

What is the Context7 remote MCP server?

The Context7 remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.context7.com/mcp, so AI assistants can connect to it without installing or running anything locally.

How do I connect to the Context7 MCP server?

Add the endpoint https://mcp.context7.com/mcp to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the Context7 MCP server require authentication?

Yes. Context7 uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the Context7 MCP server use?

Context7 exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.

More remote MCP servers