Zoho Projects MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HTTP_PORT | No | Port for HTTP server (optional, for remote access) | 3001 |
| ALLOWED_HOSTS | No | Allowed hosts for HTTP server (optional, for remote access) | 127.0.0.1,localhost |
| ZOHO_CLIENT_ID | Yes | Your Zoho OAuth client ID | |
| ZOHO_PORTAL_ID | Yes | Your Zoho Projects portal ID | |
| ALLOWED_ORIGINS | No | Allowed origins for HTTP server (optional, for remote access) | http://localhost:3000 |
| ZOHO_API_DOMAIN | No | The Zoho API domain for your region (e.g., https://projectsapi.zoho.com for US, https://projectsapi.zoho.in for India) | https://projectsapi.zoho.com |
| ZOHO_ACCESS_TOKEN | Yes | Your Zoho OAuth access token | |
| ZOHO_CLIENT_SECRET | Yes | Your Zoho OAuth client secret | |
| ZOHO_REFRESH_TOKEN | Yes | Your Zoho OAuth refresh token | |
| ZOHO_ACCOUNTS_DOMAIN | No | The Zoho accounts domain for your region (e.g., https://accounts.zoho.com for US, https://accounts.zoho.in for India) | https://accounts.zoho.com |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_portalsB | Retrieve all Zoho Projects portals |
| get_portalC | Get details of a specific portal |
| list_projectsC | List all projects in a portal |
| get_projectC | Get details of a specific project |
| create_projectC | Create a new project |
| update_projectC | Update an existing project |
| delete_projectB | Delete a project (moves to trash) |
| list_tasksC | List tasks from a project or portal |
| get_taskC | Get details of a specific task |
| create_taskC | Create a new task in a project |
| update_taskC | Update a task |
| delete_taskC | Delete a task |
| list_issuesC | List issues from a project or portal |
| get_issueC | Get details of a specific issue |
| create_issueC | Create a new issue |
| update_issueC | Update an issue |
| list_phasesC | List phases/milestones from a project |
| create_phaseC | Create a new phase/milestone |
| searchC | Search across portal or project |
| list_usersB | List users in a portal or project |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/qpiai/zoho-projects-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server