MCP FreeScout for Grok
io.github.verygoodplugins/mcp-freescout
FreeScout ticket management with AI-powered analysis, search filters, and structured outputs.
client:Grok
transport:stdio
runtime:npm
Install MCP FreeScout in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-freescout": {
"type": "stdio",
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs