bring-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@bring-mcpAdd milk, eggs, and butter to my shopping list."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| Artikel hinzufügen, optional mit Mengenangabe |
| Offene und erledigte Artikel anzeigen |
| Verfügbare Listen nennen |
| Artikel abhaken |
Related MCP server: @mealmastery/mcp-server
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_URLAuthorization callback URL:
<BASE_URL>/auth/callback
Client ID und Secret notieren.
2. Konfigurieren
cp .env.example .env
$EDITOR .envWerte in Anführungszeichen lassen — Passwörter mit &, < oder ; werden
sonst falsch eingelesen.
3. Starten
docker compose up -d --buildDer 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.serverZum Testen ohne Claude eignet sich der MCP Inspector.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityAmaintenanceMCP server that integrates with AnyList for managing shopping lists, recipes, and meal planning via natural language.25
- Alicense-qualityFmaintenanceMCP server for MealMastery AI meal planning that enables users to manage meal plans, recipes, and grocery lists through natural language conversation with AI agents like Claude.67MIT
- Flicense-qualityCmaintenanceMCP server for the Bring! shopping list API, enabling management of shopping lists via natural language.
- Alicense-qualityDmaintenanceMCP server for Frisco.pl — lets Claude add groceries to your cart, search products, get nutritional info, and manage recipes, all via natural language.6MIT
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
MCP server for generating rough-draft project plans from natural-language prompts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cpy-pst-gmbh/bring-api-mcp-connector'
If you have feedback or need assistance with the MCP directory API, please join our Discord server