Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Zendesk Server For Heroku

FreeNot checked

Enables interaction with Zendesk Support for managing tickets, comments, and filtering via the Model Context Protocol. It allows LLMs to perform actions like cr

GitHubEmbed

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.

Deploy to Heroku

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

from github.com/dsouza-anush/mcp-zendesk

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-zendesk

FAQ

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

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