MCP server that exposes weather-forecast tools, with a wired Databricks Agent Bricks agent to answer weather questions and simple predictions/recommendations
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"weather_mcp_server": {
"command": "uvx",
"args": [
"weather-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add weather_mcp_server uvx weather-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"weather_mcp_server": {
"command": "uvx",
"args": [
"weather-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install weather-mcp-server