CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Zendesk

pipeworx-io/mcp-zendesk
16 toolsHTTPregistry active
Summary

This is a gateway-based server that connects Claude to your Zendesk account through OAuth. You get five main tools: list and search tickets, fetch individual tickets by ID, and query users and user details. It's hosted by Pipeworx, so there's no local setup. You can either call the tools directly (zd_list_tickets, zd_search_tickets, etc.) or use their ask_pipeworx interface to query in natural language and let the gateway route to the right endpoint. Useful when you're building support workflows, want to surface ticket context during conversations, or need to pull user data without switching to the Zendesk UI.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

16 tools
ZENDESK_COUNT_ZENDESK_ORGANIZATIONSCount the number of organizations in Zendesk.

Count the number of organizations in Zendesk.

No parameter schema in public metadata yet.

ZENDESK_CREATE_ZENDESK_ORGANIZATIONTool to create a Zendesk organization. Use when you need to group end users under a shared company profile. Use after confirming the organization name is unique.2 params

Tool to create a Zendesk organization. Use when you need to group end users under a shared company profile. Use after confirming the organization name is unique.

Parameters* required
namestring
Unique organization name. Leading/trailing whitespace is trimmed by Zendesk.
external_idstring
Optional unique external identifier for this organization. Comparison is case-insensitive; use to sync with external systems.
ZENDESK_CREATE_ZENDESK_TICKETCreate a ticket in Zendesk.5 params

Create a ticket in Zendesk.

Parameters* required
subjectstring
Short summary of the issue. Keep it concise (e.g. 'Cannot log in').
prioritystring
Zendesk priority. Must be one of: 'urgent', 'high', 'normal', 'low'.one of urgent · high · normal · lowdefault: normal
descriptionstring
Long-form description / steps to reproduce.
requester_namestring
Name of the requester. If you supply this, you MUST also supply `requester_email`. Leave both blank to default to the authenticated user.
requester_emailstring
Email of the requester. Must accompany `requester_name`.
ZENDESK_CREATE_ZENDESK_USERTool to create a new user in Zendesk. Use when you need to onboard a user with specific details.2 params

Tool to create a new user in Zendesk. Use when you need to onboard a user with specific details.

Parameters* required
userobject
User object containing all attributes to create
skip_verify_emailboolean
If true, do not send a verification email upon creationdefault: false
ZENDESK_DELETE_ZENDESK_ORGANIZATIONDelete an organization in Zendesk.1 params

Delete an organization in Zendesk.

Parameters* required
organization_idstring
ID of the organization to delete
ZENDESK_DELETE_ZENDESK_TICKETDelete a ticket in Zendesk.1 params

Delete a ticket in Zendesk.

Parameters* required
ticket_idinteger
ID of the ticket to delete
ZENDESK_DESTROY_MANY_ORGANIZATIONSTool to bulk delete Zendesk organizations. Use when cleaning up test data or removing obsolete organizations in one call. Returns a job_status payload to track progress.2 params

Tool to bulk delete Zendesk organizations. Use when cleaning up test data or removing obsolete organizations in one call. Returns a job_status payload to track progress.

Parameters* required
idsstring
Comma-separated list of Zendesk organization IDs to delete (max 100). Required if external_ids is not provided.
external_idsstring
Comma-separated list of Zendesk external organization IDs to delete (max 100). Required if ids is not provided.
ZENDESK_GET_ABOUT_MEGet information about the owner account in Zendesk.

Get information about the owner account in Zendesk.

No parameter schema in public metadata yet.

ZENDESK_GET_ALL_ZENDESK_ORGANIZATIONSGet all organizations in Zendesk.

Get all organizations in Zendesk.

No parameter schema in public metadata yet.

ZENDESK_GET_ZENDESK_ORGANIZATIONGet information about a specific organization in Zendesk.1 params

Get information about a specific organization in Zendesk.

Parameters* required
organization_idinteger
Numeric ID of the organization to retrieve (e.g. 123456).
ZENDESK_GET_ZENDESK_TICKET_BY_IDGet ticket details from Zendesk.1 params

Get ticket details from Zendesk.

Parameters* required
ticket_idinteger
ID of the ticket to get details for.
ZENDESK_LIST_ZENDESK_TICKETSList Zendesk tickets with pagination and filtering.5 params

List Zendesk tickets with pagination and filtering.

