Skip to main content
Glama
flowteller-io

Flowteller API MCP Server

Official

Flowteller API MCP Server

This is an MCP (Model Context Protocol) server for the Flowteller API. It allows AI clients (like Claude Desktop) to natively interact with the Flowteller backend to search for trips, find locations, and manage bookings.

Installation & Setup for Claude Desktop

Because this project is hosted publicly on GitHub, you do not need to clone it to your computer! You can run it directly using uvx.

  1. Install uv (if you haven't already):

    curl -LsSf https://astral.sh/uv/install.sh | sh
  2. Configure Claude Desktop: Open your Claude Desktop configuration file:

    • Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

    • Windows: %APPDATA%\Claude\claude_desktop_config.json

    Add the following configuration, inserting your actual API key:

    {
      "mcpServers": {
        "flowteller": {
          "command": "uvx",
          "args": [
            "--from",
            "git+https://github.com/flowteller-io/flow-mcp.git",
            "flowteller-mcp"
          ],
          "env": {
            "FLOWTELLER_API_URL": "https://dev.api.flowteller.com/api",
            "FLOWTELLER_MCP_API_KEY": "YOUR_API_KEY_HERE"
          }
        }
      }
    }
  3. Restart Claude Desktop. You should now see the Flowteller tools and prompts available!

Related MCP server: Travel Company MCP Server

Testing Locally (Inspector)

If you are developing or modifying the code locally, you can use the interactive MCP Inspector UI:

npx @modelcontextprotocol/inspector uv run app/server.py
F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/flowteller-io/flow-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server