nigeria imf weo for Grok
io.github.braynexservices/nigeria-imf-weo
IMF World Economic Outlook for Nigeria (growth, inflation, debt, more). Keyless.
client:Grok
transport:stdio
runtime:npm
Install nigeria imf weo in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"nigeria-imf-weo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@braynexservices/nigeria-mcp-imf-weo"
],
"env": {
"IMF_PROVIDER": "<IMF_PROVIDER>"
}
}
}
}
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