effytech/freshdesk-mcp
by Various
MCP server created for Freshdesk, allowing AI models to interact with Freshdesk modules
MCP
effytech/freshdesk-mcp
Added 1 June 2026
Overview
An MCP server that enables AI models to read and write Freshdesk ticket data through the Model Context Protocol. It wraps Freshdesk API endpoints as tools, letting agents query tickets, update statuses, and manage contacts.
Best for
Best for
Developers building AI assistants that need to manage Freshdesk support tickets
Use cases
- Automate ticket triage and status updates via AI agents
- Query Freshdesk tickets by filters for reporting or escalation
- Create or update contacts and tickets programmatically
How to use
Install
npx -y @smithery/cli install @effytech/freshdesk_mcp --client claude Tools exposed
create_ticketupdate_ticketdelete_ticketsearch_ticketsget_ticket_fieldsget_ticketsget_ticketget_ticket_conversationcreate_ticket_replycreate_ticket_noteupdate_ticket_conversationview_ticket_summaryupdate_ticket_summarydelete_ticket_summaryget_agentsview_agentcreate_agentupdate_agentsearch_agentslist_contacts
Tested with
Claude Desktop
Example client config
"mcpServers": {\n "freshdesk-mcp": {\n "command": "uvx",\n "args": [\n "freshdesk-mcp"\n ],\n "env": {\n "FRESHDESK_API_KEY": "<YOUR_FRESHDESK_API_KEY>",\n "FRESHDESK_DOMAIN": "<YOUR_FRESHDESK_DOMAIN>"\n }\n }\n} Notes
An MCP server that enables AI models to read and write Freshdesk ticket data through the Model Context Protocol. It wraps Freshdesk API endpoints as tools, letting agents query tickets, update statuses, and manage contacts.
60 stars on GitHub. Last updated 2025-10-06. Licensed MIT.
Use cases
- Automate ticket triage and status updates via AI agents
- Query Freshdesk tickets by filters for reporting or escalation
- Create or update contacts and tickets programmatically
Pros
- Simple Python implementation with clear MCP tool definitions
- Direct integration with Freshdesk’s core modules
- Lightweight and easy to self-host or extend
Cons
- Limited to Freshdesk’s public API capabilities
- No built-in authentication or rate limiting beyond Freshdesk’s own
- Small community and limited documentation beyond the README
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Simple Python implementation with clear MCP tool definitions
- Direct integration with Freshdesk's core modules
- Lightweight and easy to self-host or extend
Cons
- Limited to Freshdesk's public API capabilities
- No built-in authentication or rate limiting beyond Freshdesk's own
- Small community and limited documentation beyond the README
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.