mcpbeat Sign in

OpenBrand MCP Server

local only

OpenBrand runs on your own machine — the client starts it, so there is no endpoint to ping. 25 installs a week from npm. Last commit 12 May 2026.

Extract brand assets (logos, colors, backdrop images, brand name) from any website URL

Installs per day peak 24 · avg 7 · +21% w/w
a month agotoday
25
Installs / week
npm · openbrand-mcp
797
Stars
9 open issues
12 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What changed 45

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

22 Sep the owner changed
21 Sep the owner changed
20 Sep the owner changed
19 Sep the owner changed
18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
and 35 more, back to 9 August 2026

What the code does

We read the source, 4 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository tight-studio/openbrand
пакет openbrand-mcp ссылается на ethanjyx/openbrand

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 openbrand -- npx -y openbrand-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "openbrand": {
      "args": [
        "-y",
        "openbrand-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.openbrand]
command = "npx"
args = ["-y", "openbrand-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "openbrand": {
      "args": [
        "-y",
        "openbrand-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "openbrand": {
      "args": [
        "-y",
        "openbrand-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OPENBRAND_API_KEY (Your OpenBrand API key from https://openbrand.sh/dashboard). The author declared them in the registry entry; get the values from the project itself.

Alternatives to OpenBrand

same job, measured the same way
Google Maps Local Leads — Email, Phone, Website & Brazil CNPJ
by paulovitorti

Extract local businesses from Google Maps in Brazil with phone, email, website and CNPJ.

answering
Colors-LE
by nolindnaidoo

Extract colors from stylesheets and code, with their notation and position.

34 installs/wk local only
DocRocket
by crash-ept

Generate on-brand proposals, reports, and contracts instantly. Auto-extracts brand from any URL.

answering
Email Finder Server
by admosolutionsgo-star

Extract emails and phones from any website via Apify.

answering
Product Price Extractor
by dataleadspro

Extract product names, prices, and currency from any e-commerce product page in one call.

2 tools answering
MCP Page Finder Extractor
by mambabuilt

Find a named page type on a company's own website from its domain, in 11 languages.

22 installs/wk local only
Video Extract
by yanlinglabs

Download any video from a URL, or get its transcript and key frames. All local, no API keys.

341 installs/wk local only
Sitemap URL Extractor
by pavel-tashev

Extract every URL from a website sitemap, including index and gzipped sitemaps, with status checks

answering

OpenBrand — questions

Answers built from our own checks of this server.

Why is there no uptime for OpenBrand?
OpenBrand 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 openbrand-mcp was installed 25 times last week.
How do I connect OpenBrand?
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 openbrand-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use OpenBrand?
The npm package openbrand-mcp was installed 25 times in the last week. Week over week that is +21%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is OpenBrand open source?
Yes — it is published under the MIT licence, written in TypeScript, 797 stars on GitHub and 9 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.