{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"MCP Server — Influencers Club","siteUrl":"https://docs.influencers.club","projectTitle":"Creator Discovery & Enrichment","description":"Connect the Influencers Club MCP server to Cursor, VS Code, Claude Desktop, Claude Code, Windsurf, and other AI tools. One-click install or manual setup.","lang":"en-US","keywords":["influencer api","creator discovery api","influencer enrichment api","creator analytics api","influencer search api","influencers club api"],"image":"/assets/social-card.47b21fb9c6cc6c6d66f301d067e34b9685afb6d966674e28900a8292b9679bf8.925ff8b2.png","jsonLd":{"@context":"https://schema.org","@type":"Organization","name":"Influencers Club","url":"https://influencers.club"},"meta":[{"name":"og:site_name","content":"Influencers Club"},{"name":"google-site-verification","content":"ZWg0YNniQGWhs61QvMFgZn4P4_ur1voyXFygBnMBomo"}],"llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"mcp-server","__idx":0},"children":["MCP Server"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Connect your AI tools directly to the Influencers Club API — search creators, pull profiles, and analyze audiences from your editor or assistant."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"ic-mcp__prereq"},"children":[{"$$mdtype":"Tag","name":"div","attributes":{"className":"ic-mcp__prereq-title"},"children":["Before you start"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"ic-mcp__prereq-items"},"children":[{"$$mdtype":"Tag","name":"div","attributes":{"className":"ic-mcp__prereq-item"},"children":["An ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"https://dashboard.influencers.club/api"},"children":["API key"]}," from the Influencers Club dashboard."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"ic-mcp__prereq-item"},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"https://docs.astral.sh/uv/"},"children":["uv"]}," installed — run ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["pip install uv"]}," if you don't have it yet."]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"setup","__idx":1},"children":["Setup"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Every tool needs your API key as an environment variable called ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["INFLUENCERS_CLUB_API_KEY"]},". Cursor and VS Code offer a one-click install — add the key in the server settings after. Other tools use a config file or command."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"cursor","__idx":2},"children":["Cursor"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"className":"ic-mcp__install-btn","href":"#cursor-heading-text","data-mcp-href":"cursor://anysphere.cursor-deeplink/mcp/install?name=influencers-club&config=eyJjb21tYW5kIjoidXZ4IiwiYXJncyI6WyJpbmZsdWVuY2Vycy1jbHViLW1jcCJdfQ=="},"children":["Install in Cursor"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Click to install automatically, then open ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Cursor Settings → MCP → influencers-club"]}," and add your API key as an environment variable."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Or paste this into your Cursor MCP config manually:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"mcpServers\": {\n    \"influencers-club\": {\n      \"command\": \"uvx\",\n      \"args\": [\"influencers-club-mcp\"],\n      \"env\": {\n        \"INFLUENCERS_CLUB_API_KEY\": \"YOUR_API_KEY\"\n      }\n    }\n  }\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"vs-code","__idx":3},"children":["VS Code"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"className":"ic-mcp__install-btn","href":"#vs-code-heading-text","data-mcp-href":"vscode:mcp/install?%7B%22name%22%3A%22influencers-club%22%2C%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22influencers-club-mcp%22%5D%7D"},"children":["Install in VS Code"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Click to install automatically, then open ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".vscode/mcp.json"]}," and add the environment variable with your key."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Or create ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".vscode/mcp.json"]}," in your workspace manually:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"servers\": {\n    \"influencers-club\": {\n      \"command\": \"uvx\",\n      \"args\": [\"influencers-club-mcp\"],\n      \"env\": {\n        \"INFLUENCERS_CLUB_API_KEY\": \"YOUR_API_KEY\"\n      }\n    }\n  }\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Also works with GitHub Copilot Chat in VS Code."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"claude-desktop","__idx":4},"children":["Claude Desktop"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Add to your Claude Desktop configuration file:"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["macOS:"]}," ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["~/Library/Application Support/Claude/claude_desktop_config.json"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Windows:"]}," ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["%APPDATA%\\Claude\\claude_desktop_config.json"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"mcpServers\": {\n    \"influencers-club\": {\n      \"command\": \"uvx\",\n      \"args\": [\"influencers-club-mcp\"],\n      \"env\": {\n        \"INFLUENCERS_CLUB_API_KEY\": \"YOUR_API_KEY\"\n      }\n    }\n  }\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Restart Claude Desktop after saving."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"claude-code","__idx":5},"children":["Claude Code"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Run in your terminal:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"claude mcp add influencers-club -e INFLUENCERS_CLUB_API_KEY=YOUR_API_KEY -- uvx influencers-club-mcp\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"other-mcp-clients","__idx":6},"children":["Other MCP Clients"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Any tool that supports the ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://modelcontextprotocol.io"},"children":["Model Context Protocol"]}," can connect. The configuration uses the same parameters across tools:"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Parameter"},"children":["Parameter"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Value"},"children":["Value"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Command"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["uvx"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Arguments"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["influencers-club-mcp"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Environment"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["INFLUENCERS_CLUB_API_KEY"]}," = your key"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Example config (Windsurf, n8n, Continue, Zed, ChatGPT Desktop, and most other MCP-compatible tools accept this shape):"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"influencers-club\": {\n    \"command\": \"uvx\",\n    \"args\": [\"influencers-club-mcp\"],\n    \"env\": {\n      \"INFLUENCERS_CLUB_API_KEY\": \"YOUR_API_KEY\"\n    }\n  }\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Check your tool's MCP documentation for any wrapper around this (e.g., some tools nest it under ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["mcpServers"]}," or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["servers"]},")."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"what-you-can-do","__idx":7},"children":["What you can do"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"ic-mcp__tools"},"children":[{"$$mdtype":"Tag","name":"div","attributes":{"className":"ic-mcp__tool-group"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Discovery"]},{"$$mdtype":"Tag","name":"span","attributes":{},"children":["Search and filter creators across Instagram, TikTok, YouTube, Twitter, and Twitch."]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"ic-mcp__tool-group"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Enrichment"]},{"$$mdtype":"Tag","name":"span","attributes":{},"children":["Pull detailed profiles — engagement rates, growth trends, content performance, connected socials."]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"ic-mcp__tool-group"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Audience Analytics"]},{"$$mdtype":"Tag","name":"span","attributes":{},"children":["Demographics, geography, interests, brand affinities, credibility, and reachability."]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"ic-mcp__tool-group"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Lookalikes"]},{"$$mdtype":"Tag","name":"span","attributes":{},"children":["Find similar creators based on audience overlap and content similarity."]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"ic-mcp__tool-group"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Batch Operations"]},{"$$mdtype":"Tag","name":"span","attributes":{},"children":["Enrich creator lists in bulk with CSV or JSON export."]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"ic-mcp__tool-group"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Post Analytics"]},{"$$mdtype":"Tag","name":"span","attributes":{},"children":["Individual post data, comments, transcripts, and audio analysis."]}]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"ic-mcp__links"},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"href":"https://github.com/Influencers-Club/influencers-club-mcp"},"children":["GitHub"]},{"$$mdtype":"Tag","name":"span","attributes":{},"children":["·"]},{"$$mdtype":"Tag","name":"a","attributes":{"href":"https://pypi.org/project/influencers-club-mcp/"},"children":["PyPI"]},{"$$mdtype":"Tag","name":"span","attributes":{},"children":["·"]},{"$$mdtype":"Tag","name":"a","attributes":{"href":"https://dashboard.influencers.club/api"},"children":["Get API Key"]}]}]},"headings":[{"value":"MCP Server","id":"mcp-server","depth":1},{"value":"Setup","id":"setup","depth":2},{"value":"Cursor","id":"cursor","depth":3},{"value":"VS Code","id":"vs-code","depth":3},{"value":"Claude Desktop","id":"claude-desktop","depth":3},{"value":"Claude Code","id":"claude-code","depth":3},{"value":"Other MCP Clients","id":"other-mcp-clients","depth":3},{"value":"What you can do","id":"what-you-can-do","depth":2}],"frontmatter":{"title":"MCP Server","seo":{"title":"MCP Server — Influencers Club","description":"Connect the Influencers Club MCP server to Cursor, VS Code, Claude Desktop, Claude Code, Windsurf, and other AI tools. One-click install or manual setup."}},"lastModified":"2026-05-21T13:54:46.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/guides/mcp-server","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}