mcpbeat Sign in

Logo.dev MCP Server

local only

Logo.dev MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 63 installs a week from pypi. Last commit 28 Jun 2026.

Look up company logos and brand data via the logo.dev API.

Installs per day peak 34 · avg 11 · -39% w/w
a month agotoday
63
Installs / week
pypi · logodev-mcp
0
Stars
0 open issues
28 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 21 h 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.

Builds a database query by concatenation [пакет] .github/workflows/copier-update.yml:52, .github/workflows/copier-update.yml:52
      - name: Run copier update
        id: copier
        env:
          VCS_REF: ${{ inputs.vcs_ref }}

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

This one needs environment variables set before it will start: FASTMCP_LOG_LEVEL (Log level (DEBUG, INFO, WARNING, ERROR)), LOGODEV_MCP_SERVER_NAME (MCP server name shown to clients), LOGODEV_MCP_BEARER_TOKEN (Bearer token for authentication), LOGODEV_MCP_AUTH_MODE (OIDC auth mode: 'remote' (JWKS validation) or 'oidc-proxy' (OAuth proxy). Auto-detected if not set.), LOGODEV_MCP_BASE_URL (Public base URL of this server (required for OIDC)), LOGODEV_MCP_OIDC_CONFIG_URL (OIDC discovery endpoint URL), LOGODEV_MCP_OIDC_CLIENT_ID (OIDC client ID), LOGODEV_MCP_OIDC_CLIENT_SECRET (OIDC client secret), LOGODEV_MCP_OIDC_JWT_SIGNING_KEY (Signing key for OIDC session JWTs (critical on Linux/Docker)), LOGODEV_MCP_OIDC_AUDIENCE (Expected OIDC token audience), LOGODEV_MCP_OIDC_REQUIRED_SCOPES (Space-separated required OIDC scopes). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Logo.dev MCP

same job, measured the same way
Nhl
by pipeworx-io

NHL MCP — live NHL data via the official NHL API

35 tools answering
Stackscan
by stackscan

Look up the technology stack behind any domain, and the company running it.

79 installs/wk local only
Nba
by pipeworx-io

NBA MCP — player, team, and game data via the BallDontLie API

35 tools answering
F1
by pipeworx-io

F1 MCP — Formula 1 data via the Ergast API

40 tools answering
Carsxe
by pipeworx-io

CarsXE MCP — wraps the CarsXE Vehicle Data API (carsxe.com)

answering
Auto Dev
by pipeworx-io

Auto.dev MCP — wraps the Auto.dev automotive data API (auto.dev)

answering
Gurufocus
by pipeworx-io

GuruFocus MCP — wraps the GuruFocus Data API (gurufocus.com/data-api)

answering
Datafiniti
by pipeworx-io

Datafiniti MCP — wraps the Datafiniti Data API (datafiniti.co)

answering

Logo.dev MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Logo.dev MCP?
Logo.dev 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 pypi package logodev-mcp was installed 63 times last week.
How do I connect Logo.dev 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 logodev-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Logo.dev MCP?
The pypi package logodev-mcp was installed 63 times in the last week. Week over week that is -39%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Logo.dev MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 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.