Overview
Every works inside the AI tools you already use. Connect your account to ChatGPT, Claude, 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.
AI Apps
ChatGPT
- Open ChatGPT → Settings → Apps → Advanced settings
- Turn on Developer mode
- Go back to Apps → click Add more
- Paste this URL:
https://admin-mcp.every.ai
- Click Add → Connect → sign in with your Every AI account
- Start a new chat and type
@Every AI followed by your request
Try it: @Every AI show me my invoices or @Every AI create an invoice for Acme Corp, $500 for consulting
Claude Desktop
- Open Claude Desktop → Settings → Developer → Edit Config
- Paste this into
claude_desktop_config.json:
{
"mcpServers": {
"every-ai": {
"type": "http",
"url": "https://admin-mcp.every.ai/"
}
}
}
- Restart Claude Desktop
- Authenticate when prompted with your Every AI account
- Look for the hammer icon (🔨) — your Every AI tools are ready
Developer Tools
Claude Code
Add to your project’s .mcp.json:
{
"mcpServers": {
"every-ai": {
"type": "http",
"url": "https://admin-mcp.every.ai/"
}
}
}
Then run /mcp and click Authenticate.
Codex
Add to your project’s .mcp.json:
{
"mcpServers": {
"every-ai": {
"type": "http",
"url": "https://admin-mcp.every.ai/"
}
}
}
Authenticate when prompted on first use.
Cursor
- Open Settings (⌘ + ,) → MCP Servers → + Add Server
- Set:
- Name:
Every AI
- Type:
HTTP
- URL:
https://admin-mcp.every.ai/
- 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)
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:
| Task | Example |
|---|
| Create an invoice | ”Make an invoice for Brandon Chu, $300 for design services” |
| Send an invoice | ”Send invoice INV-001” |
| Find a client | ”Find client Acme” |
| Check payments | ”Show payments for this month” |
| Record a payment | ”Record $500 cash payment for INV-001” |
| Track expenses | ”Add a $150 expense at AWS for Software” |
| Create a proposal | ”Create a proposal for Acme, $5000 website redesign” |
| View bookings | ”Show my upcoming bookings” |
| Business insights | ”What’s my total revenue this quarter?” |
| Business settings | ”What’s my default tax rate?” |
Available Tools
Every exposes 27 tools to your AI assistant, covering:
| Category | Tools |
|---|
| Invoices | Create, view, update, send, void, list |
| Clients | Create, view, update, search (fuzzy matching) |
| Contacts | Create, update, link/unlink to clients |
| Proposals | Create, view, list |
| Payments | Record, list |
| Expenses | Create, list |
| Services | List (with booking config) |
| Bookings | List, view |
| Settings | View business profile, currency, tax rates |
| AI Assistant | Complex queries and analysis |
Taxes are applied automatically based on your business settings. No need to calculate them manually.
How This Extends Every Agent
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 Business Context and Voice & Tone
- ChatGPT, Claude, Cursor, etc. — bring Every’s capabilities into the AI tools you already use for other work
Use whichever fits your workflow. Both operate on the same live data.
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
Revoking Access
Disconnect the MCP from your AI assistant’s settings at any time. This immediately revokes access to your business data.
Troubleshooting
Can’t connect?
Make sure you have an Every AI account at app.every.ai.
Tools not showing?
Disconnect and reconnect the MCP server. Some clients cache tool definitions.
Wrong data?
Make sure you’re signed into the correct Every AI account and organization.
Need help?
Contact hello@every.ai.