foehn for Cursor
io.github.kayhendriksen/foehn
Access Swiss meteorological open data from MeteoSwiss, powered by foehn
client:Cursor
transport:stdio
runtime:pypi
Install foehn in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"foehn": {
"type": "stdio",
"command": "uvx",
"args": [
"foehn"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs