Hosted MCP URL:
https://mcp.context.dev/mcpContext.dev uses OAuth. You sign in through your browser, so you do not need to paste an API key into your MCP configuration.Connect your client
Choose your client and follow the steps below. Use the exact hosted URL, including/mcp.
- Claude
- Cursor
- Codex
- ChatGPT desktop
- VS Code
- Other clients
Claude, Cowork, and Claude Desktop
1
Add a custom connector
Open Customize → Connectors, select +, then choose Add custom connector.On Team and Enterprise plans, an organization owner must first add Context.dev from Organization settings → Connectors.
2
Enter the Context.dev MCP URL
Name the connector Leave the optional OAuth client ID and client secret fields empty.
Context.dev and enter:3
Connect your account
Select Add, then Connect. Sign in to Context.dev in the browser window and approve access.
4
Enable it in a conversation
Select the + button beside the composer, open Connectors, and enable Context.dev.
Claude Code
Add the hosted server for your user:terminal
/mcp, select context, and complete the browser sign-in.Verify the connection
Start a new conversation and ask:Use Context.dev to retrieve the live brand profile for stripe.com. Tell me which Context.dev tool you called.A working connection calls
get-brand or brand-retrieve-unified and returns live data. If the agent answers from memory without making a tool call, confirm that Context.dev is enabled for the conversation.
What your agent can do
The MCP server exposes the callable operations in the public Context.dev API, plus a visual brand card.Prompts to try
Research a website
Scrape the Acme pricing page and summarize every plan, limit, and billing interval.
Extract structured data
Extract all open engineering roles from this careers site as JSON with title, location, and application URL.
Parse a document
Parse this PDF and return its tables as clean Markdown, preserving the section hierarchy.
Monitor a change
Create a daily monitor for this changelog and notify me only about new product releases.
Authentication and permissions
Context.dev uses OAuth 2.0 Authorization Code flow with PKCE. The MCP client receives scoped tokens; it never receives your Context.dev password or API key. The server requests:api.readfor parsing, scraping, searching, extraction, enrichment, and reading monitor dataapi.writefor creating, updating, deleting, or manually running monitors and rotating webhook secrets
Troubleshooting
The server does not appear or shows zero tools
The server does not appear or shows zero tools
Confirm that the URL is exactly
https://mcp.context.dev/mcp, including /mcp. Restart or refresh the client after editing its configuration, then make sure Context.dev is enabled for the current conversation.The browser sign-in did not open
The browser sign-in did not open
Open the client’s MCP settings and select Authenticate or Connect beside Context.dev. In Claude Code, run
/mcp. In Codex, run codex mcp login context.Authentication loops or returns 401
Authentication loops or returns 401
Clear the saved authentication for Context.dev in your client, reconnect, and complete the browser flow again. Do not add an API key or OAuth secret to the URL.
The agent answers without calling Context.dev
The agent answers without calling Context.dev
Enable Context.dev for the conversation and name it explicitly in the prompt. In clients with tool controls, confirm that the relevant Context.dev tools are enabled.
Check whether the hosted server is online
Check whether the hosted server is online
Run:A healthy server returns a JSON response with a healthy status. If it is healthy but your client cannot connect, inspect the client’s MCP output log and reconnect.
terminal
Next steps
Browse the API
See the endpoints and data available through the MCP tools.
Monitor websites
Learn how monitor targets, schedules, changes, and webhooks work.
Install the skill
Teach your agent when and how to use Context.dev while writing code.
View the source
Inspect the open-source MCP server implementation.