Creator discovery & analytics across YouTube, Instagram, TikTok (30M+) + brand/sponsor intel.
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.
Inspect callable tools, capabilities, and parameters exposed to AI agents by CreatorDB.
get_api_usageDaily request counts and credit consumption by endpoint. Defaults to last 7 days; takes optional `start`/`end` Unix-ms timestamps.
search_creators_nlsNatural-language search across all three platforms. The AI picks the platform and converts the query into filters.
search_youtubeStructured filter search. Use `totalSubscribers` for count thresholds.
search_instagramStructured filter search. Use `totalFollowers` for count thresholds.
search_tiktokStructured filter search. Use `totalFollowers` for count thresholds.
search_sponsorsBrand search by structured filters. Lean records (brandId, name, logo, industries, country).
A Model Context Protocol server that exposes the CreatorDB V3 API to any MCP-compatible client (Claude Code, Claude Desktop, Cursor, etc.).
43 tools across six surfaces:
get_sponsor_creators, get_sponsor_performance, get_sponsor_audience, get_sponsor_summary) cost 15 credits each β use deliberately. get_sponsor_information is 2, search_sponsors 2, list_sponsors 1.search to resolve a phrase to entry names rather than paging.Every tool returns the underlying V3 JSON plus a Credits used: N | Remaining: M footer line, so the AI knows exactly what it's spending.
Working with Claude Code? Open this README in Claude Code (or paste the URL into a Claude session) and say "set up this MCP for me." The steps below are written so an AI assistant can follow them top to bottom.
There are two ways to connect, depending on your client:
npx β see Install (local / stdio).Both expose the same 43 tools. Both need a CreatorDB V3 API key.
node -v to check)/mcp in Claude Code β creatordb should appear with status connectedFor Claude Code, Claude Desktop, and Cursor. The server reads one environment variable: CREATORDB_API_KEY (your V3 key).
npx from npm (recommended)The package is published to npm as @creatordbai/mcp-server. No local clone, no SSH key, no GitHub access required:
Claude Code:
Claude Desktop β edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
If you have GitHub org access and want to track main instead of the npm release, swap the npm name for git+ssh://git@github.com/CreatorDB/creatordb-mcp-server.git β the repo's prepare script will build on install.
Good if you want to read/modify the source, or if npx from git doesn't work in your environment.
For Claude Desktop, use the same JSON as Method A but swap command + args:
.mcp.json (best for teams)Drop a .mcp.json into a CreatorDB project repo. Anyone who opens that repo in Claude Code gets prompted to enable the MCP β no per-person setup commands.
${CREATORDB_API_KEY} reads from the user's shell environment, so the key stays out of git. Each teammate sets it once in their .zshrc/.bash_profile:
Claude clients that can't spawn a local subprocess connect to the hosted endpoint instead of running npx. There are two ways in.
From the connector directory (easiest). CreatorDB is listed in Claude's connector directory. In Claude: Settings β Connectors β Add β Browse connectors, search CreatorDB, open CreatorDB MCP, and click Connect to Claude.
Add it manually. You can also add it directly: Settings β Connectors β Add β Add custom connector, and enter the URL:
Leave the Advanced OAuth Client ID / Secret fields empty β the server registers the client automatically.
Either way, you'll be prompted to enter your CreatorDB API key when you connect, and the same 43 tools appear.
Notes:
Authorization: Bearer <your CreatorDB V3 API key>.{"status":"ok",...} when the service is up.asia-northeast1; source is in functions/.You don't update a key inside the MCP server β it doesn't store keys. You change it in your client's MCP configuration and restart.
Edit the same config file you used during setup:
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)~/.cursor/mcp.json (or the in-app MCP settings UI)~/.mcp.json or your project's .mcp.jsonChange the CREATORDB_API_KEY value, then fully restart the client (βQ + reopen for Claude Desktop, restart the Cursor app, etc.). MCP clients only read the key at process startup.
If you set the key from your shell environment (Method C above, with ${CREATORDB_API_KEY} syntax), update ~/.zshrc / ~/.bash_profile and restart your terminal before restarting the client.
In Settings β Connectors β CreatorDB, disconnect and reconnect, then enter the new key when prompted. (A programmatic client sending a Bearer token just starts sending the new key.)
Changing the key on the client side only swaps which key your tools authenticate with. It does NOT invalidate the previous key. If you're rotating because the old key was exposed:
The MCP server never persists your key past a single request, so there's no server-side "stored key" to purge.
After install, restart Claude Code (or your MCP client) and:
/mcp β you should see creatordb listed with status connectedCredits used: 2 | Remaining: β¦ footerFactual signals from GitHub, npm, and our automated checks β not a rating.
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/creatordb)<a href="https://allmcps.com/mcp/creatordb"><img src="https://allmcps.com/api/badge/creatordb?style=directory" alt="CreatorDB on AllMCPs" /></a>