← Back to browse

three.ws 3D Agent Tools

Indexed by io.github.nirholas

About

MCP tools from three.ws: free + paid text-to-3D, rigging, agent reputation, market intel.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsMCP_SVM_PAYMENT_ADDRESS SOLANA_RPC_URL HELIUS_API_KEY
Claude Code
claude mcp add --env MCP_SVM_PAYMENT_ADDRESS= --env SOLANA_RPC_URL= --env HELIUS_API_KEY= 3d-agent-mcp -- npx @three-ws/mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"3d-agent-mcp","command":"npx","args":["@three-ws/mcp-server"],"env":{"MCP_SVM_PAYMENT_ADDRESS":"","SOLANA_RPC_URL":"","HELIUS_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "3d-agent-mcp": {
      "command": "npx",
      "args": [
        "@three-ws/mcp-server"
      ],
      "env": {
        "MCP_SVM_PAYMENT_ADDRESS": "",
        "SOLANA_RPC_URL": "",
        "HELIUS_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.