mcpbeat Sign in

Bring Photo MCP Server

local only

Bring Photo MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 60 installs a week from npm. Last commit 30 Aug 2026.

Add products to Bring! from a photo — MCP for AI recognition, catalog matching, and verified writes.

Installs per day peak 487 · avg 16
a month agotoday
60
Installs / week
npm · bring-photo-mcp
1
Stars
0 open issues
30 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Bring Photo MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add bring-photo-mcp -- npx -y bring-photo-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bring-photo-mcp": {
      "args": [
        "-y",
        "bring-photo-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bring-photo-mcp]
command = "npx"
args = ["-y", "bring-photo-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "bring-photo-mcp": {
      "args": [
        "-y",
        "bring-photo-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bring-photo-mcp": {
      "args": [
        "-y",
        "bring-photo-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BRING_ENV (Runtime boundary: use test for dedicated test lists or prod for explicitly allowlisted production lists.), BRING_EMAIL (Email address of the Bring account.), BRING_PASSWORD (Password of the Bring account. Store it only in the client or secret-manager environment.), BRING_DEFAULT_LIST (Exact name of the default Bring list.), BRING_ALLOWED_LISTS (Comma-separated exact names of every Bring list the server may access.), BRING_LOCALE (Bring catalog locale.), BRING_TEST_ITEM_PREFIX (Required non-empty item-name prefix for opt-in live E2E runs in test mode.), BRING_TEST_SECOND_LIST (Optional exact name of a second dedicated test list for copy, move, and multi-list E2E checks.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Bring Photo MCP

same job, measured the same way
Okaneland MCP
by thebaronofai

Verified AI-tool prices and AI product margin math for agents.

34 installs/wk local only
Marea — Storefront Backend for Agents
by mareaalcalina

Manage a Marea Alcalina storefront from an AI agent: catalog, products, publishing.

answering
C
Filtrous MCP Catalog Server
by filtrous

Search Filtrous lab-filtration products by spec, get prices, and request quotes from your AI agent.

4 tools answering
Catalogue
by gluten-free

French gluten-free product catalog and comparisons — verified prices and buyer ratings.

3 tools answering
Calories Club: AI Food Tracker
by recordo-api

AI-powered calorie tracking with photo recognition, barcode scanning, and voice logging

answering
Human For AI
by humanforai

Hire a real human for real-world verification, product testing, AI output review, and errands.

81 installs/wk 6 tools answering
Sherweb
by wyre-ai

MCP server for Sherweb — billing, subscriptions, customers, and product catalog.

local only
Sherweb
by wyre-technology

MCP server for Sherweb — billing, subscriptions, customers, and product catalog.

local only

Bring Photo MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Bring Photo MCP?
Bring Photo MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package bring-photo-mcp was installed 60 times last week.
How do I connect Bring Photo MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls bring-photo-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Bring Photo MCP?
The npm package bring-photo-mcp was installed 60 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Bring Photo MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.