platformtaxhub mcp for Grok
io.github.platformtaxhub-hash/platformtaxhub-mcp
Free platform-income calculators (take-home pay, payout calendar, benefits) as MCP tools.
client:Grok
transport:stdio
runtime:npm
Install platformtaxhub mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"platformtaxhub-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"platformtaxhub-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