Skip to main content
Glama
qpiai

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

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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