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
{
"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