← Influzer MCP Discovery

Connect Influzer MCP Discovery

Our official remote MCP server lets Claude, ChatGPT, and Cursor search the Influzer directory by capability — tool names, categories, setup steps, and topic guides — without opening the website.

MCP endpoint (copy exactly) https://www.influzer.ai/mcp/discovery

Claude (Desktop, web, mobile)

Add a custom Web connector — Anthropic connects from their cloud to our public HTTPS endpoint. No local install.

  1. Open Claude → Settings → Connectors (or visit claude.ai/customize/connectors on the web).
  2. Click Add connector → choose Custom → Web.
  3. Name: Influzer MCP Discovery
  4. URL: https://www.influzer.ai/mcp/discovery
  5. Leave OAuth blank — this server is read-only and needs no auth.
  6. Save, then start a new chat and enable the connector for that conversation.
  7. Try: "Use Influzer to find MCP servers for browser automation" or "Search for Postgres MCP servers."

Remote connectors require a public HTTPS URL. Free plans can add one custom connector; Pro/Max/Team get more.

Official docs →

ChatGPT

Enable Developer Mode, create a custom connector pointing at our /mcp/discovery endpoint, then turn it on per chat.

  1. Open ChatGPT → Settings → Apps & Connectors → Advanced → enable Developer mode (beta).
  2. Go back to Connectors → Create (or Create app / custom connector).
  3. Name: Influzer MCP Discovery
  4. Description: Search the Influzer MCP server directory by capability
  5. MCP server URL: https://www.influzer.ai/mcp/discovery (exact path — include /discovery)
  6. Authentication: None / off — our server is public read-only.
  7. Create the connector and approve access when prompted.
  8. Start a new chat → + → More → Developer mode → enable Influzer MCP Discovery.
  9. Try: "Recommend MCP servers for coding agents" or "What tools does the Playwright MCP expose?"

ChatGPT connects from OpenAI infrastructure — localhost will not work. Our production URL is already public HTTPS.

Official docs →

Cursor

Paste one URL into MCP settings — the fastest path for developers.

  1. Open Cursor → Settings → MCP (or edit .cursor/mcp.json in your project).
  2. Add a remote server entry with url: https://www.influzer.ai/mcp/discovery
  3. Reload MCP / restart Cursor.
  4. In Agent mode, ask: "Search Influzer for Firecrawl alternatives" or "Get setup details for the Supabase MCP."

Cursor / VS Code MCP config

{
  "mcpServers": {
    "influzer-discovery": {
      "url": "https://www.influzer.ai/mcp/discovery"
    }
  }
}

Project-level config lives in .cursor/mcp.json so you can share discovery with your team.

Claude Code (CLI)

Register the remote URL via the Claude Code MCP command.

  1. Run: claude mcp add --transport http influzer-discovery https://www.influzer.ai/mcp/discovery
  2. Verify with: claude mcp list
  3. Use in session: ask Claude Code to search or recommend MCP servers from Influzer.

If the HTTP transport flag differs in your CLI version, use Settings → Connectors on claude.ai instead.

Example prompts

View directory listing · Browse Top 100 · What is MCP?