Weather MCP server built with AgentBack — one Zod schema set served over stdio, authenticated HTTP, and a dev console. Backed by the free Open-Meteo API.
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": {
"agentback-demo": {
"command": "npx",
"args": [
"-y",
"ninemindai/agentback-demo"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add agentback-demo npx -y ninemindai/agentback-demo
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentback-demo": {
"command": "npx",
"args": [
"-y",
"ninemindai/agentback-demo"
]
}
}
}
📋 Copy