Skip to main content
Glama
dsouza-anush

Zendesk MCP Server for Heroku

by dsouza-anush

Zendesk MCP Server for Heroku

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

Related MCP server: mcp-server-zendesk

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 ZENDESK_EMAIL=agent@mycompany.com
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

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables 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.
    Last updated
    7
    1
    Apache 2.0
  • A
    license
    A
    quality
    B
    maintenance
    Enables 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.
    Last updated
    55
    73
    5
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    A 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.
    Last updated
    41
    391
    3
    MIT

View all related MCP servers

Related MCP Connectors

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

  • Surface customer & prospect context from Slack, email, transcripts and tickets in any MCP client.

  • Run AI customer support from your terminal: conversations, knowledge base, and chat widget.

View all MCP Connectors

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/dsouza-anush/mcp-zendesk'

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