Skip to content
Cursor

mcp metar for Cursor

io.github.daedalus/mcp-metar

MCP server for METAR/TAF aviation weather data

client:Cursor transport:stdio runtime:pypi

Install mcp metar in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp metar in other clients