PluginBench
MCP Server

Creator SKILL — Influencer Discovery MCP Server

ai.deinai/creator-skill

What is the Creator SKILL — Influencer Discovery MCP server?

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

How to install Creator SKILL — Influencer Discovery

Copy-paste configuration for popular MCP clients.

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

    MCP JWT from Deinai token API

  • DEINAI_MCP_URL

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

  • Authorization
    required
    secret

    Bearer MCP JWT from POST https://deinai.ai/api/v1/mcp/tokens (user login JWT required to create).

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

Related MCP servers

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

View repository →