tapsite for Grok
io.github.mgriffen/tapsite
MCP server for web inspection, design system extraction, and accessibility audits
client:Grok
transport:stdio
runtime:npm
Install tapsite in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"tapsite": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tapsite"
]
}
}
}
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