PluginBench
MCP Server

Creator SKILL v2 — Influencer Discovery MCP Server

ai.deinai/creator-skill-v2

What is the Creator SKILL v2 — Influencer Discovery MCP server?

SKILL-02 (not SKILL-01): AI influencer search on TikTok, Instagram & YouTube. sk_live_ token.

How to install Creator SKILL v2 — Influencer Discovery

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SKILL_TOKEN
    required
    secret

    sk_live_ API token from Skill portal (POST /api/v1/tokens)

  • SKILL_MCP_URL

    Optional MCP endpoint override (default https://skill.deinai.ai/mcp)

  • Authorization
    required
    secret

    Bearer sk_live_ API token. Create via POST https://skill.deinai.ai/api/v1/tokens (requires sk_sess_ session from login).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "creator-skill-v2": {
      "command": "uvx",
      "args": [
        "creator-skill-v2"
      ],
      "env": {
        "SKILL_TOKEN": "<YOUR_SKILL_TOKEN>",
        "SKILL_MCP_URL": "<YOUR_SKILL_MCP_URL>",
        "Authorization": "<YOUR_AUTHORIZATION>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "creator-skill-v2": {
      "command": "uvx",
      "args": [
        "creator-skill-v2"
      ],
      "env": {
        "SKILL_TOKEN": "<YOUR_SKILL_TOKEN>",
        "SKILL_MCP_URL": "<YOUR_SKILL_MCP_URL>",
        "Authorization": "<YOUR_AUTHORIZATION>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "creator-skill-v2": {
      "command": "uvx",
      "args": [
        "creator-skill-v2"
      ],
      "env": {
        "SKILL_TOKEN": "<YOUR_SKILL_TOKEN>",
        "SKILL_MCP_URL": "<YOUR_SKILL_MCP_URL>",
        "Authorization": "<YOUR_AUTHORIZATION>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "creator-skill-v2": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "creator-skill-v2"
      ],
      "env": {
        "SKILL_TOKEN": "<YOUR_SKILL_TOKEN>",
        "SKILL_MCP_URL": "<YOUR_SKILL_MCP_URL>",
        "Authorization": "<YOUR_AUTHORIZATION>"
      }
    }
  }
}
Claude Code
claude mcp add creator-skill-v2 --env SKILL_TOKEN=<YOUR_SKILL_TOKEN> --env SKILL_MCP_URL=<YOUR_SKILL_MCP_URL> --env Authorization=<YOUR_AUTHORIZATION> -- uvx creator-skill-v2

Related MCP servers

AI influencer search on TikTok, Instagram, YouTube. Deinai MCP token required; credits per result.

View repository →