MCP.so
ログイン

Bring MCP Server

@DavideArena

Bring MCP Server について

概要はまだありません

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

DavideArena

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "bring-mcp-server": {
      "command": "node",
      "args": [
        "dist/index.js"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「その他」の他のコンテンツ