Skip to content

mcp link in bio newsletter checker for Grok

com.mambabuilt/mcp-link-in-bio-newsletter-checker

Follow a creator bio link and report the newsletter, what they sell, and the contact emails.

client:Grok transport:stdio runtime:npm

Install mcp link in bio newsletter checker in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "mcp-link-in-bio-newsletter-checker": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mambalabsdev/mcp-link-in-bio-newsletter-checker"
      ],
      "env": {
        "APIFY_TOKEN": "<APIFY_TOKEN>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp link in bio newsletter checker in other clients