Skip to main content
Glama

Zoho Projects MCP Server

by qpiai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HTTP_PORTNoPort for HTTP server (optional, for remote access)3001
ALLOWED_HOSTSNoAllowed hosts for HTTP server (optional, for remote access)127.0.0.1,localhost
ZOHO_CLIENT_IDYesYour Zoho OAuth client ID
ZOHO_PORTAL_IDYesYour Zoho Projects portal ID
ALLOWED_ORIGINSNoAllowed origins for HTTP server (optional, for remote access)http://localhost:3000
ZOHO_API_DOMAINNoThe 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_TOKENYesYour Zoho OAuth access token
ZOHO_CLIENT_SECRETYesYour Zoho OAuth client secret
ZOHO_REFRESH_TOKENYesYour Zoho OAuth refresh token
ZOHO_ACCOUNTS_DOMAINNoThe Zoho accounts domain for your region (e.g., https://accounts.zoho.com for US, https://accounts.zoho.in for India)https://accounts.zoho.com

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
list_portals

Retrieve all Zoho Projects portals

get_portal

Get details of a specific portal

list_projects

List all projects in a portal

get_project

Get details of a specific project

create_project

Create a new project

update_project

Update an existing project

delete_project

Delete a project (moves to trash)

list_tasks

List tasks from a project or portal

get_task

Get details of a specific task

create_task

Create a new task in a project

update_task

Update a task

delete_task

Delete a task

list_issues

List issues from a project or portal

get_issue

Get details of a specific issue

create_issue

Create a new issue

update_issue

Update an issue

list_phases

List phases/milestones from a project

create_phase

Create a new phase/milestone

search

Search across portal or project

list_users

List users in a portal or project

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