What is the Weather MCP Server MCP server?
providing weather information, air quality data, and timezone utilities using the Open-Meteo API.
How to install Weather MCP Server
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp_weather_server": {
"command": "uvx",
"args": [
"mcp-weather-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp_weather_server": {
"command": "uvx",
"args": [
"mcp-weather-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp_weather_server": {
"command": "uvx",
"args": [
"mcp-weather-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp_weather_server": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-weather-server"
]
}
}
}Claude Code
claude mcp add mcp_weather_server -- uvx mcp-weather-serverRelated MCP servers
provides AI-powered PostgreSQL performance tuning capabilities.
View repository →