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