Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From three-ws-developer
Runs a local MCP server for 3D agent interactions, with optional EVM and SVM blockchain payment address configuration.
npx claudepluginhub nirholas/three.ws --plugin three-ws-developerCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"3d-agent": {
"command": "npx",
"args": [
"-y",
"@3d-agent/mcp-server"
],
"env": {
"MCP_EVM_PAYMENT_ADDRESS": "${MCP_EVM_PAYMENT_ADDRESS}",
"MCP_SVM_PAYMENT_ADDRESS": "${MCP_SVM_PAYMENT_ADDRESS}"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
MCP_EVM_PAYMENT_ADDRESS=${MCP_EVM_PAYMENT_ADDRESS}MCP_SVM_PAYMENT_ADDRESS=${MCP_SVM_PAYMENT_ADDRESS}Share bugs, ideas, or general feedback.