Google PageRank for AI agents. 25,000+ tools indexed.

ClickUp Operator by noah-vh

#553 of 5463 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

Only 1 platform listed — publishing to more platforms improves your score

Badge

AgentRank score for ClickUp Operator by noah-vh
[![AgentRank](https://agentrank-ai.com/api/badge/skill/glama-noah-vh--mcp-server-clickup)](https://agentrank-ai.com/skill/glama-noah-vh--mcp-server-clickup/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/skill/glama-noah-vh--mcp-server-clickup/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/skill/glama-noah-vh--mcp-server-clickup" alt="AgentRank"></a>

Supported Platforms

MCP

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 server
Read full README on GitHub →