Freshdesk (uvx) MCP Server
CommunityContributed by effytech
Interact with Freshdesk customer support. Manage tickets, conversations, contacts, companies, agents, and ticket fields through the Freshdesk API.
About the Freshdesk (uvx) MCP Server
The Freshdesk (uvx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Interact with Freshdesk customer support. Manage tickets, conversations, contacts, companies, agents, and ticket fields through the Freshdesk API. This is a community-contributed MCP server by effytech.
Install the Freshdesk (uvx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.
Transport Configuration
{
"type": "stdio",
"command": "uvx",
"args": [
"freshdesk-mcp"
],
"env": {
"FRESHDESK_API_KEY": "${input:FRESHDESK_API_KEY}",
"FRESHDESK_DOMAIN": "${input:FRESHDESK_DOMAIN}"
},
"metadata": {
"inputs": [
{
"id": "FRESHDESK_API_KEY",
"label": "Freshdesk API Key",
"description": "Your Freshdesk API key, used to authenticate requests to the Freshdesk API.",
"type": "text",
"required": true,
"secret": true,
"placeholder": "****************",
"obtain": {
"url": "https://support.freshdesk.com/support/solutions/articles/215517",
"instructions": "1. Log in to your Freshdesk account\n2. Click your profile picture (top right) and open Profile Settings\n3. Find Your API Key in the right-hand sidebar\n4. Copy the API key",
"button_label": "Get API Key"
}
},
{
"id": "FRESHDESK_DOMAIN",
"label": "Freshdesk Domain",
"description": "Your Freshdesk instance domain, e.g. yourcompany.freshdesk.com.",
"type": "text",
"required": true,
"secret": false,
"placeholder": "yourcompany.freshdesk.com"
}
]
}
}Categories
Tags
Supported AI Clients
The Freshdesk (uvx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
Slack (Docker)
Send and read Slack messages, manage channels, list users, add reactions, and interact with your Slack workspace via Docker container.
Slack (npx)
Send and read Slack messages, manage channels, list users, add reactions, and interact with your Slack workspace via npx.
Google Workspace (uvx)
Access Gmail, Google Calendar, Drive, Docs, Sheets, Slides, Forms, Tasks, Contacts, Chat, and Apps Script from a single MCP server. 100+ operations across all Google Workspace services.
Businys
221 MCP tools across 26 practices for independent professionals. Manage clients, bookings, invoices, contracts, programs, sessions, and more. Open platform with full data export on all paid tiers.
Discord (Docker)
Control a Discord bot via Docker. Send and manage messages, administer channels, categories, roles, webhooks, forums, invites, scheduled events, and emojis, plus moderation actions across your servers â all in an isolated container.
Front
Connect to Front's customer communication platform through its official hosted remote MCP server. Read and act on conversations, inboxes, contacts, tags, and teammates: search and read conversations, add comments and tags, and draft replies. Authenticates via OAuth in your browser, no local setup required.
Install Freshdesk (uvx) with McpMux
One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.