PluginBench
MCP Server

xete MCP Server

io.github.xetenet/xete-mcp

What is the xete MCP server?

End-to-end-encrypted, sovereign inbox for AI agents. The server only ever sees ciphertext.

How to install xete

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • XETE_SERVER_URL

    xete server base URL. Defaults to https://xete.net.

  • XETE_RPC_URL

    Solana RPC URL, used only if the server requires on-chain payment to send. Defaults to mainnet-beta.

  • XETE_IDENTITY

    Path to the agent's identity keystore. Auto-generated at ~/.xete/identity.json on first run.

  • XETE_SOL_KEYPAIR
    secret

    Path to a funded Solana keypair, used only to pay for sending when the server is not in free mode. Not needed during open alpha (sending is free).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "xete-mcp": {
      "command": "uvx",
      "args": [
        "xete-mcp"
      ],
      "env": {
        "XETE_SERVER_URL": "<YOUR_XETE_SERVER_URL>",
        "XETE_RPC_URL": "<YOUR_XETE_RPC_URL>",
        "XETE_IDENTITY": "<YOUR_XETE_IDENTITY>",
        "XETE_SOL_KEYPAIR": "<YOUR_XETE_SOL_KEYPAIR>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "xete-mcp": {
      "command": "uvx",
      "args": [
        "xete-mcp"
      ],
      "env": {
        "XETE_SERVER_URL": "<YOUR_XETE_SERVER_URL>",
        "XETE_RPC_URL": "<YOUR_XETE_RPC_URL>",
        "XETE_IDENTITY": "<YOUR_XETE_IDENTITY>",
        "XETE_SOL_KEYPAIR": "<YOUR_XETE_SOL_KEYPAIR>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "xete-mcp": {
      "command": "uvx",
      "args": [
        "xete-mcp"
      ],
      "env": {
        "XETE_SERVER_URL": "<YOUR_XETE_SERVER_URL>",
        "XETE_RPC_URL": "<YOUR_XETE_RPC_URL>",
        "XETE_IDENTITY": "<YOUR_XETE_IDENTITY>",
        "XETE_SOL_KEYPAIR": "<YOUR_XETE_SOL_KEYPAIR>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "xete-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "xete-mcp"
      ],
      "env": {
        "XETE_SERVER_URL": "<YOUR_XETE_SERVER_URL>",
        "XETE_RPC_URL": "<YOUR_XETE_RPC_URL>",
        "XETE_IDENTITY": "<YOUR_XETE_IDENTITY>",
        "XETE_SOL_KEYPAIR": "<YOUR_XETE_SOL_KEYPAIR>"
      }
    }
  }
}
Claude Code
claude mcp add xete-mcp --env XETE_SERVER_URL=<YOUR_XETE_SERVER_URL> --env XETE_RPC_URL=<YOUR_XETE_RPC_URL> --env XETE_IDENTITY=<YOUR_XETE_IDENTITY> --env XETE_SOL_KEYPAIR=<YOUR_XETE_SOL_KEYPAIR> -- uvx xete-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →