The agent-native ClickUp Docs writer
Connect any AI agent to your ClickUp Docs. List and search your wikis, create new Docs, and add or edit pages in markdown — all through the Model Context Protocol. Your agent reads and writes your ClickUp knowledge base directly, using the ClickUp key you connect once in your dashboard.
How it works
From a connected workspace to an agent-writable wiki in four steps.
Sign up and get an API key
Create a free account at gentic.co, generate an API key from your dashboard, and use it as a Bearer token to authenticate your agent.
Connect ClickUp in your dashboard
In ClickUp: Settings → Apps → API Token → Generate. Paste that token (it starts with pk_) once in the Gentic dashboard (Integrations → ClickUp). It's encrypted at rest, and the ClickUp server reads it automatically — your agent never handles the credential.
Add the MCP server to your agent
Drop https://mcp.gentic.co/clickup into Claude Code, Claude Web, OpenClaw, Claude Cowork, ChatGPT, n8n, or any MCP-compatible client. Pass your Gentic API key as a Bearer token — or connect via OAuth on clients that support it.
Read and write your Docs
Ask your agent to find a wiki, spin up a new Doc, or draft and update pages in markdown. It works directly against your ClickUp Docs — no exports, no copy-paste.
Available tools
6 tools your AI agent can call through the Model Context Protocol.
clickup_connection_status
Check whether the calling organization has connected ClickUp.
clickup_create_doc
Create a new Doc (wiki) in a ClickUp workspace.
clickup_create_page
Add a new page to a ClickUp Doc (wiki).
clickup_list_docs
List or search Docs (wikis) in a ClickUp workspace.
clickup_list_pages
List the pages inside a ClickUp Doc.
clickup_update_page
Edit an existing page in a ClickUp Doc (wiki).
Connect in seconds
Sign up, connect ClickUp in your dashboard, grab your API key, and add the MCP server to your agent. Works with Claude Code, Claude Web, OpenClaw, Claude Cowork, ChatGPT, n8n, and any MCP client.
claude mcp add gentic-clickup \
--transport http \
https://mcp.gentic.co/clickup \
--header "Authorization: Bearer YOUR_API_KEY"You can also connect via OAuth — just add gentic-clickup as a connector in Claude or ChatGPT settings. No API key needed; authentication is handled automatically.
Install the Gentic agent skill to teach your agent the optimal workflow so it gets the best results automatically.
npx skills add gentic-co/agent-skillsWorks with Claude Code, Cursor, Copilot, and 40+ other agents.
Free to use
Every ClickUp tool is free to call — reading and writing your Docs costs nothing. You only pay for other Gentic MCP servers you use alongside it.
| Tool | Cost |
|---|---|
| clickup_connection_status | Free |
| clickup_create_doc | Free |
| clickup_create_page | Free |
| clickup_list_docs | Free |
| clickup_list_pages | Free |
| clickup_update_page | Free |
Pricing is pulled live from the Gentic MCP manifest so it always matches what you'll actually be charged.
Why an agent-native ClickUp writer?
ClickUp's Docs were built for a human typing in the editor. This one was built for an agent that needs to read, create, and update wiki pages programmatically.
No UI to learn
Your AI agent is the interface. Ask it to find a doc, add a page, or update a spec in natural language — no clicking through the ClickUp Docs editor.
Composable workflows
Chain doc writes with research, meeting notes, content generation, or your data. Turn any workflow's output into an up-to-date ClickUp wiki page automatically.
Portable
Works with any MCP-compatible client — Claude Web, Claude Code, OpenClaw, ChatGPT, n8n, and more. Switch clients without changing a thing.
Connect once, safely
Paste your ClickUp token once in the dashboard; it's encrypted at rest and read server-side. Your agent works against your Docs without ever seeing the credential.