Bring MCP Server
@DavideArena
About Bring MCP Server
No overview available yet
Basic information
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.
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Codelf
unbugA search tool helps dev to solve the naming things problem.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Nginx UI
0xJackyYet another WebUI for Nginx
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Comments