Setup
The Equals MCP server uses OAuth 2.1 for authentication. The server is available at:https://go.equals.com/api/mcp
When you connect for the first time, your AI tool will open a browser window to log in to Equals and authorize the connection.
Claude Desktop
Claude Desktop doesn’t yet support remote MCP servers natively. Use themcp-remote bridge instead.
Add the following to your claude_desktop_config.json (find it under Claude settings → Developer):
Claude Code
Run the following in your terminal:/mcp inside a Claude Code session to authenticate.
Cursor
Open Cursor Settings → MCP, then add a custom server:VS Code (GitHub Copilot)
- Open the Command Palette (
Ctrl/Cmd + Shift + P) and run MCP: Add Server - Select Command (stdio)
- Enter:
- Name it
equals - Activate it via MCP: List Servers
settings.json:
Windsurf
- Open Settings (
Ctrl/Cmd + ,) - Scroll to Cascade → MCP Servers
- Add a custom server:
Zed
Open your settings (Cmd + ,) and add:
Other Tools
Any MCP client that supports remote servers or themcp-remote bridge can connect using:
https://go.equals.com/api/mcp

