Skip to content

mcp creator profile reader for Cursor

com.mambabuilt/mcp-creator-profile-reader

Read influencer profiles by handle across seven platforms: followers, engagement, bio, and bio link.

client:Cursor transport:stdio runtime:npm

Install mcp creator profile reader in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-creator-profile-reader": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mambalabsdev/mcp-creator-profile-reader"
      ],
      "env": {
        "APIFY_TOKEN": "<APIFY_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp creator profile reader in other clients