Zendesk MCP Server for Heroku
Provides tools for managing Zendesk Support tickets and comments, including capabilities to list, create, and update tickets, retrieve ticket details, and filter by status and priority.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Zendesk MCP Server for HerokuList all open tickets with high priority"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Zendesk MCP Server for Heroku
A Model Context Protocol (MCP) server for Zendesk Support integration.
Features
Ticket Management - Get, create, update tickets
Comments - Add public replies and internal notes
Filtering - Filter by status, priority, and more
Heroku Native - Designed for Heroku deployment with MCP process support
Related MCP server: mcp-server-zendesk
Available Tools
Tool | Description |
| List tickets with filtering and pagination |
| Get ticket details by ID |
| Get all comments on a ticket |
| Create a new support ticket |
| Add a comment to a ticket |
| Update ticket status, priority, etc. |
Deployment
One-Click Deploy
Click the "Deploy to Heroku" button above.
Configure Credentials
heroku config:set ZENDESK_SUBDOMAIN=mycompany
heroku config:set ZENDESK_EMAIL=agent@mycompany.com
heroku config:set ZENDESK_API_TOKEN=your-api-tokenGet your API token from Zendesk Admin > Apps and integrations > APIs > Zendesk API.
Register with Heroku AI
heroku addons:attach your-main-app::INFERENCE -a my-zendesk-mcpUsage
response = client.chat.completions.create(
model=os.getenv("INFERENCE_MODEL_ID"),
messages=[
{"role": "user", "content": "Find all urgent tickets opened today"}
],
extra_body={
"heroku": {
"mcp_servers": ["mcp-zendesk"]
}
}
)License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Read tickets, users, orgs, macros and satisfaction ratings; create, update and comment on tickets.
Read tickets, contacts, companies, agents and groups; create, update and reply to tickets.
Zendesk MCP Pack — tickets, users, organizations via OAuth.
List, search, create, update, and reply to support tickets across your Dispatch Tickets brands.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables comprehensive management of Zendesk tickets, comments, and Help Center articles through tools for searching, creating, and updating content. It includes specialized prompts for ticket analysis and response drafting to streamline support workflows.71Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to search tickets, manage tags, create tickets, inspect automations, and more in Zendesk.MIT
- AlicenseAqualityAmaintenanceEnables AI-powered ticket analysis and comprehensive Zendesk API integration via the Model Context Protocol, supporting both API token (CLI) and OAuth 2.1 (web) authentication modes.55895MIT
- AlicenseAqualityCmaintenanceA Model Context Protocol server that enables AI assistants like Claude to interact with Zendesk Support through natural language for searching, creating, updating, and managing tickets.411343MIT