What is the three.ws Autopilot MCP server?
Set autopilot scopes and a daily SOL spend cap, then propose, execute, and undo agent actions.
How to install three.ws Autopilot
Copy-paste configuration for popular MCP clients.
THREE_WS_API_KEYrequiredsecretREQUIRED. The agent owner's three.ws credential — a three.ws API key (sk_live_… / sk_test_…) or an OAuth access token. Sent as Authorization: Bearer on every request; every autopilot endpoint is owner-scoped and rejects unauthenticated calls. This credential can move real SOL via execute_proposal — treat it like a password. THREE_WS_TOKEN / THREE_WS_BEARER are accepted aliases.
THREE_WS_BASEBase URL of the three.ws API that serves the autopilot endpoints. Override only when self-hosting or targeting a preview deployment.
THREE_WS_TIMEOUT_MSPer-request timeout in milliseconds. Proposal generation runs a real server-side LLM pass, so the default is generous.
{
"mcpServers": {
"autopilot-mcp": {
"command": "npx",
"args": [
"-y",
"@three-ws/autopilot-mcp"
],
"env": {
"THREE_WS_API_KEY": "<YOUR_THREE_WS_API_KEY>",
"THREE_WS_BASE": "<YOUR_THREE_WS_BASE>",
"THREE_WS_TIMEOUT_MS": "<YOUR_THREE_WS_TIMEOUT_MS>"
}
}
}
}{
"mcpServers": {
"autopilot-mcp": {
"command": "npx",
"args": [
"-y",
"@three-ws/autopilot-mcp"
],
"env": {
"THREE_WS_API_KEY": "<YOUR_THREE_WS_API_KEY>",
"THREE_WS_BASE": "<YOUR_THREE_WS_BASE>",
"THREE_WS_TIMEOUT_MS": "<YOUR_THREE_WS_TIMEOUT_MS>"
}
}
}
}{
"mcpServers": {
"autopilot-mcp": {
"command": "npx",
"args": [
"-y",
"@three-ws/autopilot-mcp"
],
"env": {
"THREE_WS_API_KEY": "<YOUR_THREE_WS_API_KEY>",
"THREE_WS_BASE": "<YOUR_THREE_WS_BASE>",
"THREE_WS_TIMEOUT_MS": "<YOUR_THREE_WS_TIMEOUT_MS>"
}
}
}
}{
"servers": {
"autopilot-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@three-ws/autopilot-mcp"
],
"env": {
"THREE_WS_API_KEY": "<YOUR_THREE_WS_API_KEY>",
"THREE_WS_BASE": "<YOUR_THREE_WS_BASE>",
"THREE_WS_TIMEOUT_MS": "<YOUR_THREE_WS_TIMEOUT_MS>"
}
}
}
}claude mcp add autopilot-mcp --env THREE_WS_API_KEY=<YOUR_THREE_WS_API_KEY> --env THREE_WS_BASE=<YOUR_THREE_WS_BASE> --env THREE_WS_TIMEOUT_MS=<YOUR_THREE_WS_TIMEOUT_MS> -- npx -y @three-ws/autopilot-mcpRelated MCP servers
3D AI Agent Avatar — render any GLB, give it a Solana wallet, a voice, and pump.fun powers.
View repository →MCP tools from three.ws: free + paid text-to-3D, rigging, agent reputation, market intel.
View repository →UCAI — The ABI-to-MCP Server Generator. Convert any smart contract ABI into an AI-ready MCP server.
View repository →Trending agents and coins, the $THREE holder leaderboard, and the site-wide activity ticker.
View repository →Browse the AgenC on-chain task marketplace, query the agent registry, and link identities.
View repository →Self-custodial pump.fun sniper: arm strategies, snipe, manage positions. Simulate by default.
View repository →