Skip to content

Claude Code

Claude Code supports HTTP MCP servers natively and handles OAuth automatically. This is the recommended client.

Terminal window
claude mcp add --transport http echosift https://mcp.echosift.io/mcp

That is all. Run /mcp the first time and Claude Code opens the browser for the OAuth flow.

  1. Claude Code opens https://mcp.echosift.io in your browser.
  2. You sign in with the same email you use on echosift.io (magic link).
  3. You approve the authorization. The token is saved locally and auto-refreshed.
  4. Back in Claude Code, EchoSift tools are available immediately.
/mcp

You should see echosift listed as connected with 8 tools available.

You do not need to call tools explicitly. Describe what you want and Claude Code picks the right tool:

What developer pains are emerging in the AI agents and LLM space?
Find signals related to webhook delivery reliability and show me real developer quotes.
I am building a Stripe billing migration tool. What does the market say?

If you want to pin the server in a .mcp.json file at your project root:

{
"mcpServers": {
"echosift": {
"type": "http",
"url": "https://mcp.echosift.io/mcp"
}
}
}

This does not replace OAuth: the first run still opens the browser.