Parameters* required
pageinteger
Page number for offset pagination (starts at 1)
sort_bystring
Field to sort by: 'assignee', 'assignee.name', 'created_at', 'group', 'id', 'requester', 'requester.name', 'status', 'subject', 'updated_at'
per_pageinteger
Number of tickets per page (max 100)
sort_orderstring
Sort order: 'asc' or 'desc'one of asc · desc
external_idstring
Filter tickets by external ID
ZENDESK_REPLY_ZENDESK_TICKETAction to reply to a Zendesk ticket by adding a comment.3 params

Action to reply to a Zendesk ticket by adding a comment.

Parameters* required
bodystring
Comment contentdefault:
publicboolean
Whether the comment is public or internaldefault: true
ticket_idinteger
ID of the ticket to reply to
ZENDESK_SEARCH_ZENDESK_USERSTool to search Zendesk users by email or name. Use after confirming user identity before ticket creation.4 params

Tool to search Zendesk users by email or name. Use after confirming user identity before ticket creation.

Parameters* required
namestring
Full or partial name to search for. For phrase searches, enclose in quotes.
pageinteger
Page number for offset pagination (starts at 1).
emailstring
Email address to search for. Exact match (e.g., 'jdoe@example.com').
per_pageinteger
Number of users per page (max 100).
ZENDESK_UPDATE_ZENDESK_ORGANIZATIONUpdate an organization in Zendesk.2 params

Update an organization in Zendesk.

Parameters* required
dataobject
New data for the organization
organization_idinteger
ID of the organization to update
ZENDESK_UPDATE_ZENDESK_TICKETTool to update a ticket in Zendesk. Use when you need to modify ticket fields like status, priority, or subject after confirming the ticket ID.21 params

Tool to update a ticket in Zendesk. Use when you need to modify ticket fields like status, priority, or subject after confirming the ticket ID.

Parameters* required
dataobject
Optional raw ticket update object. Provide this to send fields under the 'ticket' wrapper directly. Alternatively, use the un-nested fields above.
tagsarray
Tags to set on the ticket. Using tags here replaces all existing tags.
due_atstring
Due date/time for task-type tickets (ISO 8601).
statusstring
Ticket status to set. If your account uses custom statuses, use custom_status_id via other endpoints.
subjectstring
Ticket subject/title to set during update.
metadataobject
Custom metadata to attach to this update's audit (approximately up to 1 KB).
prioritystring
Ticket priority. Allowed values: urgent, high, normal, low.one of urgent · high · normal · low
email_ccsarray
Email CCs to add/remove. Each object includes user_id or user_email, optional user_name, and action ('put'|'delete').
followersarray
Followers to add/remove. Each object should include user_id or user_email, with optional action ('put'|'delete').
ticket_idinteger
ID of the ticket to update.
safe_updateboolean
Enable optimistic locking to prevent overwrites during collisions.
comment_bodystring
Text body of the comment to add.
collaboratorsarray
Collaborators to set (replaces existing). Accepts user IDs, emails, or {name, email} objects.
custom_fieldsarray
List of custom field values. Each item: {id: number, value: any}.
updated_stampstring
Last-known updated_at timestamp (ISO 8601) used together with safe_update.
comment_publicboolean
Whether the added comment is public (visible to requester) or internal.
comment_uploadsarray
Upload tokens to attach files to the comment.
collaborator_idsarray
Collaborator user IDs to set (replaces existing).
comment_author_idinteger
Author ID for the comment, if different from the authenticated user.
comment_html_bodystring
HTML body of the comment to add.
additional_collaboratorsarray
Add collaborators without removing existing ones.

mcp-zendesk

Zendesk MCP Pack — tickets, users, organizations via OAuth.

Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.

Tools

ToolDescription
zd_list_ticketsList recent Zendesk tickets.
zd_get_ticketGet a Zendesk ticket by ID.
zd_search_ticketsSearch Zendesk tickets with a query string.
zd_list_usersList Zendesk users.
zd_get_userGet a Zendesk user by ID.

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "zendesk": {
      "url": "https://gateway.pipeworx.io/zendesk/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 673+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Zendesk data" })

The gateway picks the right tool and fills the arguments automatically.

More

  • All tools and guides
  • pipeworx.io

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP
UpdatedApr 22, 2026
View on GitHub