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.
XETE_SERVER_URLxete server base URL. Defaults to https://xete.net.
XETE_RPC_URLSolana RPC URL, used only if the server requires on-chain payment to send. Defaults to mainnet-beta.
XETE_IDENTITYPath to the agent's identity keystore. Auto-generated at ~/.xete/identity.json on first run.
XETE_SOL_KEYPAIRsecretPath 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).
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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 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-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.