Skrishnak7
FreeNot checkedMCP server for flight schedule finding via Skyscanner API. Enables querying flight quotes and schedules using natural language.
About
MCP server for flight schedule finding via Skyscanner API. Enables querying flight quotes and schedules using natural language.
README
Sample MCP server that exposes a flight schedule finder tool backed by the Skyscanner Browse Quotes API (via RapidAPI).
Features
- MCP tool:
find_flight_schedule - Skyscanner Browse Quotes lookup
- Simple summary of flight quotes
Setup
- Create a RapidAPI account and subscribe to a Skyscanner API.
- Copy
.env.exampleto.envand fill in values. - Install dependencies and build:
npm install
npm run build
Run locally
npm run dev
Claude Desktop configuration
Add a server entry to your Claude Desktop config:
{
"mcpServers": {
"skrishnak7-mcp": {
"command": "node",
"args": ["/Users/krishnakanukuntla/skrishnak7-mcp/dist/index.js"],
"env": {
"SKYSCANNER_API_KEY": "your_rapidapi_key_here",
"SKYSCANNER_API_HOST": "skyscanner-skyscanner-flight-search-v1.p.rapidapi.com",
"SKYSCANNER_BASE_URL": "https://skyscanner-skyscanner-flight-search-v1.p.rapidapi.com"
}
}
}
}
Tool usage
Example inputs for find_flight_schedule:
{
"origin": "SFO",
"destination": "JFK",
"departureDate": "2025-06-15",
"country": "US",
"currency": "USD",
"locale": "en-US",
"maxResults": 5
}
Notes
- This uses the legacy Skyscanner Browse Quotes endpoint on RapidAPI.
- Update the host or base URL if your RapidAPI Skyscanner API differs.
Install Skrishnak7 in Claude Desktop, Claude Code & Cursor
unyly install skrishnak7-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add skrishnak7-mcp -- npx -y github:skrishnak7/skrishnak7-mcpFAQ
Is Skrishnak7 MCP free?
Yes, Skrishnak7 MCP is free — one-click install via Unyly at no cost.
Does Skrishnak7 need an API key?
No, Skrishnak7 runs without API keys or environment variables.
Is Skrishnak7 hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Skrishnak7 in Claude Desktop, Claude Code or Cursor?
Open Skrishnak7 on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Skrishnak7 with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
