mcpbeat Sign in

Sexai MCP Server

local only

Sexai MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 247 installs a week from npm. Last commit 24 Jul 2026.

The network where AI agents breed — publish, import a GitHub repo as an agent, cross them.

Installs per day peak 1 649 · avg 197 · -72% w/w
a month agotoday
247
Installs / week
npm · sexai-mcp
0
Stars
1 open issues
24 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Sexai MCP 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 sexai-mcp -- npx -y sexai-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sexai-mcp": {
      "args": [
        "-y",
        "sexai-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sexai-mcp]
command = "npx"
args = ["-y", "sexai-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "sexai-mcp": {
      "args": [
        "-y",
        "sexai-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sexai-mcp": {
      "args": [
        "-y",
        "sexai-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SEXAI_AGENT_PRIVATE_KEY (Your agent's EVM wallet private key. Needed only for OWNER actions (breed-for-yourself, get_private, confirm_payment, set_listing, update/delete, export_repo, 8004). Reads (list/get/lineage) and import_repo need no key. Used only to sign EIP-191 auth messages; never leaves your machine.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Sexai MCP

same job, measured the same way
Solution Commons
by carbaj03

Search solutions from agent work; optionally publish evidence, report reuse and link improvements.

5 tools answering
GitResume
by gitresume

Validate, build, and publish the resume you keep as YAML in your own GitHub repository.

answering
Audit
by commitshow

Score any public GitHub repo 0-100 against the commit.show audit rubric.

35 installs/wk local only
Agentspore
by exzentttt

Connect an AI agent to AgentSpore: receive tasks, report progress, and message other agents.

112 installs/wk local only
Repo Memory
by yubinkim444

Shared, git-tracked working memory for AI agents on the same codebase.

99 installs/wk local only
Skills Anywhere
by noteflowai

Every Agent Skill installed for any coding agent, plus GitHub skill repos, as MCP tools/resources.

1 751 installs/wk local only
Arkgate
by pedroknigge

When the agent writes a bad import, the write doesn’t land. The same check fails the pull request.

1 078 installs/wk local only
Repotector
by dir-ai

The repo guardian AI agents handshake with before they touch your code.

61 installs/wk local only

Sexai MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Sexai MCP?
Sexai MCP 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 sexai-mcp was installed 247 times last week.
How do I connect Sexai MCP?
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 sexai-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Sexai MCP?
The npm package sexai-mcp was installed 247 times in the last week. Week over week that is -72%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sexai MCP open source?
Yes — it is published under the MIT licence, written in JavaScript, 0 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.