plasmate for Grok
io.github.plasmate-labs/plasmate
Browser engine for AI agents. HTML in, Semantic Object Model out. 16x fewer tokens.
client:Grok
transport:stdio
runtime:npm
Install plasmate in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"plasmate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"plasmate-mcp"
]
}
}
}
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