Overview
Every works inside the AI tools you already use. Connect your account to Claude, ChatGPT, Cursor, or any MCP-compatible assistant and you get full access to your clients, invoices, proposals, bookings, expenses, and more — without leaving the conversation. This means the AI assistant you’re already using becomes an AI assistant that knows your business.Every exposes its tools over the Model Context Protocol (MCP), an open standard for connecting AI assistants to live data and actions. Any MCP-compatible client can connect.
Two MCP connectors
Every runs two MCP servers for two different audiences:
Most of this page covers the Admin MCP (connecting your own AI assistant). See Client MCP at the end for the customer-facing connector.
AI Apps
Claude Desktop
- Open Claude Desktop → Settings → Developer → Edit Config
- Add
mcpServersinside the existing JSON (as a sibling topreferences, not a separate block):
- Save and restart Claude Desktop
- A browser window opens — sign in with your Every AI account
- Look for the hammer icon (🔨) — your Every AI tools are ready
Requires Node.js installed. Claude Desktop doesn’t support remote servers directly, so
mcp-remote acts as a bridge.Claude CoWork
- Go to claude.ai/settings/connectors
- Click Add Connector → set the URL to
https://admin-mcp.every.ai/ - Authenticate with your Every AI account
- CoWork will now have access to your Every workspace
Developer Tools
Prefer the command line, or need Every in CI and across several agents at once? The Every CLI is one install and one login that works in any shell — Claude Code, Codex, Cursor, or a script — instead of configuring the MCP server in each tool.
ChatGPT (Pro)
Requires a ChatGPT Pro or Enterprise plan with Developer mode enabled.
- Open ChatGPT → Settings → Apps → Advanced settings
- Turn on Developer mode
- Go back to Apps → click Add more
- Paste this URL:
- Click Add → Connect → sign in with your Every AI account
- Start a new chat and type
@Every AIfollowed by your request
Claude Code
Add to your project’s.mcp.json:
/mcp and click Authenticate.
Codex
Add to your project’s.mcp.json:
Cursor
- Open Settings (⌘ + ,) → MCP Servers → + Add Server
- Set:
- Name:
Every AI - Type:
HTTP - URL:
https://admin-mcp.every.ai/
- Name:
- Click Save and authenticate when prompted
Cursor requires Agent Mode (not Ask Mode) to access MCP tools.
Other MCP Clients
For any MCP-compatible client:- URL:
https://admin-mcp.every.ai/ - Transport: HTTP (Streamable HTTP)
- Auth: OAuth 2.0 (prompted on first use)
Earn +2,500 credits by connecting Google
If you signed up to Every through an MCP connection (for example, you started using Every from inside ChatGPT or Claude rather than the web app), you can earn a one-time +2,500 credit bonus by connecting your Google account.Connect Google
Connect Gmail so Every can scan your network, draft outreach, and send on your behalf
- Connect your Google account with the Gmail permission from Agent Settings → Connections (or follow the in-app banner)
- The bonus is granted automatically, once per organization, the first time you connect Google with Gmail access
This bonus is for orgs that originally signed up via MCP. Connecting Google also unlocks contact scanning, AI prospecting, and sending email through your own Gmail. See the Google Workspace integration for the full setup.
What You Can Do
Once connected, your AI assistant has direct access to your Every workspace. Ask it anything you’d normally do inside Every:Available Tools
The Admin MCP exposes 40 tools to your AI assistant, covering your full Every workspace:How This Extends Every Agent
The Every Agent inside the app and these external AI connections share the same tools and data. The difference is where you work:- Every Agent — purpose-built assistant inside the Every app, with full access to your Memory & Skills and business context
- Claude, ChatGPT, Cursor, etc. — bring Every’s capabilities into the AI tools you already use for other work
Client MCP — tools for your customers
Alongside the Admin MCP for your own assistant, Every runs a separate Client MCP designed for your customers. It exposes a scoped, customer-safe set of tools — no Every account required — so your clients can self-serve from their own AI assistant:
The Client MCP is read-scoped and redacted — it never exposes another customer’s data or your internal fields, and it resolves to your specific business. If you’d like to offer this to your clients, contact hello@every.ai.
Security
- OAuth 2.0 authentication — your credentials are never stored locally
- Organization-scoped — you can only access your own business data
- Stateless — no data cached between requests
- Client MCP is additionally redacted and scoped to a single business
