★ 6 stars
TypeScript
📦 Other
Updated 10d ago
MCP server for the Flighty flight tracking app — 12 tools for flights, status, stats, and cross-device sync
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": {
"flighty-mcp-server": {
"command": "npx",
"args": [
"-y",
"CPLX/flighty-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add flighty-mcp-server npx -y CPLX/flighty-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"flighty-mcp-server": {
"command": "npx",
"args": [
"-y",
"CPLX/flighty-mcp-server"
]
}
}
}