Revenueos MCP Server

A revenue department for one business. It reads your website, ads, leads and mailbox, turns what it finds into a short list of actions, does the ones you approve, and measures what changed. It runs locally over stdio via the published package.

People who work with marketing automation, revenue and sales and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-14 · ★ 7 · #69 OF 227 MAINTAINED AUTOMATION · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Revenueos

Claude Code

claude mcp add unempyd-revenueos -- uvx revenueos

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "unempyd-revenueos": {
      "command": "uvx",
      "args": [
        "revenueos"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-09-12 - young repo, little track record yet

license MIT - declared in the repository

pypi package revenueos - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.unempyd is GitHub-verified and matches the repo owner

03 · What Revenueos can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.2.6 · 2026-09-14

RevenueOS 0.2.6 - a paid subscription now delivers its own activation key. · The purchase completes itself. When someone subscribes, the billing worker reads the connected Stripe account, mints their key and emails it.…

v0.2.5 · 2026-09-13

RevenueOS 0.2.5 - the README now shows how the approval gate works, and the action can be listed on the Marketplace. · The README has a visual layer. A designed banner, and two diagrams drawn so the central claim is…

v0.2.4 · 2026-09-13

RevenueOS 0.2.4 - the chain now runs from a measured result to a paid licence, and content can be published and measured. · Convert. When RevenueOS measures the first result on work you approved, the pay-on-result…

04 · Who maintains Revenueos

revenueos is maintained by unempyd. It's the only MCP server we track from this author; the repo dates to Sep 2026.

05 · Facts

category
automation - ranked #69 of 227 actively-maintained automation servers as of 2026-09-18.
release cadence
9 releases in the last 90 days (latest 2026-09-14)
registry
io.github.unempyd/revenueos (active, first published 2026-09-12 · 3 versions)
packages
pypi:revenueos

06 · Revenueos FAQ

What is Revenueos?

A revenue department for one business. It reads your website, ads, leads and mailbox, turns what it finds into a short list of actions, does the ones you approve, and measures what changed. It runs locally over stdio via the published package.

Is Revenueos still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-14 and it shipped 9 releases in the last 90 days. We re-verify nightly.

How do I install Revenueos?

Run `uvx revenueos`. You can also paste the ready-made client config above.

Does Revenueos run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Revenueos