ClickUp Operator by noah-vh
64 score
A Claude-compatible MCP server that enables storing and summarizing notes through a simple note storage system with custom URI scheme.
Ranked #553 out of 5463 indexed tools.Has 9,235 GitHub stars.Has 137 contributors.Actively maintained with commits in the last week.
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing → Signal Breakdown
Installs 2.3k
Freshness 2d ago
Issue Health 66%
Stars 9,235
Platform Breadth 1 platform
Contributors 137
Description Good
How to Improve
Platforms medium impact
Supported Platforms
From the README
# MCP Inspector The MCP inspector is a developer tool for testing and debugging MCP servers. ## Architecture Overview The MCP Inspector consists of two main components that work together: - **MCP Inspector Client (MCPI)**: A React-based web UI that provides an interactive interface for testing and debugging MCP servers - **MCP Proxy (MCPP)**: A Node.js server that acts as a protocol bridge, connecting the web UI to MCP servers via various transport methods (stdio, SSE, streamable-http) Note that the proxy is not a network proxy for intercepting traffic. Instead, it functions as both an MCP client (connecting to your MCP server) and an HTTP server (serving the web UI), enabling browser-based interaction with MCP servers that use different transport protocols. ## Running the Inspector ### Requirements - Node.js: ^22.7.5 ### Quick Start (UI mode) To get up and running right away with the UI, just execute the following: ```bash npx @modelcontextprotocol/inspector ``` The serverRead full README on GitHub →