PluginBench
MCP Server

Hermes — Air Quality Intelligence MCP Server

com.southlondonscientific/hermes

What is the Hermes — Air Quality Intelligence MCP server?

UK air quality MCP: live readings, historical trends, LAQM stats, WHO checks, knowledge base.

How to install Hermes — Air Quality Intelligence

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "hermes": {
      "url": "https://hermes.southlondonscientific.com/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "hermes": {
      "serverUrl": "https://hermes.southlondonscientific.com/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "hermes": {
      "type": "http",
      "url": "https://hermes.southlondonscientific.com/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "hermes": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://hermes.southlondonscientific.com/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http hermes https://hermes.southlondonscientific.com/mcp

Related MCP servers

UK personal air quality advice and daily exposure assessment. Pairs with Hermes for live data.