Skip to main content
Glama
andrewcraigmorgan

Zoho Projects MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HTTP_PORTNoPort for HTTP server (optional, default 3001)
ALLOWED_HOSTSNoAllowed hosts for HTTP server
ZOHO_CLIENT_IDYesYour Zoho client ID from API console
ZOHO_PORTAL_IDYesYour Zoho Projects portal ID
ALLOWED_ORIGINSNoAllowed origins for CORS
ZOHO_API_DOMAINNoAPI domain based on region, e.g., https://projectsapi.zoho.com
ZOHO_ACCESS_TOKENYesYour Zoho access token
ZOHO_CLIENT_SECRETYesYour Zoho client secret
ZOHO_REFRESH_TOKENYesYour Zoho refresh token for automatic token refresh
ZOHO_ACCOUNTS_DOMAINNoAccounts domain based on region, e.g., 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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_portalsA

Retrieve all Zoho Projects portals

get_portalB

Get details of a specific portal

list_projectsB

List all projects in a portal

get_projectA

Get details of a specific project

create_projectC

Create a new project

update_projectB

Update an existing project

delete_projectA

Delete a project (moves to trash)

list_tasksB

List tasks from a project or portal

get_taskC

Get details of a specific task

get_task_by_prefixA

Find and get a task by its prefix/key (e.g., 'CA6-T282'). Searches through tasks to find a match.

create_taskB

Create a new task in a project

update_taskD

Update a task

delete_taskB

Delete a task

restore_taskB

Restore a deleted task from trash

create_tasklistB

Create a new tasklist in a project

move_taskB

Move a task to a different tasklist

delete_tasklistB

Delete a tasklist from a project

list_issuesB

List issues from a project or portal

get_issueB

Get details of a specific issue

create_issueD

Create a new issue

update_issueD

Update an issue

list_phasesB

List phases/milestones from a project

create_phaseB

Create a new phase/milestone

update_phaseA

Update a phase/milestone. IMPORTANT: start_date and end_date are required by the Zoho REST API for updates.

delete_phaseB

Delete a phase/milestone from a project

searchC

Search across portal or project

list_usersA

List users in a portal or project

list_statusesA

List available task statuses for a project

list_task_commentsB

List comments on a task

add_task_commentB

Add a comment to a task

edit_task_commentB

Edit an existing comment on a task

delete_task_commentB

Delete a comment from a task

upload_task_attachmentB

Upload a file attachment to a task

list_task_attachmentsB

List attachments on a task

delete_task_attachmentA

Delete an attachment from a task. For WorkDrive attachments, use the third_party_file_id as the attachment_id.

download_inline_imageA

Download an inline image from a Zoho task description URL to a local file. Use this to download screenshots/images embedded in task descriptions.

extract_inline_imagesA

Extract all inline image URLs from a task description HTML. Returns a list of Zoho image URLs that can be downloaded.

download_task_imagesA

Download all inline images from a task description to a local directory. Returns the mapping of original URLs to local file paths.

export_projectA

Export an entire Zoho project to a local directory. Creates a portable export with project.json containing all data and an images/ folder with downloaded attachments. Use this for importing projects into other systems.

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/andrewcraigmorgan/zoho-projects-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server