mcpbeat Sign in

Brilliant Directories MCP Server

by brilliantdirectories Your server? Claim it
local only

Brilliant Directories MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 3 905 installs a week from npm. Last commit 13 Sep 2026.

Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.

Installs per day peak 23 049 · avg 4 194 · -82% w/w
a month agotoday
3 905
Installs / week
npm · brilliant-directories-mcp
18
Stars
0 open issues
13 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

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

File ships in the package but is absent from the source [пакет] index.js:1
этот файл ставится пользователю, но в репозитории его нет
Secret passed into the image build Dockerfile:12
# Defaults let the server start for tools/list introspection (Glama, MCP Inspector).
# Real usage must override both with the customer's credentials:
#   docker run -e BD_API_KEY=... -e BD_API_URL=https://site.com IMAGE
ENV BD_API_KEY=placeholder

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

This one needs environment variables set before it will start: BD_API_KEY (Your Brilliant Directories API key. Generate one in BD Admin → Developer Hub → Generate API Key.), BD_SITE_URL (Your BD site URL, e.g. https://yoursite.com (BD_API_URL is also accepted as a legacy alias).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Brilliant Directories MCP

same job, measured the same way
Neon
by neon

Official Neon MCP server for managing Neon projects and Lakebase Postgres databases.

answering
Loopwise MCP Server
by loopwise

Read and manage courses, members, orders, events, posts, and settings for Loopwise-powered sites.

answering
Automox MCP Server
by automox

Official MCP server for Automox. Manage devices, patches, and policies in natural language.

700 installs/wk local only
Leadpipe
by leadpipe-com

Official MCP server for Leadpipe intent and data APIs.

25 installs/wk local only
Bitbucket MCP Server
by lawp09

MCP server for Bitbucket API - manage repositories, pull requests, comments, pipelines and more

447 installs/wk local only
Socialapi
by social-api

MCP server for SocialAPI — manage social media comments, DMs, reviews, and mentions across platforms

81 installs/wk local only
N
Todoist
by todoist

Official Todoist MCP server for AI assistants to manage tasks, projects, and workflows.

answering
Certifier MCP
by certifier

Official MCP server for Certifier to issue, manage, and track certificates and badges.

answering

Brilliant Directories MCP — questions

Answers built from our own checks of this server.

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