ClickUp MCP Server (first-party and official)
beta
Jordan Cleigh
Model Context Protocol (MCP) is basically a must-have feature for all SaaS now. ClickUp providing an official, first-party server would allow users to interact with ClickUp API directly through their agentic AI tool of choice (Claude, GitHub Copilot, Cursor, etc.)
Most of ClickUp's competitors already offer their own first-party, official MCP server. ClickUp is falling behind in this space, unless it is just not announced yet.
Several people have created unofficial ClickUp MCP servers, but they are never going to be as good as what a first-party server could provide.
Note: This is not related to MCP support in ClickUp AI (https://feedback.clickup.com/feature-requests/p/support-mcp-model-context-protocol-in-clickup-ai), which is requesting support for other provider's servers in ClickUp.
Log In
Tadej Jevševar
Hi Everyone!
We are happy to announce that ClickUp MCP Server is launching this month!
We’re rolling out our own MCP Server, and you’ll be able to connect it with all your favorite AI tools (Cursor, Claude, and any app that supports MCP servers).
What can you do with it?
- 🔍 Search ClickUp tasks, docs, and more
- ✍️ Create and update ClickUp objects directly from your coding environment
- ⚡ Integrate with the tools you already use every day
Early access before official launch available now!
Please fill out this form to receive early access to the ClickUp MCP Server. You'll have the opportunity to try it out before the official launch.
Looking forward for you feedback.
B
Betizen Developer
I also completed the form (twice now) - looking forward to using it
Cristian Frunze
I filled in the form, can't wait for the MCP
Remco Snoeren
filled in the form buth didnt get acces to the mcp is that correct ?
Tadej Jevševar
Remco Snoeren: We gave you access earlier today. Can you please try again and let us know if it works for you? Thanks for joining beta.
Remco Snoeren
Tadej Jevševar i cant see anything of it how can i use it
Tadej Jevševar
Remco Snoeren, you can find documentation here.
What tool (Cursor, Claude, etc) you use for connecting MCP servers?
Remco Snoeren
Tadej Jevševar I want to test it in chatgpt cursor perplexity and preferably also my agents
Remco Snoeren
but I can't get it to work yet based on the documentation
Tadej Jevševar
Remco Snoeren: Can you try it with Cursor and let me know what exactly does not work please?
Remco Snoeren
Tadej Jevševar "clickup": {
"command": "прx",
"args": [
"mcp-remote",
]
i get no tools available if i do it with only the url from documentation nothing will happen
Tadej Jevševar
Remco Snoeren: If you do it like this (see screenshot). Does it work for you? Can you see the tools and use it?
Remco Snoeren
Tadej Jevševar it seems to work now thanks in chatgpt can't it be installed yet?
Tadej Jevševar
Nice! Thanks for the feedback, Remco Snoeren. We are still working on a support for chatgpt.
Sergio López
Tadej Jevševar yep, it´s not working for ChatGPT, it worked for Claude though
C
Chris Kantrowitz
the json config should be as shown here. Your docs are wrong (see other pic)
Tadej Jevševar
Thanks for your feedback, Chris Kantrowitz! Does it work for you now? With what app are you using ClickUP MCP Server? We would love to hear more about what you have been using it for and what you are able to do with it?
Denis Kosinsky
Tadej Jevševar I filled the form and not sure if Ive got an access as the result I can not create it
Tadej Jevševar
Denis Kosinsky: With what app (Claude, Cursor, etc) are you trying to test MCP Server?
Stelios Tzivakis
Chris Kantrowitz Tadej Jevševar You are absolutely right! I changed it and the a browser opened where i could log in successfully.
I use cursor . This is where it was launched from.
But any prompt even the simplest like "give me all my spaces" fetched no result because cursor tries to imagine the endpoints eg /spaces or /space to get them.
I have even uploaded the clickup postman collection to Claude but no luck. Mcp server does not use the standard clickup endpoints.
Where can we find the available functionality for the clickup mcp server?
I think that the docs are rally bad!
This is not the way to test such a project. Trying to imagine what is aready set and lose our time
Denis Kosinsky
Tadej Jevševar via Chat GPT
Tadej Jevševar
Denis Kosinsky: Thanks, I created a task and we will look into this today. In the meantime, do you have a chance to try it out with any other app like Claude, Cursor, etc?
Tadej Jevševar
Stelios Tzivakis: Sorry to hear that its not working for you. Did you successfully connect MCP Server with your ClickUp workspace? Can you share a screenshot of Cursor settings please?
About the docs - what specifically you don't find useful?
Stelios Tzivakis
Tadej Jevševar I use Claude. The mcp.json settings in Claude is as Denis Kosinsky mentioned.
{
"mcpServers": {
"clickup": {
"command" : "npx",
"args" : ["-y", "mcp-remote", "https://mcp.clickup.com/mcp"]
}
}
}
This works as mentioned above.
When Claude noticies the change or ask something via clickup it launches the mcp server via npx and after that a browser windows pops up and asks what space to login to. I choose the one i want and have access (classic clickup workspace choosing).
Then the browser reports "successfully login. you can close the window and return to the CLI"
I return to Claude that reports that can connect to the remote clickup mcp-server.
I ask "give me all the available spaces"
Claude answers:
'll try to get the spaces for you. Since my previous attempts to guess resource URIs failed, I'll try a few common patterns based on the standard ClickUp API. It's possible the MCP server uses a similar structure.
First, I'll try to fetch your teams, as spaces are usually associated with a team. If I can get a team ID, I can then query for its spaces. I will try /team and /api/v2/team.
If that doesn't work, I'll try to access spaces directly with /space and /spaces.
Let's start by fetching your teams.
and then "MCP error -32601: Method not found"
It is obvious that cannot figure out the functionality behind Clickup MCP server although i shared the clickup postman collection.
So :
How do i access it?
Tadej Jevševar
Thanks Stelios Tzivakis! But in your previous post you said that you use Cursor - typo?
Do you use Claude desktop app or on the web? Do you have free Claude account?
Did you try to connect MCP Server in Settings -> Connectors -> Add Custom connector (see screenshot).
I am happy to jump on a call if you want and help you. You can schedule a call here.
Stelios Tzivakis
Tadej JevševarYes it is a typo altough i use both Cursor and Claude (pro pan)
I notice that the mcp server usl is different than the one in your documentation and that of mr Kosinsky .
It is as seen by the screenshot you shared : https://mcp.clickup-stg.com/mcp
Is this a staging server?
If it is obviously i cannot use it.
That is why - i believe - when tried it under Cursor my email and workspaces were not known!
Of course the problem remains.
I tried it with Claude desktop using the setup in connectors even using clinetid and client secret but claude could connect.
If i remember correctly when an agent connects to an mcp server can ask all the tools (resources) provided.
But Cursor cannot get them
Tadej Jevševar
Stelios Tzivakis: Yes, in my screenshot its a staging version that will not work for you, so use https://mcp.clickup.com/mcp url with Custom connector in Claude desktop or web app.
When successfully connected, try using "ClickUp" word in your prompts (at least the first prompt), e.g. "Give me all available ClickUp spaces".
Stelios Tzivakis
Tadej Jevševar This the configuration in Cusrsor and the conversation.
Are you sure i have access?
It cannot be simpler than that!
Tadej Jevševar
Stelios Tzivakis: Yes, we gave you access to the email you provided in the form. Can you take a screenshot of this settings in Cursor (see screenshot) please?
Stelios Tzivakis
here is the cursor settings . Also note that the remote mcp server start normally. I tried it using the command line and everything seams ok because it asks me to authenticate. Also Note the green checkbox in Cursor Settings.
That is why i think: Have you given access to the correct workspace?
Stelios Tzivakis
Suddenly and without any change just by unchecking and checking the cursor mcp server button, it worked!!
Vince
Did anyone else happen to make this work? It's giving me a 503 error
Tadej Jevševar
Vince: With what app (Cursor, Claude, etc) are you trying to test it?
Vince
Tadej Jevševar -- tried with Claude app, custom mcp-remote, and claude code/opencode, I think it's good now may have just been downtime before. Thank you!
Tadej Jevševar
beta
Tadej Jevševar
Hi Everyone!
We are happy to announce that ClickUp MCP Server is launching this month!
We’re rolling out our own MCP Server, and you’ll be able to connect it with all your favorite AI tools (Cursor, Claude, and any app that supports MCP servers).
What can you do with it?
- 🔍 Search ClickUp tasks, docs, and more
- ✍️ Create and update ClickUp objects directly from your coding environment
- ⚡ Integrate with the tools you already use every day
Early access before official launch available now!
Please fill out this form to receive early access to the ClickUp MCP Server. You'll have the opportunity to try it out before the official launch.
Looking forward for you feedback.
Z
Zeus Delacruz
Tadej Jevševar Filled out form and never got access to mcp sever
Stelios Tzivakis
Tadej JevševarMe too!
Tadej Jevševar
Zeus Delacruz: Sorry for the wait. You should have access now. Looking forward to your feedback.
Tadej Jevševar
Stelios Tzivakis: Sorry for the wait. You should have access now. Looking forward to your feedback.
Stelios Tzivakis
Thank you. Is there any documentation to use other than https://doc.clickup-stg.com/333/d/h/ad-3242853/bca229e1e4839a4 ?
How do we connect? How do we use oAuth to connect ? Can we use API token?
M
Mykhailo Yarovenko
+1 for ClickUp MCP
i would like to be able to connect my claude to clickup, so i can plan a feature in claude and then using MCP create docs/epics/tasks/subtasks/etc
S
Shreyansh Jain
Please natively connect to Chatgpt so I don't have to turn on developer mode for this.
E
Elias Höfer
Any update?
Load More
→