Home › Other › brilliant-directories-mcp

brilliant-directories-mcp

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

JavaScript
★ 18 stars Last pushed 2026-09-13 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 6.58.610)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "brilliant-directories-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "BD_API_KEY": "<YOUR_VALUE>",
        "BD_SITE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • BD_API_KEY required secret — Your Brilliant Directories API key. Generate one in BD Admin → Developer Hub → Generate API Key.
  • BD_SITE_URL required — Your BD site URL, e.g. https://yoursite.com (BD_API_URL is also accepted as a legacy alias).

Related servers

Data from the Official MCP Registry