Supported clients
The public Checkly MCP Server currently supports these clients:| Client | Support status | Notes |
|---|---|---|
| ChatGPT | Supported | Use the Checkly MCP endpoint from this page. |
| Claude Desktop | Supported | Use the Checkly MCP endpoint as the remote MCP server URL. |
| Claude Code | Supported | Add the server with the HTTP transport. |
| Devin CLI | Supported | Requires Devin CLI and uses Checkly’s static Devin MCP OAuth client. |
| Antigravity | Supported | Use the Checkly MCP endpoint as the MCP server URL. |
| Cursor | Supported | Uses Checkly’s static Cursor MCP OAuth client. Configure .cursor/mcp.json or ~/.cursor/mcp.json. |
| VS Code | Supported | Configure .vscode/mcp.json or your VS Code user profile. |
ChatGPT
Follow OpenAI’s Developer mode and MCP apps in ChatGPT guide. Use the Checkly MCP endpoint from this page as the MCP server endpoint.Claude Desktop
Follow Claude’s custom connectors using remote MCP guide. Use the Checkly MCP endpoint from this page as the remote MCP server URL.Claude Code
Add the server with the HTTP transport:Terminal
Devin CLI
Use this configuration:- MCP endpoint:
https://api.checklyhq.com/mcp - OAuth client ID:
tpc_5apxvvouctRhwLo7ARsjYA - Transport:
http
Terminal
Terminal
Antigravity
Follow Google’s Antigravity MCP integration guide. Use the Checkly MCP endpoint from this page as the MCP server URL.Cursor
Add the server to.cursor/mcp.json in your project, or to ~/.cursor/mcp.json for all projects:
mcp.json
VS Code
Add the server to.vscode/mcp.json in your workspace, or to your VS Code user profile:
mcp.json
Known client limitations
Some MCP clients support remote MCP servers but do not work with the public Checkly MCP Server yet. If your preferred compatible client is missing, share feedback or requests.Cline
Cline is not currently supported for Checkly MCP OAuth because of its current OAuth limitation. You can follow or upvote the Checkly Cline support request.Windsurf / Devin Desktop
Windsurf / Devin Desktop is not currently supported for Checkly MCP OAuth because of its current OAuth limitation. You can follow or upvote the Checkly Devin support request.Use a specific account
If you belong to multiple Checkly accounts, tell your MCP client which account you want to use in your prompt:Prompt
X-Checkly-Account header when your client supports custom MCP headers.
For Claude Code, add the header when you register the server:
Terminal
mcpServers JSON configuration, add headers to the Checkly server entry:
mcp.json
Verify the connection
After authentication, ask your MCP client:Prompt
Prompt