Back to Home
danngalann icon

zoho-sprints-mcp

Verified Safe

by danngalann

Overview

Provides programmatic access to Zoho Sprints project management functionality, enabling automation via integration tools like Claude.

Installation

Run Command
python server.py

Environment Variables

  • ZOHO_CLIENT_ID
  • ZOHO_CLIENT_SECRET
  • ZOHO_REDIRECT_URI
  • ZOHO_REFRESH_TOKEN
  • ZOHO_API_DOMAIN
  • ZOHO_ACCOUNTS_URL
  • ZOHO_TEAM_ID

Security Notes

The project uses Pydantic for environment variable management, ensuring credentials are loaded from a .env file and not hardcoded. OAuth 2.0 with automatic token refresh is implemented securely. The `get_refresh_token.py` script guides a manual but standard OAuth flow. No 'eval', 'exec', or direct `subprocess` calls were found. The server binds to '0.0.0.0' which is standard but requires proper firewalling if exposed externally.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2025-12-02

Tags

Zoho SprintsProject ManagementAPI IntegrationAutomationMCP