bring-mcp
MCP server that writes items to a Bring! shopping list, enabling Claude to add recipe ingredients directly to your list via natural language.
README
bring-mcp
MCP-Server, der Artikel auf eine Bring!-Einkaufsliste schreibt. Gedacht als Custom Connector für Claude: Rezeptzutaten landen direkt auf der Liste, statt sie zu kopieren.
Basiert auf bring-api (inoffiziell,
nicht von Bring! Labs AG unterstützt) und FastMCP.
Tools
| Tool | Zweck |
|---|---|
add_items |
Artikel hinzufügen, optional mit Mengenangabe |
get_shopping_list |
Offene und erledigte Artikel anzeigen |
list_shopping_lists |
Verfügbare Listen nennen |
complete_item |
Artikel abhaken |
Warum GitHub OAuth
Die Custom-Connector-UI von Claude bietet nur OAuth-Felder — ein statischer
Bearer-Token lässt sich dort nicht hinterlegen. Statt einen eigenen
Authorization Server zu betreiben, nutzt dieser Server GitHubs OAuth als
Identitätsanbieter. ALLOWED_GITHUB_USERS schränkt danach auf deine
eigenen Accounts ein — ohne diese Variable käme jeder GitHub-Nutzer rein.
Setup
1. GitHub OAuth App anlegen
Unter https://github.com/settings/developers → New OAuth App:
- Homepage URL: deine
BASE_URL - Authorization callback URL:
<BASE_URL>/auth/callback
Client ID und Secret notieren.
2. Konfigurieren
cp .env.example .env
$EDITOR .env
Werte in Anführungszeichen lassen — Passwörter mit &, < oder ; werden
sonst falsch eingelesen.
3. Starten
docker compose up -d --build
Der Server lauscht auf Port 8080. Davor gehört ein Reverse Proxy mit
gültigem Zertifikat, der BASE_URL auf diesen Port mappt. Der MCP-Endpunkt
liegt unter <BASE_URL>/mcp.
4. In Claude eintragen
Einstellungen → Connectors → Add Custom Connector → <BASE_URL>/mcp.
Danach auf Connect klicken und den GitHub-Login bestätigen.
Sicherheitshinweise
- Der Server muss aus dem Internet erreichbar sein — Anthropic ruft ihn aus der eigenen Infrastruktur auf, nicht von deinem Gerät. mTLS am Proxy funktioniert deshalb nicht.
ALLOWED_GITHUB_USERSimmer setzen.- Bring-Zugangsdaten liegen als Environment-Variablen im Container. Wenn
dir das zu offen ist: Docker Secrets nutzen und die Variablen per
_FILE-Konvention einlesen. - Es gibt keine offizielle Bring-API. Ändert Bring seine Endpunkte, bricht der Server. Kein Setup für kritische Abhängigkeiten.
Lokale Entwicklung
python -m venv .venv && .venv/bin/pip install -r requirements.txt
set -a && source .env && set +a
.venv/bin/python -m src.server
Zum Testen ohne Claude eignet sich der MCP Inspector.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.