nerai mcp for Claude Desktop
io.github.serkvay13/nerai-mcp
Geopolitical grounding for AI agents: country risk, forecasts, chokepoints, sanctions. Free tier.
client:Claude Desktop
transport:streamable-http
Install nerai mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"nerai-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://nerai-mcp.neraicorp.workers.dev/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs