The Equals MCP server gives AI assistants direct access to your Equals workspace. You can search workbooks and ask the Equals AI Analyst questions about your data.Documentation Index
Fetch the complete documentation index at: https://docs.equals.com/llms.txt
Use this file to discover all available pages before exploring further.
Claude
Team, Enterprise
Adding the Equals MCP server to your Claude team will allow anyone on your team to connect Equals to their Claude sessions.You must be an Owner in your Claude team to add a custom connector.

https://go.equals.com/api/mcp as the Remote MCP Server URL, and then click Add.


Free, Pro
Go to Settings → Developer and click “Edit config”:
claude_desktop_config.json file. Open this file with a text editor and add the following:

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:
What You Can Do
Once connected, your AI assistant can:Search Workbooks
Find workbooks in your Equals workspace by name or content.Ask the Analyst
Ask questions about your data in natural language. The Analyst queries your connected databases, builds charts, and creates workbooks.Continue a Conversation
Follow up on previous Analyst threads with additional questions.Troubleshooting
Authentication Errors
Make sure you have an active Equals account and that your workspace has MCP enabled. Try disconnecting and reconnecting to go through the authorization flow again.npx mcp-remote Not Found
Make sure Node.js is installed:
Windows
If you are on Windows, you may need to replace"command": "npx", with "command": "C:\\Program Files\\nodejs\\npx.cmd",.

