Back to MCP Servers
🔌

effytech/freshdesk-mcp

MITAPI key required

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

PythonAI & LLMs

Install

npx -y -y @smithery/cli

Required environment variables

FRESHDESK_API_KEYSet in your MCP config
YOUR_FRESHDESK_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "effytech-freshdesk-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "-y",
        "@smithery/cli"
      ],
      "env": {
        "FRESHDESK_API_KEY": "<YOUR_FRESHDESK_API_KEY>",
        "YOUR_FRESHDESK_API_KEY": "<YOUR_YOUR_FRESHDESK_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.