AirQualityMCPServer

PorasS/AirQualityMCPServer
★ 1 stars Unknown language 📦 Other Updated 1mo ago
This repo has the working example of MCP server in java.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "airqualitymcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "PorasS/AirQualityMCPServer"
      ]
    }
  }
}