three.ws 3D Agent Tools for Zed
io.github.nirholas/3d-agent-mcp
MCP tools from three.ws: free + paid text-to-3D, rigging, agent reputation, market intel.
client:Zed
transport:stdio
runtime:npm
Install three.ws 3D Agent Tools in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"3d-agent-mcp": {
"command": "npx",
"args": [
"-y",
"@three-ws/mcp-server"
],
"env": {
"MCP_SVM_PAYMENT_ADDRESS": "<MCP_SVM_PAYMENT_ADDRESS>",
"SOLANA_RPC_URL": "<SOLANA_RPC_URL>",
"HELIUS_API_KEY": "<HELIUS_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs