Skip to main content

Monday

Monday is a project management tool that helps teams plan, track, and manage their work.

Authentication Types

Monday supports 3 authentication methods:

  • OAuth - Create your own Monday app with custom scopes. Every user connects with their Monday account.

    • Pros: Full control, per-user tracking, production-ready
    • Cons: ~2 min setup
  • Instant OAuth - Use Webrix's pre-configured Monday app for the fastest setup.

    • Pros: Fastest setup, no configuration needed
    • Cons: Limited scopes, not recommended for production
  • API Key - Use a personal API token for all users.

    • Pros: Easy setup
    • Cons: Less secure, no per-user tracking

Setting up OAuth

  1. Go to https://{your-org}.monday.com/apps/manage

  2. Click Create app, enter an App name and App slug, then click Create app

Monday Create App dialog

  1. Copy the Client ID and Client Secret from the app's General Settings

  2. In the left sidebar, go to OAuth & permissions

Monday OAuth & permissions sidebar

4.1. Select the Scopes your app needs

4.2. Under Redirect URIs, add: https://{your-org}.mcp-s.com/{your-org}/api/auth/callback

  1. In Webrix, paste the Client ID and Client Secret

  2. Select the same scopes you configured in Monday

  3. Click Save Changes

Generating an API Key

  1. Go to monday.com

  2. Click on your avatar in the bottom left corner

  3. Select Developers

  1. Go to My access tokens tab
  1. Click Show next to your personal API token (or generate one if you don't have one)
  1. Copy the token and paste it into Webrix