Help Scout MCP Server for Cursor
io.github.drewburchfield/help-scout-mcp
Search Help Scout conversations, customers, organizations, threads, and inboxes with AI assistants
client:Cursor
transport:stdio
runtime:npm
Install Help Scout MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"help-scout-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"help-scout-mcp-server"
],
"env": {
"HELPSCOUT_APP_ID": "<HELPSCOUT_APP_ID>",
"HELPSCOUT_APP_SECRET": "<HELPSCOUT_APP_SECRET>",
"REDACT_MESSAGE_CONTENT": "<REDACT_MESSAGE_CONTENT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs