opencode icon indicating copy to clipboard operation
opencode copied to clipboard

Clickup MCP support (request allowlist from them via form)

Open connorads opened this issue 1 month ago • 1 comments

https://developer.clickup.com/docs/connect-an-ai-assistant-to-clickups-mcp-server

ClickUp MCP supports all major MCP clients and Apps. We maintain an allowlist of vetted MCP client redirect URIs to protect our users from malicious phishing attacks. If your MCP client isn’t on the list, you can submit a request to have it reviewed here.

The error I'm getting sounds like it could be unrelated but I assume that this will need fixing nonetheless

➜ opencode mcp auth clickup                 

┌  MCP OAuth Authentication
│
■  Authentication failed
│
■  HTTP 401 trying to load well-known OAuth metadata
│
└  Done

If you want to try yourself here's the config https://developer.clickup.com/docs/connect-an-ai-assistant-to-clickups-mcp-server-1

    "clickup": {
      "type": "remote",
      "url": "https://mcp.clickup.com/mcp",
      "enabled": false,
      "oauth": {}
    },

connorads avatar Dec 15 '25 20:12 connorads

This issue might be a duplicate of existing issues. Please check:

  • #5444: MCP with oauth doesn't work
  • #988: Feature request: add MCP remote using oauth

Feel free to ignore if none of these address your specific case.

github-actions[bot] avatar Dec 15 '25 20:12 github-actions[bot]