Claude
Claude
Connect to your Watching That data from Claude — Anthropic's AI assistant. Claude uses the Watching That MCP Server to query your operational data, explore metrics, and surface insights using natural language.
For full details on what's possible once connected — available tools, example prompts, query tips, and FAQ — see the MCP Server Reference.
Claude.ai (Web)
The primary setup for operations teams using Claude via the browser at claude.ai. Requires a Claude Team or Enterprise plan.
Prerequisites
An active Watching That platform account
A Watching That MCP API key — contact your Customer Success representative or support@watchingthat.com to request one
A Claude Team or Enterprise subscription at claude.ai
Setup
Log in to claude.ai
Open or create a Project where you want to use your Watching That data
Go to Project Settings → Integrations
Click Add Integration or Connect MCP Server
Enter the MCP server URL provided by your account team:
https://mcp.<instance>.watchingthat.<tld>/mcp?api_key=<your_api_key>Save — you should see a green checkmark confirming the connection is active
Start a new conversation in the project and ask a question like: "List my accessible organisations"
Tips for Claude.ai
Use Projects to keep your Watching That MCP connection separate from other work.
Claude.ai is the best option for non-technical users — no installation, no config files, works in the browser.
Claude Desktop
For users who prefer the Claude desktop application (macOS or Windows).
Setup
Open Claude Desktop
Go to Settings → Developer → Edit Config
Add the Watching That MCP server to your
claude_desktop_config.json:
{
"mcpServers": {
"watching-that": {
"url": "https://mcp.<instance>.watchingthat.<tld>/mcp?api_key=<your_api_key>"
}
}
}Save the file and restart Claude Desktop
You should see Watching That listed as a connected MCP server
Claude Code
For engineering and DevOps teams using Claude's command-line tool.
Setup
claude mcp add watching-that --transport sse "https://mcp.<instance>.watchingthat.<tld>/mcp?api_key=<your_api_key>"Once added, Claude Code can query your Watching That data directly from the terminal.
Still Need Help?
Email: support@watchingthat.com
MCP Server capabilities: MCP Server Reference