Connect your MCP client
Once your server is running, connect any MCP-compatible client using the token created above.
Claude Code
Section titled “Claude Code”claude mcp add yawa https://your-server.com/mcp --transport http \ --header "Authorization: Bearer YOUR_TOKEN"Claude (web)
Section titled “Claude (web)”Claude web currently requires OAuth for MCP connections. Bearer token support is not yet available. Follow this issue, which aims to add support for custom HTTP headers, for updates.
export YAWA_TOKEN="YOUR_TOKEN"
codex mcp add yawa \ --url https://your-server.com/mcp \ --bearer-token-env-var YAWA_TOKENMistral (Vibe)
Section titled “Mistral (Vibe)”Go to Context -> Connectors -> Add a Custom MCP Connector. Enter your server URL, wait for detection, then enter your Bearer token.
Cursor
Section titled “Cursor”Add to your mcp.json:
{ "mcpServers": { "yawa": { "url": "https://your-server.com/mcp", "headers": { "Authorization": "Bearer YOUR_TOKEN" } } }}Once connected, start by listing your sites:
List my analytics sitesWhat are my top pages this week?Show me web vitals for my homepage.Which UTM campaigns are driving the most visitors?