Skip to content
Grok

bhoonidhi-mcp for Grok

io.github.geovicco-dev/bhoonidhi-mcp

Search, save, and download satellite scenes from ISRO's Bhoonidhi portal in natural language.

client:Grok transport:stdio runtime:pypi

Install bhoonidhi-mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "bhoonidhi-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "bhoonidhi-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

bhoonidhi-mcp in other clients