Client Setup
Configure Well MCP in your AI client
Permissions & Scopes
When you authorize Well MCP, you grant access to:
| Scope | Description |
|---|---|
invoices:read | View invoices and related data |
companies:read | View company records |
companies:write | Create new companies |
people:read | View contact information |
people:write | Create new contacts |
documents:read | View uploaded documents |
connectors:read | View connected integrations |
Claude Desktop
Opens your Claude connector settings. Add https://api.wellapp.ai/v1/mcp and sign in.
- 1
Open Settings
Open Claude Desktop → Settings → Connectors
- 2
Add Server
Click Add custom connector
- 3
Enter URL
https://api.wellapp.ai/v1/mcp - 4
Authenticate
Click Add and log in with your Well account
Claude Code
# Add Well MCP server
claude mcp add --transport http well https://api.wellapp.ai/v1/mcp
# Authenticate (opens browser)
/mcpScope options:
| Flag | Description |
|---|---|
--scope local | Current project only (default) |
--scope project | Shared via .mcp.json |
--scope user | All your projects |
Useful commands:
claude mcp list # List all MCP servers
claude mcp remove well # Remove a server
claude mcp get well # Get server info
Cursor
- 1
Open Settings
Click gear icon → Cursor Settings → Tools & Integrations
- 2
Open Config
Under MCP Tools, click Add Custom MCP → opens
~/.cursor/mcp.json - 3
Add Configuration
Paste one of the configurations below and save
{
"mcpServers": {
"well": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://api.wellapp.ai/v1/mcp"]
}
}
}After saving, a browser window will open to authenticate with your Well account.
Windsurf
- 1
Open Settings
Press
Cmd + ,(Mac) orCtrl + ,(Windows) - 2
Navigate
Scroll to Cascade → MCP Servers
- 3
Add Server
Click Add Server → Add custom server
- 4
Configure
Enter name:
welland URL:https://api.wellapp.ai/v1/mcp - 5
Authenticate
Log in with your Well account when prompted
ChatGPT
- 1
Enable Developer Mode
Open ChatGPT → Settings → Advanced → Enable Developer mode
- 2
Add Connector
Go to Settings → Connectors → Add custom connector - 3
Enter URL
https://api.wellapp.ai/v1/mcp - 4
Authenticate
Log in with your Well account
Codex
mcp-remote bridge needed.Add the server to ~/.codex/config.toml:
[mcp_servers.well]
url = "https://api.wellapp.ai/v1/mcp"Then authenticate (opens a browser to sign in to Well):
codex mcp login wellOr add it in one command instead of editing the file:
codex mcp add well --url https://api.wellapp.ai/v1/mcp
codex mcp login well.codex/config.toml with the same [mcp_servers.well] block so collaborators on a trusted project get Well automatically (the Codex counterpart of a committed .mcp.json).Summary
| Client | OAuth | API Key |
|---|---|---|
| Claude Desktop | Settings UI | Config file |
| Claude Code | CLI | CLI or config file |
| Cursor | Config file (mcp-remote) | Config file |
| Windsurf | Settings UI | Config file |
| ChatGPT | Settings UI | — |
| Codex | codex mcp login (native) | config.toml |
Test Your Connection
Once configured, try these prompts:
Show me my invoices