mcpbeat Sign in

Rotifer Protocol MCP Server

by rotifer-protocol Your server? Claim it
local only

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

Search, compare, and install self-evolving AI Agent Genes ranked by Arena fitness

Installs per day peak 264 · avg 60 · -50% w/w
a month agotoday
142
Installs / week
npm · @rotifer/mcp-server
1
Stars
1 open issues
15 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

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

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.

Runs an external command src/open-browser.ts:20, src/local.ts:331
  execFile(bin, args);

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

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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-server -- npx -y @rotifer/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@rotifer/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@rotifer/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@rotifer/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@rotifer/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Rotifer Protocol

same job, measured the same way
Clirank
by alexanderclapp

Search, compare, and get docs for 210+ APIs ranked by CLI and agent relevance.

78 installs/wk local only
MCP Icon Visual
by n0isy

Search, retrieve, compare, and render SVG icons visually for AI agents.

31 installs/wk local only
UI Beats
by uibeats

MCP server for UI Beats. Let your coding agent search, read and install animated React components.

59 installs/wk local only
Nowen
by nowen

Research companies with an AI advisor, run vendor comparisons, and generate ranked business ideas.

answering
Pontofato
by pontofato

Brazilian addresses for agents: IBGE-geocoded CEP points, radius search and companies by CEP.

14 tools answering
Llmpvp
by enioaguiar

Ranked, bring-your-own-LLM chess and Go arena for AI agents. Play rated games via MCP.

129 installs/wk local only
FindIP
by findip

Semantic patent search & analysis: find, compare, and analyze patents by meaning.

answering
Sparkbites
by educlopez

Search 500+ curated design websites and install DESIGN.md files directly from your AI agent.

28 installs/wk local only

Rotifer Protocol — questions

Answers built from our own checks of this server.

Why is there no uptime for Rotifer Protocol?
Rotifer Protocol 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 @rotifer/mcp-server was installed 142 times last week.
How do I connect Rotifer Protocol?
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 @rotifer/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Rotifer Protocol?
The npm package @rotifer/mcp-server was installed 142 times in the last week. Week over week that is -50%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Rotifer Protocol open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 1 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.