MCP
Client Setup
Connect statshawk from Claude, Cursor, or any MCP client.
Connect from Claude, Cursor, or any MCP client.
statshawk speaks the standard MCP Streamable HTTP transport, so any client that supports MCP can connect. Three common paths — and a one-click install for the Cursor crowd:
→ Cursor// install · cursor
One click installs the MCP server into Cursor and opens the OAuth flow on first use. Requires Cursor 0.45 or later.
install in cursor// or open settings → mcp → add new mcp server → url
$ https://mcp.statshawk.ai/mcprecommended
Claude Code (CLI)
One command, OAuth handles the rest.
$claude mcp add statshawk https://mcp.statshawk.ai/mcp
Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or the equivalent path on your platform. Add an entry under mcpServers, then restart Claude Desktop.
{
"mcpServers": {
"statshawk": {
"url": "https://mcp.statshawk.ai/mcp"
}
}
}Cursor
Open Settings → MCP, click Add new MCP server, and paste:
{
"mcpServers": {
"statshawk": {
"url": "https://mcp.statshawk.ai/mcp"
}
}
}