Bring MCP Server
@DavideArena
About Bring MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"bring-mcp-server": {
"command": "node",
"args": [
"dist/index.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Bring MCP Server?
A Model Context Protocol (MCP) server that integrates with the Bring Shopping Lists API, enabling AI assistants to manage shopping lists through natural language. It uses unofficial Bring APIs that could change without notice.
How to use Bring MCP Server?
Clone the repository, install dependencies (npm install), create a .env file with BRING_EMAIL, BRING_PASSWORD, and BRING_API_KEY, then build (npm run build) and start the server (node dist/index.js). The server uses stdio transport and is compatible with MCP clients like Claude for Desktop.
Key features of Bring MCP Server
- Implements the Model Context Protocol for AI assistant integration
- Uses stdio transport for compatibility with Claude for Desktop
- Integrates fully with the Bring Shopping Lists API
- List all shopping lists for the authenticated user
- Add or remove items and recipe items from lists
- View all users who have access to a shopping list
Use cases of Bring MCP Server
- Ask an AI assistant to add groceries to a Bring shopping list
- Clear a shopping list or remove specific items via natural language
- List all users who can see and edit a shared shopping list
- Get detailed item information (e.g., quantities, specs) from a list
- Automate shopping list updates from recipe ingredients
FAQ from Bring MCP Server
What dependencies are required to run Bring MCP Server?
Node.js and npm are required to install dependencies and build the TypeScript project. You also need a Bring account (email and password) and a Bring API key.
Is the Bring API used official or documented?
No. The project uses unofficial Bring APIs that are not publicly documented or supported, and they may break without notice.
Where does my shopping list data live?
All data resides on Bring’s servers. The MCP server only communicates with Bring’s API and does not store data locally.
What transport does Bring MCP Server support?
The server supports stdio transport only, making it compatible with local MCP clients like Claude for Desktop.
How do I authenticate with the Bring API?
Authentication is done via environment variables: BRING_EMAIL, BRING_PASSWORD, and BRING_API_KEY stored in a .env file.
Frequently asked questions
What dependencies are required to run Bring MCP Server?
Node.js and npm are required to install dependencies and build the TypeScript project. You also need a Bring account (email and password) and a Bring API key.
Is the Bring API used official or documented?
No. The project uses unofficial Bring APIs that are not publicly documented or supported, and they may break without notice.
Where does my shopping list data live?
All data resides on Bring’s servers. The MCP server only communicates with Bring’s API and does not store data locally.
What transport does Bring MCP Server support?
The server supports stdio transport only, making it compatible with local MCP clients like Claude for Desktop.
How do I authenticate with the Bring API?
Authentication is done via environment variables: `BRING_EMAIL`, `BRING_PASSWORD`, and `BRING_API_KEY` stored in a `.env` file.
Basic information
More Other MCP servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

Glasswarp
GlasswarpSee and control a real Windows PC you own — from any MCP client, locally or remotely. Observe (UIA + screenshots), click/type/drag/scroll, launch apps, owner Live View. BYOH: your machine, your key.
Comments