Official MCP server for Brilliant Directories โ manage members, posts, leads, reviews, and more.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Universal AI integration for your BD site. Give any AI agent full access to your Brilliant Directories site with one API key.
Manage members, posts (single-image and multi-image), leads, reviews, top and sub categories, email templates, pages (homepage, landing pages), 301 redirects, smart lists, widgets, menus, forms, tags, membership plans, and more โ across every resource BD exposes via its REST API.
This guide walks you through connecting your AI of choice (Claude, Cursor, etc.) to your BD site. Pick your AI app below, paste two things, restart. Most setups take under 5 minutes.
Your BD site URL. Use the full canonical URL exactly as it loads in a browser โ include https:// (or http:// if your site has no SSL), include www. if your site uses it, no trailing slash.
https://www.mysite.com (most BD sites)https://mysite.com (only if your site has no www.)http://mysite.com (HTTP-only sites โ protocol respected)mysite.com (missing protocol)https://mysite.com/ (trailing slash)https://mysite.com if the site actually serves at www.mysite.com โ use the form your site canonically responds atYour BD API key.
BD Admin โ Developer Hub โ Generate API Key โ copy it.
Node.js โ only for the Advanced path (see below). Not needed for the Easy path. If you need it, one-time install from nodejs.org (click Get Node.jsยฎ to download, then click Windows Installer (.msi) โ Mac: macOS Installer โ double-click the downloaded file to install, Next through the prompts).
New BD API keys ship locked down โ only member read/write is enabled by default.
Every other resource (web pages, forms, menus, tags, email templates, reviews, leads, categories, post types, widgets, etc.) lives behind an "Advanced Endpoints" toggle and returns 403 API Key does not have permission to access this endpoint until you flip it on.
This catches almost every first-time user. If your AI can list members but can't create a page or update a form, stop debugging โ it's this.
Turn on Advanced Endpoints:
The change is immediate โ no key rotation, no AI restart needed. Re-run the failed request and it'll succeed.
Want to stop the AI from deleting anything? Uncheck every
deleteaction under Advanced Endpoints. The AI will still be able to read, create, and update โ but anydelete*tool call will return 403 instead of wiping data. Good baseline for production sites where the AI shouldn't be trusted with destructive operations.
Why BD locks it down by default: least-privilege. A leaked key with baseline-only permissions can only read/write members on your site, not rewrite your whole directory. Once you've decided which endpoints your agent actually needs, you can pare the permissions back down to just those.
Each platform has two options:
๐ Easy config block โ points at our hosted MCP at https://brilliantmcp.com. No Node.js, no install, no terminal. Starts working the moment you save and restart your AI app.
๐ ๏ธ Advanced config block โ spawns the MCP as a npx child process on your machine. Use when you want the MCP on your own hardware.
Needs Node.js installed first โ get it from nodejs.org (click Get Node.jsยฎ to download, then click Windows Installer (.msi) โ Mac: macOS Installer โ and DOUBLE-CLICK the downloaded file to install it).
Both give the full BD tool surface, same instructions, same lean shapers, same safety guards.
In your AI client's MCP config (Cursor, Windsurf, Cline, Codex, n8n, etc.), add this entry:
Replace ENTER_API_KEY with your BD API key and https://www.your-site.com with your BD site URL (full canonical form โ https://, exact host, no trailing slash, see Requirements).
โ ๏ธ Claude Desktop doesn't accept the Easy block โ use the Advanced block in the Claude Desktop section.
Save, then fully quit and reopen the AI app. Saving alone is not enough โ every AI client loads MCP servers only at fresh launch, not on hot-reload. Done. Working? Skip to "What you can ask the AI".
Need a client-specific walkthrough? Jump to your platform's section below.
โ ๏ธ STEP 1 โ Install Node.js FIRST (the Advanced path runs an
npxcommand on your machine):
- Go to nodejs.org โ click Get Node.jsยฎ
- Download: Windows Installer (.msi) or macOS Installer
- Double-click the file โ click Next through every prompt to fully install Node.js
Skip this and you'll see "no MCP servers" with
spawn npx ENOENTin the log.
Why
--prefer-online+@latest? Forces npm to revalidate against the registry on every launch so you always pull the newest version. Prevents theETARGET No matching version founderror that hits when your local npm cache is stale.
STEP 2 โ Paste this config:
STEP 3 โ Fully quit the AI app, then reopen. Closing the window is NOT enough โ the AI loads MCP servers only at a true relaunch:
^) โ Quit, then reopenCmd+Q or menu bar โ โ Quit , then reopenโ ๏ธ Claude Desktop requires Node.js + the Advanced (npm) config. It doesn't accept the Easy
url-shaped block โ only stdio (command+args).
โ ๏ธ Windows users: install Claude Desktop from claude.ai/download, NOT the Microsoft Store (the Store version sandboxes the config file).
Banner saying "Tool result could not be submittedโฆ connection interrupted"? Cosmetic UI bug across every MCP connector (anthropics/claude-code #51874) โ your tools still work. Safe to ignore.
โ ๏ธ STEP 1 โ Install Node.js FIRST (before pasting the config below):
- Go to nodejs.org โ click Get Node.jsยฎ
- Download: Windows Installer (.msi) or macOS Installer
- Double-click the file โ click Next through every prompt to fully install Node.js
Skip this and you'll see "no MCP servers" with
spawn npx ENOENTin the log.
Steps (no terminal):
Open Claude Desktop.
Menu bar โ Settings.
Developer tab โ Edit Config.
This opens claude_desktop_config.json in TextEdit (Mac) or Notepad (Windows).
Pick your scenario:
{} or has no mcpServers entrySelect all (Cmd+A / Ctrl+A) and delete. Paste this:
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/brilliant-directories-mcp)<a href="https://allmcps.com/mcp/brilliant-directories-mcp"><img src="https://allmcps.com/api/badge/brilliant-directories-mcp?style=directory" alt="Brilliant Directories MCP on AllMCPs" /></a>