token tool for Grok
io.github.bitbond/token-tool
Deploy compliant ERC-20 tokens from any AI agent. 17 tools, 10 networks, CertiK-audited.
client:Grok
transport:stdio
runtime:npm
Install token tool in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"token-tool": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"token-tool-mcp"
],
"env": {
"BITBOND_PRIVATE_KEY": "<BITBOND_PRIVATE_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