Websupport for Grok
io.github.tydung26/websupport-mcp
Manage a Websupport account: DNS, FTP, hosting, databases, mailboxes, VPS and invoices.
client:Grok
transport:stdio
runtime:npm
Install Websupport in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"websupport-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"websupport-mcp"
],
"env": {
"WEBSUPPORT_API_KEY": "<WEBSUPPORT_API_KEY>",
"WEBSUPPORT_API_SECRET": "<WEBSUPPORT_API_SECRET>",
"WEBSUPPORT_API_BASE_URL": "<WEBSUPPORT_API_BASE_URL>",
"WEBSUPPORT_ACCEPT_LANGUAGE": "<WEBSUPPORT_ACCEPT_LANGUAGE>",
"WEBSUPPORT_ALLOW_WRITE": "<WEBSUPPORT_ALLOW_WRITE>",
"WEBSUPPORT_ALLOW_DESTRUCTIVE": "<WEBSUPPORT_ALLOW_DESTRUCTIVE>"
}
}
}
}
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