Skip to content
Cursor

bhoonidhi-mcp for Cursor

io.github.geovicco-dev/bhoonidhi-mcp

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

client:Cursor transport:stdio runtime:pypi

Install bhoonidhi-mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

bhoonidhi-mcp in other clients