Command Palette

Search for a command to run...

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

Uber Eats Server

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

Enables interaction with Uber Eats for food ordering and delivery management through natural language, acting as a proof-of-concept MCP integration.

GitHubEmbed

Описание

Enables interaction with Uber Eats for food ordering and delivery management through natural language, acting as a proof-of-concept MCP integration.

README

This is a POC of how you can build an MCP servers on top of Uber Eats

https://github.com/user-attachments/assets/05efbf51-1b95-4bd2-a327-55f1fe2f958b

What is MCP?

The Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external tools.

Prerequisites

  • Python 3.12 or higher
  • Anthropic API key or other supported LLM provider

Setup

  1. Ensure you have a virtual environment activated:

    uv venv
    source .venv/bin/activate  # On Unix/Mac
    
  2. Install required packages:

    uv pip install -r requirements.txt
    playwright install
    
  3. Update the .env file with your API key:

    ANTHROPIC_API_KEY=your_openai_api_key_here
    

Note

Since we're using stdio as MCP transport, we have disable all output from browser use

Debugging

You can run the MCP inspector tool with this command

uv run mcp dev server.py

from github.com/iflow-mcp/uber-eats-mcp-server

Установка Uber Eats Server

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

▸ github.com/iflow-mcp/uber-eats-mcp-server

FAQ

Uber Eats Server MCP бесплатный?

Да, Uber Eats Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Uber Eats Server?

Нет, Uber Eats Server работает без API-ключей и переменных окружения.

Uber Eats Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Uber Eats Server в Claude Desktop, Claude Code или Cursor?

Открой Uber Eats Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Uber Eats Server with

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

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

Автор?

Embed-бейдж для README

Похожее

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