PluginBench
MCP Server
Active
MIT

GeoSphere Austria Weather MCP Server

io.github.slettmayer/geosphere-mcp-server

What is the GeoSphere Austria Weather MCP server?

High-resolution GeoSphere Austria weather, storms and air quality. Austria and the Alps only.

How to install GeoSphere Austria Weather

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": {
    "geosphere-mcp-server": {
      "command": "uvx",
      "args": [
        "geosphere-mcp-server"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "geosphere-mcp-server": {
      "command": "uvx",
      "args": [
        "geosphere-mcp-server"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "geosphere-mcp-server": {
      "command": "uvx",
      "args": [
        "geosphere-mcp-server"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "geosphere-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "geosphere-mcp-server"
      ]
    }
  }
}
Claude Code
claude mcp add geosphere-mcp-server -- uvx geosphere-mcp-server

Related MCP servers

OeBB (Austrian Railways) train data: stations, departures, connections, service alerts.

4
Python
MIT
View repository →

Exact arithmetic: one calculator tool over an AST allowlist, with integers exact at any size.

0
Python
MIT
View repository →