Integration
Connect Claude Desktop, Cursor, and any MCP-compatible client to your ZainaBot projects. Ask Claude about your open commitments, query your project history, list your action items — all from your own AI client.
API keys are tied to your account and used to authenticate every MCP request. Pro+ required.
Open API keys page →Open ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows) and add:
{
"mcpServers": {
"zainabot": {
"type": "http",
"url": "https://mcp.zainabot.ai/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY_HERE"
}
}
}
}Restart Claude Desktop after editing. The MCP server icon should appear in the chat input.
In Claude Desktop, try asking:
Claude picks the right ZainaBot tool automatically based on the question.
Read
list_coaches — browse the 50+ AI coaches, optionally by domain.list_projects — your active projects.list_action_items — open commitments across projects.query_project_memory — natural-language search over a project's sessions + docs.Write
chat_with_coach — single-turn chat with any coach. Continues an existing session if you pass one.create_action_item — add a new commitment, optionally tied to a project.update_action_item — mark done, dismissed, or reopen.delete_action_item — permanently remove an item.start_practice_session — start a roleplay. Returns a session_id; reply via chat_with_coach.attach_session_to_project — add an existing chat / practice / live session to a project.Coming soon: run_workflow (workflow execution + run status).
Per-API-key buckets, 1-minute windows. Exceeding a bucket returns an error mentioning the bucket + retry-after.
Chat + query calls also count against your monthly token quota (Pro 1M, Pro+ 2M, Enterprise 10M).
https://mcp.zainabot.ai/mcpAuthorization: Bearer zb_pk_*Learn more about MCP: modelcontextprotocol.io
Questions? Open a support ticket →