mcpbeat Sign in

NoClick MCP Server

by noclickapp Your server? Claim it
answering

NoClick is answering right now. Last checked 6 min ago. Last commit 18 Sep 2026.

Build agents to automate any background task. Works with your ChatGPT/Claude subscription.

Uptime history 20 days of history · worst day 99%
20 days agonow
100.0%
Uptime 24h
92 of 92 checks
Tools
hidden behind auth
315 ms
Response time
average over 24h
2
Stars
last commit 18 Sep 2026

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a dangerous call describe_workflow.workflow_id → backend/wss/handlers/workflow_builder_handler.py:3306, describe_workflow.workflow_id → backend/wss/handlers/workflow_checkpoint_handler.py:341, describe_workflow.workflow_id → backend/wss/handlers/workflow_execution_handler.py:1359 и ещё 4
            spawn(
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

                text_to_insert = "\n" + text_to_insert
Executes code built at runtime backend/utils/pydantic_utils.py:47
    exec(code_string, module.__dict__)
Executes code built at runtime frontend/app/lib/nc/bridge.ts:42
          result = await eval(asyncExpr);
    return spawnSync(cmd, args, { stdio: 'inherit', ...opts });
            subprocess.run([cli, "agent", "--local", "--json", "--message", "prime", "--session-id", PRIME_SESSION, "--model", "nc-prime/nc-prime"],
Touches key and credential files backend/nodes/agent/git_mounts.py:81
        f"touch ~/.git-credentials && chmod 600 ~/.git-credentials\n"
_original_environ = dict(os.environ)
          "description": "Full Discord webhook URL (https://discord.com/api/webhooks/...)",

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 6 min ago.

run in your terminal
claude mcp add noclick --transport http https://api.noclick.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "noclick": {
      "url": "https://api.noclick.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.noclick]
url = "https://api.noclick.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "noclick": {
      "url": "https://api.noclick.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "noclick": {
      "url": "https://api.noclick.io/mcp"
    }
  }
}

This endpoint answered with an authorization challenge. The server is running, and it signs you in through your browser: there is no API key to paste.

Endpoints

URLTransportStateLatencyChecked
https://api.noclick.io/mcp streamable-http sign-in 350 ms 6 min ago

Alternatives to NoClick

same job, measured the same way
Make
by make

Give your AI agents the tools to build, manage, and run automation workflows.

answering
Platform7n
by p7n

Connect Claude to your Platform7n workspaces — chat, links, and tasks. One-click OAuth.

25 installs/wk answering
Noisy Coding
by noisy

Voice interface for Claude Code: talk to your agent and it talks back while it works.

local only
Codex Imagem
by mcp-dir

Generate images with your own ChatGPT subscription (Plus, Pro or Team), without spending API credits

8 tools answering
Tomi — AI Phone Calls
by tomi

Claude makes real phone calls for you — in many languages, with transcript and outcome back in chat.

answering
Gym Plus
by gym

Connect ChatGPT or Claude to your Gym Plus account to log and review workouts with AI coaching.

answering
A
Express
by norg

AI Retrievability by Norg — mirror and optimize your site for AI agents like ChatGPT and Claude.

answering
I
DocuQueue MCP
by dvcoolarun

Generate PDFs from templates via AI chat. Works with Claude, ChatGPT, Cursor, and any MCP client.

12 tools answering

NoClick — questions

Answers built from our own checks of this server.

Why is there no tool list for NoClick?
The server answered our handshake with an authorization challenge, so it is running — but it will not describe its tools to an anonymous client. To see them you need to connect with your own credentials. We record it as alive, not as broken: 100.0% of checks in the last 24 hours got a reply.
Is NoClick working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 315 ms. The bar chart above shows every period we have measured.
How do I connect NoClick?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address. You sign in through your browser once and the client keeps the session: no key to copy, and it refuses anonymous clients.
How do you sign in to NoClick?
No API key is involved. NoClick answers our knock with an OAuth challenge, so you authorise it once in your browser and the client keeps the session. That is also why we see no tool list: it will not describe itself to an anonymous client, and that is the server working as intended, not a fault.
How fast is NoClick?
It answers our handshake in 315 ms on average, which is faster than 48% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is NoClick open source?
Yes — it is published under the AGPL-3.0 licence, written in Python and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.