zoho-sprints-mcp
Verified Safeby danngalann
Overview
Provides programmatic access to Zoho Sprints project management functionality, enabling automation via integration tools like Claude.
Installation
python server.pyEnvironment 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
plane-mcp-server
Provides AI agents with tools to interact with Plane APIs for project and work item management.
zerocracy-mcp-server
Integrates an AI agent (e.g., Claude Desktop) with Zerocracy to provide management advice and insights on product development.
zapier-mcp
This repository provides plugins, skills, and commands for AI agents, specifically Claude, to enable sophisticated workflow automation and integration with 8,000+ apps via Zapier's Model Context Protocol (MCP) for engineering tasks like Jira management, git operations, and code reviews.
azure-devops-mcp
An MCP server that enables Claude to interact with Azure DevOps work items, projects, sprints, and relationships directly through natural language.