MCPHub

0 serversUpdated Sep 16, 2026

TasksCollectionsPlaygroundSubmit
MCPHub

Catalog

  • Servers
  • Browse A–Z
  • Trending
  • Categories
  • Tasks
  • Collections
  • Playground
  • Submit
  • For agents

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

  1. Home
  2. /Collections
  3. /Support desk

Support desk

Handle tickets end to end: Zendesk or Freshdesk, a knowledge base in Notion, and status updates in Slack.

Ads

Servers in this stack

  1. 1M

    michaelrice/zendesk-mcp

    MCP server for Zendesk. Read/write tools for tickets, comments, views, macros, users, groups, organizations, and time tracking; optional Help Center knowledge base and Git-Zen GitLab integration.

    Support & Service Management

    0
  2. 2E

    effytech/freshdesk-mcp

    MCP server that integrates with Freshdesk, enabling AI models to interact with Freshdesk modules and perform various support operations.

    Support & Service Management

    0
  3. 3T

    Ticketdesk AI MCP

    Ticketdesk MCP connects your AI tools like Claude desktop, Cursor, VS Code Copilot, and more directly to your Ticketdesk AI helpdesk software. Manage tickets, respond to customers, assign agents, set priorities and read full conversation threads without leaving your AI agent. The MCP server is the fastest way to bring AI into your customer support operations, powering AI customer support with automatic, context-aware responses from your training material across email and chat, all through advanced AI support tools connected via the MCP server.

    Workplace & Productivity6 tools

    0
  4. 4

    Notion MCP

    > [!NOTE] > > We’ve introduced Notion MCP, a remote MCP server with the following improvements: > > - Easy installation via standard OAuth. No need to fiddle with JSON or API tokens anymore. > - Powerful tools tailored to AI agents, including editing pages in Markdown. These tools are designed with optimized token consumption in mind. > > Learn more and get started at Notion MCP documentation. > > We are prioritizing, and only providing active support for, Notion MCP (remote). As a result: > > - We may sunset this local MCP server repository in the future. > - Issues and pull requests here are not actively monitored. > - Please do not file issues relating to the remote MCP here; instead, contact Notion support.

    Workplace & Productivity6 tools

    4.6k
  5. 5K

    korotovsky/slack-mcp-server

    The most powerful MCP server for Slack Workspaces.

    Communication

    0

Combined config

Only servers with a published config example are merged here.

{
  "mcpServers": {
    "zendesk-mcp": {
      "command": "uvx",
      "args": [
        "pip"
      ]
    },
    "freshdesk_mcp": {
      "url": "https://archestra.ai/mcp"
    },
    "ticketdesk-ai-mcp": {
      "url": "https://api.ticketdesk.ai/mcp?apikey=[YOUR_API_KEY"
    },
    "notion": {
      "command": "npx",
      "args": [
        "-y",
        "@notionhq/notion-mcp-server"
      ],
      "env": {
        "NOTION_TOKEN": "<integration-token>"
      }
    },
    "slack-mcp-server": {
      "command": "npx",
      "args": [
        "@modelcontextprotocol/inspector",
        "go",
        "run",
        "mcp/mcp-server.go",
        "--transport",
        "stdio"
      ]
    }
  }
}