Spojit connects to this server through a custom MCP server 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 for the current list.
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/sse; that transport is no longer supported.
Connect in Spojit
1
Add a custom server
Go to Connections and click Add custom server. Enter a Name such as
monday.com and paste the Server URL.2
Keep Auto authentication
Leave Authentication on Auto, choose a visibility, and click Save & connect.
3
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.
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 nameAuthorization 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.Troubleshooting
Calls fail with rate limit errors
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.