Permissions & Scopes
When you authorize Well MCP, you grant access to:You can revoke access anytime from Well Dashboard > Settings > API Keys.
Claude Desktop
Available on Pro, Max, Team, and Enterprise plans.
- Settings UI (OAuth)
- Config File (API Key)
1
Open Settings
Open Claude Desktop → Settings → Connectors
2
Add Server
Click Add custom connector
3
Enter URL
4
Authenticate
Click Add and log in with your Well account
Claude Code
- CLI - Remote (OAuth)
- CLI - Local (API Key)
- Config File (API Key)
Cursor
1
Open Settings
Click gear icon → Cursor Settings → Tools & Integrations
2
Open Config
Under MCP Tools, click Add Custom MCP → opens
~/.cursor/mcp.json3
Add Configuration
Paste one of the configurations below and save
- Remote (OAuth)
- Local (API Key)
Windsurf
- Settings UI (OAuth)
- Config File - Remote (OAuth)
- Config File - Local (API Key)
1
Open Settings
Press
Cmd + , (Mac) or Ctrl + , (Windows)2
Navigate
Scroll to Cascade → MCP Servers
3
Add Server
Click Add Server → Add custom server
4
Configure
Enter name:
well and URL: https://api.wellapp.ai/v1/mcp5
Authenticate
Log in with your Well account when prompted
ChatGPT
Requires Pro or Plus plan with Developer Mode enabled.
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/mcp4
Authenticate
Log in with your Well account
Summary
Test Your Connection
Once configured, try these prompts:Troubleshooting
Cursor: 'Protected resource does not match'
Cursor: 'Protected resource does not match'
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 exactlyOAuth redirect not working
OAuth redirect not working
- Make sure you’re logged into Well 2. Clear browser cookies for
wellapp.ai3. Check your browser isn’t blocking popups
API Key not working
API Key not working
- Verify the key is correct (no extra spaces) 2. Check the key hasn’t expired 3. Regenerate from Well Dashboard if needed
Connection lost / 401 errors
Connection lost / 401 errors
- Remove the Well server from settings 2. Add it again 3. Re-authenticate
No data returned
No data returned
- Verify your Well workspace has data 2. Check you authorized the correct workspace
Logs location
Logs location
Claude Desktop: - macOS:
~/Library/Logs/Claude/mcp*.log - Windows:
%APPDATA%\Claude\logs\mcp*.log