Flowteller API Server
БесплатноНе проверенEnables AI clients to search trips, find locations, and manage bookings through the Flowteller backend.
Описание
Enables AI clients to search trips, find locations, and manage bookings through the Flowteller backend.
README
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.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Add the following configuration, inserting your actual API key:
{ "mcpServers": { "flowteller": { "command": "uv", "args": [ "--directory", "/Users/whoisladleo/Work/flowteller/mcp", "run", "flowteller-mcp" ], "env": { "FLOWTELLER_API_URL": "http://localhost:8000/api", "FLOWTELLER_MCP_API_KEY": "your_secure_mcp_api_key_here" } } } }- Mac:
3. **Restart Claude Desktop.** You should now see the Flowteller tools and prompts available!
## Testing Locally (Inspector)
If you are developing or modifying the code locally, you can use the interactive MCP Inspector UI:
```bash
npx @modelcontextprotocol/inspector uv run app/server.py
Установка Flowteller API Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/flowteller-io/flow-mcpFAQ
Flowteller API Server MCP бесплатный?
Да, Flowteller API Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Flowteller API Server?
Нет, Flowteller API Server работает без API-ключей и переменных окружения.
Flowteller API Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Flowteller API Server в Claude Desktop, Claude Code или Cursor?
Открой Flowteller API Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Flowteller API Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
