Skip to main content

Permissions & Scopes

When you authorize Well MCP, you grant access to:
ScopeDescription
invoices:readView invoices and related data
companies:readView company records
companies:writeCreate new companies
people:readView contact information
people:writeCreate new contacts
documents:readView uploaded documents
connectors:readView connected integrations
You can revoke access anytime from Well Dashboard > Settings > API Keys.

Claude Desktop

Available on Pro, Max, Team, and Enterprise plans.
1

Open Settings

Open Claude DesktopSettingsConnectors
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)
/mcp
Scope options:
FlagDescription
--scope localCurrent project only (default)
--scope projectShared via .mcp.json
--scope userAll 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 iconCursor SettingsTools & 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) or Ctrl + , (Windows)
2

Navigate

Scroll to CascadeMCP Servers
3

Add Server

Click Add ServerAdd custom server
4

Configure

Enter name: well and URL: https://api.wellapp.ai/v1/mcp
5

Authenticate

Log in with your Well account when prompted

ChatGPT

Requires Pro or Plus plan with Developer Mode enabled.
ChatGPT only supports remote MCP servers (no local/stdio mode).
1

Enable Developer Mode

Open ChatGPTSettingsAdvanced → Enable Developer mode
2

Add Connector

Go to SettingsConnectorsAdd custom connector
3

Enter URL

https://api.wellapp.ai/v1/mcp
4

Authenticate

Log in with your Well account

Summary

ClientOAuthAPI Key
Claude DesktopSettings UIConfig file
Claude CodeCLICLI or config file
CursorConfig file (mcp-remote)Config file
WindsurfSettings UIConfig file
ChatGPTSettings UI

Test Your Connection

Once configured, try these prompts:
Show me my invoices

Troubleshooting

This error occurs with mcp-remote. Try:
  1. Clear mcp-remote cache:
    • macOS/Linux: rm -rf ~/.mcp-auth
    • Windows: rmdir /s /q "%USERPROFILE%\.mcp-auth"
  2. Restart Cursor completely
  3. Make sure you’re using https://api.wellapp.ai/v1/mcp exactly
  1. Make sure you’re logged into Well
  2. Clear browser cookies for wellapp.ai
  3. Check your browser isn’t blocking popups
  1. Verify the key is correct (no extra spaces)
  2. Check the key hasn’t expired
  3. Regenerate from Well Dashboard if needed
  1. Remove the Well server from settings
  2. Add it again
  3. Re-authenticate
  1. Verify your Well workspace has data
  2. Check you authorized the correct workspace
Claude Desktop:
  • macOS: ~/Library/Logs/Claude/mcp*.log
  • Windows: %APPDATA%\Claude\logs\mcp*.log

References