NOAA GOES Satellite Imagery MCP Server for Cursor
io.github.mansurjisan/goes-mcp
GOES-18/19 satellite imagery — visible, infrared, water vapor, and composites via NOAA
client:Cursor
transport:stdio
runtime:pypi
Install NOAA GOES Satellite Imagery MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"goes-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"goes-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs