MCP FreeScout for Claude Desktop
io.github.verygoodplugins/mcp-freescout
FreeScout ticket management with AI-powered analysis, search filters, and structured outputs.
client:Claude Desktop
transport:stdio
runtime:npm
Install MCP FreeScout in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-freescout": {
"command": "npx",
"args": [
"-y",
"@verygoodplugins/mcp-freescout"
],
"env": {
"FREESCOUT_URL": "<FREESCOUT_URL>",
"FREESCOUT_API_KEY": "<FREESCOUT_API_KEY>",
"FREESCOUT_DEFAULT_USER_ID": "<FREESCOUT_DEFAULT_USER_ID>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs