finanzas mcp for Grok
io.github.mitdevpro/finanzas-mcp
25 calculadoras financieras en español: ratios, WACC, DCF, VAN/TIR, DuPont y tributario Chile
client:Grok
transport:stdio
runtime:pypi
Install finanzas mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"finanzas-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"finanzas-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