Official · Remote · No auth
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)
Official docs ↗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).
- Click Add connector → choose Custom → Web.
- Name it “Influzer MCP Discovery”.
- URL: https://www.influzer.ai/mcp/discovery
- Leave OAuth blank — this server is read-only and needs no auth.
- Save, start a new chat, and enable the connector for that conversation.
Remote connectors require a public HTTPS URL. Free plans can add one custom connector; Pro/Max/Team get more.
ChatGPT
Official docs ↗Enable Developer Mode, create a custom connector pointing at our /mcp/discovery endpoint, then turn it on per chat.
- Settings → Apps & Connectors → Advanced → enable Developer mode (beta).
- Connectors → Create (custom connector).
- Name: Influzer MCP Discovery · Description: Search the Influzer MCP directory by capability.
- MCP server URL: https://www.influzer.ai/mcp/discovery (include /discovery).
- Authentication: None — our server is public read-only.
- Create, approve access, then enable it per chat via + → More → Developer mode.
ChatGPT connects from OpenAI infrastructure — localhost will not work. Our production URL is already public HTTPS.
Cursor
Official docs ↗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 the discovery URL.
- Reload MCP / restart Cursor.
- In Agent mode, ask it to search Influzer for a server.
Cursor / VS Code MCP config (.cursor/mcp.json)
{
"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.
- Add the server via the CLI (command below).
- Verify with: claude mcp list
- Use in session: ask Claude Code to search or recommend MCP servers from Influzer.
Terminal
claude mcp add --transport http influzer-discovery \
https://www.influzer.ai/mcp/discovery
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”
View directory listing · Starter kits · Browse Top 100 · What is MCP?