MCP server that exposes weather-forecast tools, on Databricks Agent Bricks agent to answer weather questions and make 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": {
"dataexperts-assignme": {
"command": "uvx",
"args": [
"dataexperts-assignment3-weather-prediction-agent-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add dataexperts-assignme uvx dataexperts-assignment3-weather-prediction-agent-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"dataexperts-assignme": {
"command": "uvx",
"args": [
"dataexperts-assignment3-weather-prediction-agent-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install dataexperts-assignment3-weather-prediction-agent-mcp-server