AI Price Index for Grok
io.github.roninforge/ai-price-index-mcp
Read-only, zero-key MCP server for point-in-time AI model API prices. Open data, CC BY 4.0.
client:Grok
transport:stdio
runtime:npm
Install AI Price Index in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"ai-price-index-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ai-price-index-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