MCP Server
MCP
Help Scout MCP Server
Search Help Scout conversations, customers, organizations, threads, and inboxes with AI assistants
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "help-scout-mcp-server",
"version": "1.7.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Help Scout OAuth2 App ID (also accepts HELPSCOUT_CLIENT_ID)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "HELPSCOUT_APP_ID"
},
{
"description": "Help Scout OAuth2 App Secret (also accepts HELPSCOUT_CLIENT_SECRET)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "HELPSCOUT_APP_SECRET"
},
{
"description": "Hide message bodies in responses for compliance (true/false)",
"format": "string",
"name": "REDACT_MESSAGE_CONTENT"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment