Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Flowteller API Server

БесплатноНе проверен

Enables AI clients to search trips, find locations, and manage bookings through the Flowteller backend.

GitHubEmbed

Описание

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.

  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": "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"
         }
       }
     }
      }
    
   

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

from github.com/flowteller-io/flow-mcp

Установка Flowteller API Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/flowteller-io/flow-mcp

FAQ

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

Compare Flowteller API Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai