Connect your Zoho Books account to AI assistants like Claude Desktop through the Model Context Protocol (MCP)
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"zoho-books-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Zoho Books MCP Server Connect your Zoho Books account to AI assistants like Claude Desktop through the Model Context Protocol (MCP). ## Quick Start ### 1. Get Zoho API Credentials 1. Go to [Zoho API Console](https://api-console.zoho.com/) 2. Create a "Server-based Application" 3. Add redirect URI: `http://localhost:8099/callback` 4. Select scope: `ZohoBooks.fullaccess.all` 5. Save your Client ID, Client Secret, and Organization ID ### 2. Install via uvx Add to your Claude Desktop configuration: ```json { "mcpServers": { "zoho-books": { "command": "uvx", "args": ["zoho-books-mcp"], "env": { "ZOHO_CLIENT_ID": "your_client_id", "ZOHO_CLIENT_SECRET": "your_client_secret", "ZOHO_REFRESH_TOKEN": "your_refresh_token", "ZOHO_ORGANIZATION_ID": "your_organization_id", "ZOHO_REGION": "US" } } } } ``` To get a refresh token: `uvx zoho-books-mcp --setup-oauth` ### 3. Restart Claude Desktop Look for the 🔌 icon to verify connection. ## Local Development ```bash # Clone and setup git clone https://github.com/kkeeling/zoho-mcp.git cd zoho-mcp python -m venv venv source venv/bin/activate # Windows: venv\Scripts\activate pip install -r requirements.txt # Run tests pytest # Run server python server.py ``` For local development in Claude Desktop: ```json { "mcpServers": { "zoho-books": { "command": "/path/to/venv/bin/python", "args": ["/path/to/zoho-mcp/server.py"], "env": { "ZOHO_CLIENT_ID": "your_client_id", "ZOHO_CLIENT_SECRET": "your_client_secret", "ZOHO_REFRESH_TOKEN": "your_refresh_token", "ZOHO_ORGANIZATION_ID": "your_organization_id", "ZOHO_REGION": "US" } } } } ``` ## Available Features ### Tools **Invoices**: create_invoice, email_invoice, record_payment, send_payment_reminder, void_invoice, list_invoices, get_invoice, mark_invoice_as_sent **Contacts**: create_customer, create_vendor, update_contact, de…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.