Installation Guide
Install ourairports-mcp-server
Select your AI tool below to get the exact configuration you need.
Install ourairports-mcp-server in 3 minutes
Choose your client, copy or download the generated MCP configuration, paste it into the config path, then restart the client.
1Choose client
Cursor
2Detect method
npx
3Copy config
JSON
4Restart client
Cursor
5Did it work?
Share feedback
6Troubleshoot
Fix common issues
1
Choose your AI tool
Each tool has a slightly different configuration format. Pick yours.
AI-first code editor with built-in MCP support
2
Detect install method
Detected method: npx. Runs with Node.js and npm/npx.
3
Copy command or configuration
Add this configuration to ~/.cursor/mcp.json
~/.cursor/mcp.json
{
"mcpServers": {
"ourairports-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cyanheads/ourairports-mcp-server"
]
}
}
}Suggested file name: ourairports-mcp-server-cursor-mcp.json
4
Restart and verify
Install to Cursor
- Open Cursor and go to Settings -> MCP
- Click Add new MCP server
- Copy the configuration below and paste it
- Or manually edit the config file at
~/.cursor/mcp.json - Restart Cursor to apply changes
Tip: You can manage multiple MCP servers in the same
mcp.jsonfile by adding them under themcpServerskey.
Quick verification checklist
Config saved at ~/.cursor/mcp.json
Cursor restarted after saving
Command works from a terminal
Server appears in the MCP tools list
After pasting the config, restart Cursor to apply changes.
Did it work?
Your feedback improves install success data and helps future users avoid common issues.