mcp server for Grok
io.github.apitier/mcp-server
APITier utility APIs as MCP tools: validation, UK/India address lookup, barcode/QR, data conversion.
client:Grok
transport:stdio
runtime:npm
Install mcp server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@apitier/mcp-server"
],
"env": {
"APITIER_EMAIL_KEY": "<APITIER_EMAIL_KEY>",
"APITIER_PHONE_KEY": "<APITIER_PHONE_KEY>",
"APITIER_VAT_KEY": "<APITIER_VAT_KEY>",
"APITIER_POSTCODE_KEY": "<APITIER_POSTCODE_KEY>",
"APITIER_PINCODE_KEY": "<APITIER_PINCODE_KEY>",
"APITIER_BARCODE_KEY": "<APITIER_BARCODE_KEY>",
"APITIER_CONVERT_DATA_KEY": "<APITIER_CONVERT_DATA_KEY>"
}
}
}
}
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