Skip to content

DiscoLike MCP Server Setup

Connect AI assistants like Claude Code, Codex, Claude Desktop, Cursor, VS Code, Windsurf, and Zed directly to DiscoLike company profiles, contacts, and enrichment data.

Server URL: https://api.discolike.com/v1/mcp

Copy the prompt below and paste it into a Claude Code session. Claude Code registers the server itself, then hands you a one-click browser sign-in. No API key.

Set up the DiscoLike MCP server in Claude Code for me.
DiscoLike connects by browser sign-in (OAuth), never by an API key, so don't ask me for one and don't add any --header flag.
1. Register it as a streamable-HTTP MCP server named "discolike" at user scope so it is available in every project:
claude mcp add --transport http --scope user discolike https://api.discolike.com/v1/mcp
If a discolike server already exists, run `claude mcp remove discolike --scope user` first so it is not duplicated.
2. Tell me to run /mcp, select discolike, and choose Authenticate. A browser tab opens on discolike.com; I log in (Google or Microsoft sign-in works) and click Authorize. If I don't have an account yet, create one for me with POST https://api.discolike.com/v1/public/signup (see https://docs.discolike.com/guides/agent-signup/), wait for me to confirm the email, then have me authenticate again.
3. Confirm it worked before calling it done: the discolike tools should be listed under /mcp, or run a query like "how many companies in the US do managed IT services".

What you will see

After the prompt runs, /mcp shows discolike with a “needs authentication” status.

DiscoLike MCP needs authentication

Choose Authenticate; your browser opens the authorization flow.

Select Authenticate option

Click Authorize to grant Claude Code access to your DiscoLike account.

OAuth authorization screen

Prefer to run it yourself? The one command is:

Terminal window
claude mcp add --transport http --scope user discolike https://api.discolike.com/v1/mcp

The DiscoLike skill teaches Claude Code when to reach for DiscoLike, which access mode to pick, how to search well, and how to open an account without a browser. Install it from the marketplace:

/plugin marketplace add Discolike/discolike-skills
/plugin install discolike@discolike

Codex, Cursor, and other agents that read skill files can use the same SKILL.md; the repository README lists where each client looks for it.