Skip to content
Cursor

Freshdesk for Cursor

io.github.mindstone/mcp-server-freshdesk

Freshdesk Support MCP server for Model Context Protocol hosts

client:Cursor transport:stdio runtime:npm

Install Freshdesk in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server-freshdesk": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-freshdesk"
      ],
      "env": {
        "FRESHDESK_CONFIG_PATH": "<FRESHDESK_CONFIG_PATH>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Freshdesk in other clients