Skip to content
VS Code

bhoonidhi-mcp for VS Code

io.github.geovicco-dev/bhoonidhi-mcp

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

client:VS Code transport:stdio runtime:pypi

Install bhoonidhi-mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "bhoonidhi-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "bhoonidhi-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

bhoonidhi-mcp in other clients