mcp address history for Grok
io.github.cryptoapis-io/mcp-address-history
MCP server for full transaction and token history on EVM and UTXO addresses via Crypto APIs
client:Grok
transport:stdio
runtime:npm
Install mcp address history in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-address-history": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cryptoapis-io/mcp-address-history"
],
"env": {
"CRYPTOAPIS_API_KEY": "<CRYPTOAPIS_API_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