capsulate for Grok
io.github.capsulatedev/capsulate
Real Linux and Windows desktop VMs for AI agents: exec, files, computer-use and snapshots via MCP.
client:Grok
transport:stdio
runtime:npm
Install capsulate in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"capsulate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@capsulate/mcp"
],
"env": {
"CAPSULATE_API_KEY": "<CAPSULATE_API_KEY>",
"CAPSULATE_BASE_URL": "<CAPSULATE_BASE_URL>",
"CAPSULATE_TEAM_ID": "<CAPSULATE_TEAM_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