Skip to content
  • Auto
  • Light
  • Dark
Download Beeper

Authentication

Beeper Desktop API requires an access token for all endpoints.

  1. Make sure Beeper Desktop API is enabled and running
  2. Open SettingsDevelopers in Beeper Desktop
  3. Click the ”+” button next to “Approved connections”
  4. Follow the instructions to create your token

All requests to Beeper Desktop API, including requests to the MCP endpoints (/v0/mcp, /v0/sse), support the Authorization header with the Bearer token for authentication.

When used with the MCP server, MCP authentication is bypassed and the token is used directly.

Authorization: Bearer <your_token>