Bring
БесплатноНе проверенEnables AI assistants to read and manage your Bring! shopping lists through natural language commands like adding items, marking purchases, and retrieving list
Описание
Enables AI assistants to read and manage your Bring! shopping lists through natural language commands like adding items, marking purchases, and retrieving list contents.
README
An MCP (Model Context Protocol) server for the Bring! shopping list app. Lets Claude and other AI assistants read and manage your Bring! shopping lists.
⚠️ Unofficial API: This uses the reverse-engineered Bring! API. Not affiliated with Bring! Labs AG.
What it does
Talk to your shopping list naturally:
- "What's on my shopping list?"
- "Add milk, eggs, and oat milk to the grocery list"
- "Mark butter as purchased"
- "Add all ingredients for pasta carbonara to my list"
Available Tools
| Tool | Description |
|---|---|
get_lists |
Get all your Bring! shopping lists |
get_list_items |
Get items in a list (to-buy + recently purchased) |
get_list_details |
Get detailed item info (attributes, images) |
get_list_users |
Get users sharing a list |
get_list_activity |
Get recent activity on a list |
add_item |
Add a single item (with optional spec/notes) |
add_items |
Add multiple items at once (batch) |
complete_item |
Mark item as purchased |
remove_item |
Remove item from list entirely |
update_item_spec |
Update spec/notes on an item |
get_account_info |
Get your Bring! account info |
Setup
1. Prerequisites
- Python 3.12+
- uv (recommended) or pip
- A Bring! account
2. Install
# Clone or copy this project
cd mcp-bring
# Install with uv
uv pip install -e .
# Or with pip
pip install -e .
3. Configure Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"bring": {
"command": "uv",
"args": ["run", "--project", "/path/to/mcp-bring", "mcp-bring"],
"env": {
"BRING_EMAIL": "[email protected]",
"BRING_PASSWORD": "your_password"
}
}
}
}
Replace /path/to/mcp-bring with the actual path to this directory.
4. Restart Claude Desktop
Quit and reopen Claude Desktop. You should see "Bring! Shopping Lists" in the tools available.
Development
# Install dev deps
uv pip install -e ".[dev]"
# Test the server interactively
fastmcp dev src/mcp_bring/server.py
# Run tests
pytest
# Lint
ruff check src/
Environment Variables
| Variable | Required | Description |
|---|---|---|
BRING_EMAIL |
Yes | Your Bring! account email |
BRING_PASSWORD |
Yes | Your Bring! account password |
BRING_LIST_ALLOWLIST |
No | Comma-separated list names or UUIDs to restrict access (see below) |
List Allowlist (BRING_LIST_ALLOWLIST)
By default the server exposes all your Bring! lists. Set BRING_LIST_ALLOWLIST to limit which lists Claude can see and interact with.
# Restrict to a single list by name
BRING_LIST_ALLOWLIST=Groceries
# Multiple lists (names, UUIDs, or a mix)
BRING_LIST_ALLOWLIST=Groceries,Hardware Store
BRING_LIST_ALLOWLIST=Groceries,a1b2c3d4-e5f6-7890-abcd-ef1234567890
When the allowlist is active:
get_listsreturns only the allowed lists- Any tool that targets a list UUID not on the allowlist returns a clear error
The allowlist is resolved once at startup — list names are looked up and converted to UUIDs, so renaming a list in the Bring! app requires a server restart to pick up the change.
To use it with Claude Desktop, add it to the env block:
{
"mcpServers": {
"bring": {
"command": "uv",
"args": ["run", "--project", "/path/to/mcp-bring", "mcp-bring"],
"env": {
"BRING_EMAIL": "[email protected]",
"BRING_PASSWORD": "your_password",
"BRING_LIST_ALLOWLIST": "Groceries"
}
}
}
}
Troubleshooting
"Authentication failed" — Check your email/password. Note: if you use social login (Google/Apple), you may need to set a Bring! password separately.
"Missing credentials" — Make sure BRING_EMAIL and BRING_PASSWORD are set in the Claude Desktop config env block.
Server not appearing in Claude Desktop — Check the config JSON is valid, restart Claude Desktop, check logs at ~/Library/Logs/Claude/.
License
MIT
Установка Bring
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/mekanics/mcp-bringFAQ
Bring MCP бесплатный?
Да, Bring MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Bring?
Нет, Bring работает без API-ключей и переменных окружения.
Bring — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Bring в Claude Desktop, Claude Code или Cursor?
Открой Bring на 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 Bring with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
