clickup-operator MCP server
@MCP-Mirror
About clickup-operator MCP server
Mirror of
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"noah-vh_mcp-server-clickup": {
"command": "uv",
"args": [
"--directory",
"C:UsersnoahvDocumentsGitHubclickup-operator",
"run",
"clickup-operator"
]
}
}
}Tools
1Adds a new note to the server
Overview
What is clickup-operator?
clickup-operator is an MCP server that provides a simple note storage system, accessible via custom note:// URIs, prompts, and tools. It is intended for use with Claude Desktop.
How to use clickup-operator?
Install and configure the server in Claude Desktop’s claude_desktop_config.json using uv (development) or uvx (published). Then invoke the provided prompt and tool through the MCP client.
Key features of clickup-operator
- Custom
note://URI scheme for accessing individual notes - Each note has a name, description, and
text/plainmimetype summarize-notesprompt with optional detail style (brief/detailed)add-notetool to create new notes with name and content
Use cases of clickup-operator
- Quickly capture and store notes through natural language
- Summarize all stored notes with a single prompt
- Manage a lightweight personal note collection via Claude
FAQ from clickup-operator
What runtime does clickup-operator require?
It requires Python and uv (or uvx for published packages). The server runs over stdio.
How do I install clickup-operator in Claude Desktop?
Add a configuration entry to the mcpServers section of claude_desktop_config.json using either a local uv path or the published uvx command.
Does clickup-operator actually integrate with ClickUp?
No, the README does not describe any ClickUp API integration. The server only implements a note storage system.
How do I debug clickup-operator?
Use the MCP Inspector by running npx @modelcontextprotocol/inspector uv --directory <path> run clickup-operator.
How do I publish clickup-operator to PyPI?
Build with uv build and publish with uv publish, providing PyPI credentials via token or username/password.
Frequently asked questions
What runtime does clickup-operator require?
It requires Python and `uv` (or `uvx` for published packages). The server runs over stdio.
How do I install clickup-operator in Claude Desktop?
Add a configuration entry to the `mcpServers` section of `claude_desktop_config.json` using either a local `uv` path or the published `uvx` command.
Does clickup-operator actually integrate with ClickUp?
No, the README does not describe any ClickUp API integration. The server only implements a note storage system.
How do I debug clickup-operator?
Use the MCP Inspector by running `npx @modelcontextprotocol/inspector uv --directory <path> run clickup-operator`.
How do I publish clickup-operator to PyPI?
Build with `uv build` and publish with `uv publish`, providing PyPI credentials via token or username/password.
Basic information
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments