Overview
The clickup-operator MCP server is a tool designed to facilitate note storage and management through a custom URI scheme, allowing users to create, summarize, and manage notes efficiently.
To use the clickup-operator MCP server, run the command uv --directory C:\Users\noahv\Documents\GitHub\clickup-operator run clickup-operator in your terminal. This will start the server and allow you to interact with it.
- Custom note storage system with a note:// URI scheme. - Ability to add new notes with a name and content. - Summarization of all stored notes with adjustable detail levels.
- Storing and managing personal notes for easy access.
- Summarizing notes for quick reviews before meetings or study sessions.
- Integrating with other tools for enhanced productivity.
Add to your AI client
Use these steps to connect clickup-operator MCP server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"noahvanhart-mcp-server-clickup-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-noahvanhart-mcp-server-clickup-mcp-mirror"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"noahvanhart-mcp-server-clickup-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-noahvanhart-mcp-server-clickup-mcp-mirror"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"noahvanhart-mcp-server-clickup-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-noahvanhart-mcp-server-clickup-mcp-mirror"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"noahvanhart-mcp-server-clickup-mcp-mirror": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-noahvanhart-mcp-server-clickup-mcp-mirror"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"noahvanhart-mcp-server-clickup-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-noahvanhart-mcp-server-clickup-mcp-mirror"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"noahvanhart-mcp-server-clickup-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-noahvanhart-mcp-server-clickup-mcp-mirror"
]
}
}
}FAQ
How do I add a new note?
You can add a new note by using the `add-note` tool, providing the required name and content.
Can I summarize my notes?
Yes! Use the `summarize-notes` prompt to create summaries of all your stored notes.
What platforms does it support?
The server can be run on any platform that supports the command line, including Windows and MacOS.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":606,"uuid":"31d9cfbc-7a8e-4887-8d5a-326e94a63baf","name":"noahvanhart_mcp-server-clickup","title":"clickup-operator MCP server","description":"Mirror of","avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","created_at":"2024-12-30T03:23:55.456Z","updated_at":"2025-02-23T07:15:12.862Z","status":"created","author_name":"MCP-Mirror","author_avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","tags":"clickup,mcp-server,note-storage","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/MCP-Mirror/noahvanhart_mcp-server-clickup","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]