METAR and TAF aviation weather reports from the FAA and NWS. No key required.
claude mcp add aviation-weather-mcp -- npx -y @mrfentmen/aviation-weather-mcp
claude_desktop_config.json
{
"mcpServers": {
"aviation-weather-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/aviation-weather-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"aviation-weather-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/aviation-weather-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"aviation-weather-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/aviation-weather-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"aviation-weather-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mrfentmen/aviation-weather-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"aviation-weather-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/aviation-weather-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.mrfentmen--aviation-weather-mcp/reviews or the review_server meta-tool.
POST /mcp