weather server python for Cursor
io.github.lxchst/weather-server-python
An MCP server that provides weather information
client:Cursor
transport:stdio
runtime:pypi
Install weather server python in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"weather-server-python": {
"type": "stdio",
"command": "uvx",
"args": [
"chst-weather"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs