MCP Directory
Back

mcp-flight-search

by arjunprabhulal · Python · ★ 42

MCP Server implementation for the Model Context Protocol (MCP) enabling AI tool usage - Realtime Flight Search

#ai#fligh-search#genai#mcp#mcp-server#mcp-tools#model-context-protocol#serpapi

Install

pip install git+https://github.com/arjunprabhulal/mcp-flight-search.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-flight-search": {
      "command": "uvx",
      "args": [
        "git+https://github.com/arjunprabhulal/mcp-flight-search.git"
      ]
    }
  }
}

From the README

A flight search service built with Model Context Protocol (MCP). This service demonstrates how to implement MCP tools for flight search capabilities. The Model Context Protocol (MCP) is a standard developed by Anthropic that enables AI models to use tools by defining a structured format for tool descriptions, calls, and responses. This project implements MCP tools that can be used by Claude and other MCP-compatible models. Start the MCP server: You can also specify a custom port: Set the SerpAPI key as an environment variable: - MCP-compliant tools for flight search functionality - Integr…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers