Sponsored by Deepsite.site

Bring MCP Server

Created By
DavideArena7 months ago
Content

Bring MCP Server

A Model Context Protocol (MCP) server that integrates with Bring Shopping Lists API, allowing AI assistants to manage shopping lists through natural language.

Disclaimer: This project uses unofficial Bring APIs that are not publicly documented or supported. These APIs could change without notice, potentially breaking functionality. Use at your own risk.

Overview

This project implements a full featured Model Context Protocol (MCP) server in TypeScript that connects to the Bring Shopping Lists API. It enables AI assistants like Claude, ChatGPT, and others to interact with your Bring shopping lists through a standardized protocol.

Features

  • MCP Protocol Support: Implements the Model Context Protocol for seamless integration with AI assistants
  • Stdio Transport: Compatible with Claude for Desktop and other MCP enabled clients
  • Bring API Integration: Complete Bring Shopping List API integration with the following capabilities:
    • List all shopping lists
    • Get items from a shopping list
    • Add recipe items to a shopping list
    • Remove specific items or clear entire shopping lists
    • Get detailed information about list items
    • View all users who have access to a shopping list

Prerequisites

  • Bring account (email and password)
  • Bring API key

Installation

  1. Clone the repository:

    git clone <repository-url>
    cd bring-mcp-server
    
  2. Install dependencies:

    npm install
    
  3. Create a .env file in the project root with the following variables:

    BRING_EMAIL=your_bring_account_email
    BRING_PASSWORD=your_bring_account_password
    BRING_API_KEY=your_bring_api_key
    
  4. Build the project:

    npm run build
    

Usage

Starting the Server

Start the MCP server with:

node dist/index.js

The server will connect via stdio, making it compatible with MCP clients like Claude for Desktop.

Connecting to Claude for Desktop

  1. Configure Claude for Desktop to use this MCP server
  2. In your Claude conversation, you can now interact with your Bring shopping lists

Available MCP Tools

The server exposes the following tools to MCP clients:

Tool NameDescription
get-bring-listsList all shopping lists for the authenticated user
get-bring-list-itemsGet all items from a specific shopping list
add-recipe-items-to-bring-listAdd multiple items to a shopping list at once
remove-item-or-all-from-bring-listRemove a specific item or clear an entire list
get-bring-list-items-detailsGet detailed information about items in a list
get-all-users-from-bring-listList all users who have access to a specific list

Development

Running in Development Mode

npm run dev

This starts the server with hot reloading for development.

VS Code Integration

For VS Code integration, see the .vscode/mcp.sample.json file. This configuration allows VS Code to connect to the MCP server directly.

Testing

Run the full test suite with:

npm test

Continuous Integration

The project uses GitHub Actions for continuous integration. Automated tests are run on each push to the main branch and on pull requests.

You can view the workflow configuration in .github/workflows/test.yml.

Test Structure

Tests are organized in the test/ directory:

  • handlers/ - Contains tests for each MCP tool handler
  • mocks/ - Contains mock implementations used in tests

License

This project is licensed under the MIT License - see the LICENSE file for details.


For feature requests or bug reports, please open an issue on the project repository.

Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Tavily Mcp
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Playwright McpPlaywright MCP server
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
WindsurfThe new purpose-built IDE to harness magic
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
DeepChatYour AI Partner on Desktop
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Serper MCP ServerA Serper MCP Server
ChatWiseThe second fastest AI chatbot™
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
CursorThe AI Code Editor
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Amap Maps高德地图官方 MCP Server