VRChat OSC
4
0

Goose
Setting up with Goose
- Open Goose's preferences
- Go to the Integrations tab
- Select "MCP Servers"
- Click "Add New Server"
- Use the configuration below based on your operating system
JSON
1{2 "mcpServers": {3 "vrchat osc": {4 "env": {},5 "args": [6 "vrchat-mcp-osc",7 "--websocket-port",8 "8765",9 "--websocket-host",10 "localhost",11 "--osc-send-port",12 "9000",13 "--osc-send-ip",14 "127.0.0.1",15 "--osc-receive-port",16 "9001",17 "--osc-receive-ip",18 "127.0.0.1",19 "--debug"20 ],21 "command": "npx"22 }23 }24}
Reseñas de la Comunidad
0.0
0 reseñas
5
0
4
0
3
0
2
0
1
0
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Coming soon to
Highlight AI
Documentación
Lenguaje
TypeScript