mcpbeat Sign in

Noncelogic MCP Server

by noncelogic Your server? Claim it
local only

Noncelogic runs on your own machine — the client starts it, so there is no endpoint to ping. 60 installs a week from npm. Last commit 7 Sep 2026.

Hosted Playwright API for AI agents. Returns a11y trees instead of screenshots.

Installs per day peak 27 · avg 9 · +191% w/w
a month agotoday
60
Installs / week
npm · @roveapi/mcp
0
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Noncelogic every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @roveapi/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@roveapi/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@roveapi/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@roveapi/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@roveapi/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ROVE_API_KEY (Your Rove API key (get one at roveapi.com)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Noncelogic

same job, measured the same way
Render MCP
by rodromer

Hosted browser for AI agents: screenshots, post-JS DOM, console, WCAG. No install, no API key.

6 tools answering
Fast MCP SSH
by klnuno

SSH, SFTP, PTY shells, host-to-host copies and remote screenshots for AI agents. One Rust binary.

local only
AI Process Manager (AIPM)
by agorapassadoagora-debug

Structured Windows state for AI agents: processes, windows, UI trees. No screenshots.

40 installs/wk local only
Snapforge
by snapforge

Screenshots, PDFs and Markdown from any URL or HTML for AI agents, via the SnapForge API

43 installs/wk 4 tools answering
Periscope MCP
by segentic-lab

Web-app QA for AI agents: 73 Playwright tools — auth, E2E, a11y/SEO/GEO, Web Vitals + Lighthouse

local only
Agentrender MCP
by corbinvachal48

URL to screenshot, PDF, or structured extract for AI agents via MCP.

local only
I
Stashot
by tammifull

Capture, OCR-search, and retrieve local Mac screenshots for AI agents through Stashot.

15 installs/wk local only
Terminal MCP Server
by aybelatchane

MCP server for AI agents to interact with terminal applications. Think Playwright for terminals.

67 installs/wk local only

Noncelogic — questions

Answers built from our own checks of this server.

Why is there no uptime for Noncelogic?
Noncelogic runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @roveapi/mcp was installed 60 times last week.
How do I connect Noncelogic?
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 runs locally, so the command pulls @roveapi/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Noncelogic?
The npm package @roveapi/mcp was installed 60 times in the last week. Week over week that is +191%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Noncelogic open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 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.