Antideploy for Grok
com.antideploy/antideploy-mcp
Deploy an app to Antideploy from a coding agent. No Dockerfile, no YAML, no cloud console.
client:Grok
transport:stdio
runtime:npm
Install Antideploy in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"antideploy-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"antideploy-mcp"
],
"env": {
"ANTIDEPLOY_API_KEY": "<ANTIDEPLOY_API_KEY>",
"ANTIDEPLOY_URL": "<ANTIDEPLOY_URL>"
}
}
}
}
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