Overview
Every’s Admin MCP connection lets compatible AI assistants work with the live records in your Every workspace. After you sign in with Every, you can ask ChatGPT, Claude, Codex, Cursor, and other MCP clients to look up business data or perform supported actions. The connection is for you and your team as business operators. Client self-service happens through Every’s branded client portal and public proposal or invoice pages, not through the Admin MCP.Model Context Protocol (MCP) is an open standard for connecting an AI client to tools and data. The AI client supplies the conversation; Every supplies authenticated business tools.
Connection details
- Server URL:
https://admin-mcp.every.ai/ - Transport: Streamable HTTP
- Authentication: Every account through Clerk OAuth 2.0
- Data scope: Your current Every organization and user permissions
Connect ChatGPT
Manual MCP setup requires a ChatGPT plan and workspace configuration that supports Developer mode and custom apps.
- Open ChatGPT → Settings → Apps → Advanced settings.
- Turn on Developer mode.
- Return to Apps and choose Add more.
- Enter
https://admin-mcp.every.ai. - Choose Add, then Connect.
- Sign in with your Every account and select the intended organization.
- Start a new chat and invoke the Every app for your request.
Connect Claude
Claude web and connectors
- Open Claude connector settings.
- Choose Add Connector.
- Enter
https://admin-mcp.every.ai/. - Authenticate with your Every account.
Claude Desktop with mcp-remote
Claude Desktop configurations that do not support remote HTTP directly can use the mcp-remote bridge:
Connect developer tools
Prefer one terminal login for scripts and multiple agents? The Every CLI can be used from Claude Code, Codex, Cursor, or an ordinary shell without configuring MCP in each tool.
Claude Code
Add the server to your project’s.mcp.json, then run /mcp and authenticate:
Codex
Add the same HTTP server to the MCP configuration used by Codex, then complete OAuth when prompted.Cursor
Open Settings → MCP Servers → Add Server, choose HTTP, and enterhttps://admin-mcp.every.ai/. Cursor needs Agent mode to call MCP tools.
Other MCP clients
Use the server URL and Streamable HTTP transport above. The client must support remote OAuth-authenticated MCP servers.What connected assistants can do
The current Admin MCP includes tools across:
The exact tool list evolves. Ask the connected client to list Every’s available tools when you need to confirm whether a specific operation is supported.
Write and send safety
Every’s MCP server classifies actions before dispatch:- Reads run without a write confirmation.
- Ordinary writes require an exact action-specific confirmation phrase.
- Higher-risk actions, including external sends and destructive changes, create a short-lived approval request for the signed-in user. The approved request is bound to that organization, requester, tool, and exact normalized arguments, and can be consumed once.
Email and MCP approval guide
Learn how approvals are bound, expire, retry, and fail safely
Google connection bonus for MCP signups
Organizations originally created through an MCP connection can receive the current one-time onboarding credit bonus after connecting Google with Gmail access. Open Agent → Connections to connect the account. Eligibility and the amount shown in the app are authoritative.Frequently asked questions
Does ChatGPT or Claude receive my Every password?
Does ChatGPT or Claude receive my Every password?
No. Authentication uses the Every OAuth flow. The AI client receives a scoped connection token, not your password.
Can a connected assistant send an invoice immediately?
Can a connected assistant send an invoice immediately?
A send is a higher-risk action. Every creates an out-of-band approval request for the signed-in user, bound to the exact operation. Review the recipient and invoice before approval.
Is the MCP connection a copy of my CRM?
Is the MCP connection a copy of my CRM?
No. Tools read and write the live Every workspace. Disconnecting the MCP client revokes that access but does not delete the underlying Every records.
Can my customers use this connection?
Can my customers use this connection?
The Admin MCP is for business operators. Give customers the branded client portal or the public proposal and invoice links intended for their records.
