- Claude Desktop
- Cursor
- VS Code
- Windsurf
- Open Claude Desktop → Settings → Developer → Edit Config.
- Add the Mavel server:
- Restart Claude Desktop. The first tool call triggers the OAuth flow.
- Approve in the popup. Tokens are stored in Claude Desktop’s keychain.
/weekly_pulse, /competitor_radar, …) are available in
the prompt picker; each takes project_id as its first argument.Managing connected agents
Every agent you connect appears in the dashboard under Settings → Connected agents. Each row is one client, showing the access it was granted and when it connected.- Revoke disconnects an agent right away. Its next tool call gets a
401and it stops working. Nothing is deleted, so you can reconnect any time by running the setup flow again (for example, re-add the server, or run/mcpin Claude Code) and approving on the consent page. - An agent you have not used for 90 days drops off the list automatically once its refresh token expires. No action is needed.
Revoking here is the recommended way to disconnect a lost or untrusted client.
If you are building a custom client, you can also revoke a single token
programmatically with
POST /api/mcp/oauth/revoke (RFC
7009).