Flowteller API MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Flowteller API MCP Serversearch for trips from New York to London next week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Install
uv(if you haven't already):curl -LsSf https://astral.sh/uv/install.sh | shConfigure Claude Desktop: Open your Claude Desktop configuration file:
Mac:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%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" } } } }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.pyThis server cannot be installed
Maintenance
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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