Zendesk Server For Heroku
FreeNot checkedEnables interaction with Zendesk Support for managing tickets, comments, and filtering via the Model Context Protocol. It allows LLMs to perform actions like cr
About
Enables interaction with Zendesk Support for managing tickets, comments, and filtering via the Model Context Protocol. It allows LLMs to perform actions like creating, updating, and listing support tickets through natural language in a Heroku-native environment.
README
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
Available Tools
| Tool | Description |
|---|---|
get_tickets |
List tickets with filtering and pagination |
get_ticket |
Get ticket details by ID |
get_ticket_comments |
Get all comments on a ticket |
create_ticket |
Create a new support ticket |
create_ticket_comment |
Add a comment to a ticket |
update_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 [email protected]
heroku config:set ZENDESK_API_TOKEN=your-api-token
Get 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-mcp
Usage
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
Installing Zendesk Server For Heroku
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/dsouza-anush/mcp-zendeskFAQ
Is Zendesk Server For Heroku MCP free?
Yes, Zendesk Server For Heroku MCP is free — one-click install via Unyly at no cost.
Does Zendesk Server For Heroku need an API key?
No, Zendesk Server For Heroku runs without API keys or environment variables.
Is Zendesk Server For Heroku hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Zendesk Server For Heroku in Claude Desktop, Claude Code or Cursor?
Open Zendesk Server For Heroku on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Zendesk Server For Heroku with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
