Skip to content
VS Code

mcp metar for VS Code

io.github.daedalus/mcp-metar

MCP server for METAR/TAF aviation weather data

client:VS Code transport:stdio runtime:pypi

Install mcp metar in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-metar": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-metar"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mcp metar in other clients