# Zoho CRM MCP Server Environment Variables
# Copy this file to .env and fill in your actual values
# Zoho OAuth App Credentials (required)
# Get these from your Zoho Developer Console
ZOHO_CLIENT_ID=your_zoho_client_id_here
ZOHO_CLIENT_SECRET=your_zoho_client_secret_here
# OAuth Configuration
ZOHO_REDIRECT_URI=http://localhost:8080/callback
ZOHO_API_DOMAIN=https://www.zohoapis.com
ZOHO_SCOPE=ZohoCRM.modules.ALL,ZohoCRM.users.ALL,ZohoCRM.org.ALL
# Authentication Tokens (generate these manually using: uv run zoho-mcp-auth)
# IMPORTANT: Keep these tokens secure and never commit them to version control!
ZOHO_ACCESS_TOKEN=your_generated_access_token_here
ZOHO_REFRESH_TOKEN=your_generated_refresh_token_here
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SkanderBS2024/zoho-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server