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.
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.
- Open Claude → Settings → Connectors (or visit claude.ai/customize/connectors on the web).
- Click Add connector → choose Custom → Web.
- Name: Influzer MCP Discovery
- URL: https://www.influzer.ai/mcp/discovery
- Leave OAuth blank — this server is read-only and needs no auth.
- Save, then start a new chat and enable the connector for that conversation.
- 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.
ChatGPT
Enable Developer Mode, create a custom connector pointing at our /mcp/discovery endpoint, then turn it on per chat.
- Open ChatGPT → Settings → Apps & Connectors → Advanced → enable Developer mode (beta).
- Go back to Connectors → Create (or Create app / custom connector).
- Name: Influzer MCP Discovery
- Description: Search the Influzer MCP server directory by capability
- MCP server URL: https://www.influzer.ai/mcp/discovery (exact path — include /discovery)
- Authentication: None / off — our server is public read-only.
- Create the connector and approve access when prompted.
- Start a new chat → + → More → Developer mode → enable Influzer MCP Discovery.
- 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.
Cursor
Paste one URL into MCP settings — the fastest path for developers.
- Open Cursor → Settings → MCP (or edit .cursor/mcp.json in your project).
- Add a remote server entry with url: https://www.influzer.ai/mcp/discovery
- Reload MCP / restart Cursor.
- 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.
- Run: claude mcp add --transport http influzer-discovery https://www.influzer.ai/mcp/discovery
- Verify with: claude mcp list
- 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
- Search Influzer for MCP servers that can scrape URLs to markdown
- Recommend MCP servers for a coding agent stack with GitHub and docs lookup
- Get full setup details for the Playwright MCP from Influzer
- List Influzer topic guides for browser automation