simple support system mcp for Grok
io.github.bitterdev/simple-support-system-mcp
MCP server for the Simple Support System helpdesk API: read, answer and move tickets.
client:Grok
transport:stdio
runtime:npm
Install simple support system mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"simple-support-system-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"simple-support-system-mcp"
],
"env": {
"SIMPLE_SUPPORT_SYSTEM_BASE_URL": "<SIMPLE_SUPPORT_SYSTEM_BASE_URL>",
"SIMPLE_SUPPORT_SYSTEM_API_KEY": "<SIMPLE_SUPPORT_SYSTEM_API_KEY>",
"SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKEN": "<SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKEN>"
}
}
}
}
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