mcpbeat Sign in

Xaip MCP Server

local only

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

AI agents get on-chain identity, credentials, reputation, escrow, and persistent memory on XRPL.

Installs per day peak 25 · avg 7 · -30% w/w
a month agotoday
32
Installs / week
npm · xaip-mcp-server
1
Stars
2 open issues
31 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

Alternatives to Xaip MCP Server

same job, measured the same way
Autron Core
by hungnguyenhtbvn-max

Open Identity Standard for AI Agents — DID, Agent Cards, delegation, reputation, payment & escrow

38 installs/wk local only
Emercoin Agent
by emercoin

On-chain identity and durable memory for AI agents on the Emercoin blockchain (NVS).

5 tools answering
Being MCP Server
by ruddia

Personality Runtime for AI agents — persistent memory, personality, and relationships via MCP

39 installs/wk local only
three.ws Avatars & Agents
by nirholas

3D avatars, embeds, glTF tools, agent memory, and on-chain agent identity from three.ws.

answering
AgentAuth
by raditotev

Identity and auth for AI agents: credentials, tokens, delegations, and permission checks.

62 installs/wk local only
Ori Memory
by aayoawoyemi

Persistent memory infrastructure for AI agents. Identity, knowledge graph, and search.

269 installs/wk local only
Synap Memory
by maximem

Persistent memory for AI agents — log and recall conversation context over MCP.

4 tools answering
Basedagents
by maxfain

Search, verify, and manage AI agents on the BasedAgents identity and reputation registry.

33 installs/wk local only

Xaip MCP Server — questions

Answers built from our own checks of this server.

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