MCP server for weather, climate, air quality, agriculture, pollen and geocoding from measurespace.io
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @measurespace/measure-space-mcp-server
MCP client config
{
"mcpServers": {
"measure-space-mcp-server": {
"command": "npx",
"args": [
"-y",
"@measurespace/measure-space-mcp-server"
]
}
}
}