> ## Documentation Index
> Fetch the complete documentation index at: https://docs.spojit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect the monday.com MCP server

> Connect monday.com's hosted MCP server to Spojit with OAuth or a personal API token to read and update boards, items, and workspaces.

monday.com hosts an MCP server with more than 60 tools for reading and writing boards, items, and workspaces. Connect it to Spojit to create items from form submissions, update statuses as work moves, or summarise a board on a schedule.

<Note>
  Spojit connects to this server through a [custom MCP server](/connectors/remote-mcp-servers/custom) connection, so you add it with **Add custom server** rather than from the connector catalog. monday.com maintains it and decides which tools it offers; see [monday.com's MCP documentation](https://developer.monday.com/api-reference/docs/integrate-with-monday-mcp) for the current list.
</Note>

<Tip>
  Prefer curated tools? Use the built-in [monday.com connector](/connectors/integrations/monday). This MCP server gives you monday.com's own, broader tool set.
</Tip>

## Before you start

* A monday.com account. Tools respect your permissions: they only reach workspaces, boards, and items you can already access.
* MCP tool calls count against your account's daily API call limit, the same as direct API requests.

## Server URL

```
https://mcp.monday.com/mcp
```

Older guides reference `https://mcp.monday.com/sse`; that transport is no longer supported.

## Connect in Spojit

<Steps>
  <Step title="Add a custom server">
    Go to **Connections** and click **Add custom server**. Enter a **Name** such as `monday.com` and paste the **Server URL**.
  </Step>

  <Step title="Keep Auto authentication">
    Leave **Authentication** on **Auto**, choose a visibility, and click **Save & connect**.
  </Step>

  <Step title="Approve access in monday.com">
    monday.com opens its authorization page. Sign in and approve. Spojit marks the connection **Connected** and refreshes the token automatically.
  </Step>
</Steps>

### Alternative: a personal API token

For testing or personal use, monday.com accepts your personal API token as a bearer token. Copy it from your monday.com account's API settings, then choose **Token** in Spojit, paste it, keep **Header name** `Authorization` and **Prefix** `Bearer`, and click **Add**.

## Use it in a workflow

Add a **Connector** node, pick your monday.com server under **Custom Servers**, and choose **Agent Mode** or **Direct Mode**. See [Use a custom server in a workflow](/connectors/remote-mcp-servers/custom#use-a-custom-server-in-a-workflow).

## Troubleshooting

<AccordionGroup>
  <Accordion title="Calls fail with rate limit errors">
    MCP calls share your account's daily API limit. Spread scheduled workflows out or reduce how often they run.
  </Accordion>
</AccordionGroup>

## Learn more

* [Integrate with the monday MCP server](https://developer.monday.com/api-reference/docs/integrate-with-monday-mcp)
* [Get started with monday MCP](https://support.monday.com/hc/en-us/articles/28588158981266-Get-started-with-monday-MCP)

<Snippet file="start-free.mdx" />
