Engineering

Nucleus + ClickUp task flow

Wire your ClickUp tasks and docs into one reasoning layer.

Nucleus Team
··3 min read

Open Integrations in Nucleus

Open the Nucleus dashboard and click Integrations in the left sidebar. You will see your current connectors and a grid of available integrations.

The Nucleus dashboard Integrations page showing connected services and the Add Integration card.
The Integrations page in your Nucleus dashboard.

Add a custom MCP connector

Click Add Integration at the top of the page. In the dialog that opens, scroll to the MCP Servers section and click Custom connector.

The Add Integration dialog showing Cloud Storage, Databases, and MCP Servers sections with a Custom connector option.
Click Add Integration, then Custom connector under MCP Servers.

Enter the ClickUp MCP endpoint

Fill in the form with the following values:

  • Name: ClickUp
  • MCP Server URL: https://mcp.clickup.com/mcp
  • Authentication: OAuth (auto-discover), or Bearer token if OAuth is not yet available for your workspace

Click Add server to save the connection. If you chose OAuth, you will be redirected to ClickUp to authorize. If you chose Bearer token, paste your ClickUp API key in the token field.

The custom MCP server form filled with Name set to ClickUp, URL set to https://mcp.clickup.com/mcp, and Auth set to OAuth auto-discover.
Fill in the ClickUp MCP endpoint and choose your auth method.

Verify and start querying

Once connected, Nucleus indexes your ClickUp tasks and docs into the context layer. You can now query across ClickUp and any other connected source, such as Google Drive, Slack, or your CRM, in a single prompt.

Try these in your agent or chatbot

These sample queries work because Nucleus joins context from ClickUp with your other connected sources. Copy any of them into a chat that has Nucleus connected.

  1. "What tasks in the current sprint mention the payments API, and do any of our Google Drive design docs cover the same flow?"
  2. "Summarize every task assigned to me that is overdue, and pull in any related Slack threads from the last week."
  3. "Draft a standup update from my ClickUp tasks closed this week and any Fathom meeting notes tagged with the same project."
  4. "Which open tasks have no linked doc or design spec in Google Drive? List them so I can fill the gaps."

Each query crosses at least two sources. That is the point: Nucleus holds the joined context so your agent does not have to.

Related posts