vrchat-mcp
The VRChat MCP server is a tool for interacting with the VRChat API using a standardized protocol. It offers various functionalities such as user and avatar management and integrates with Claude Desktop for enhanced use. Its debugging tools and contribution guidelines promote further development and community engagement.
How do I obtain the VRChat auth token?
Use the command npx vrchat-auth-token-checker
to login and obtain an auth token. Ensure you handle the token with care as it has a long lifetime.
What platforms can I use the VRChat MCP server with?
The server can be used with various platforms, including Claude Desktop, by configuring the appropriate settings in the platform's configuration file.
How can I debug the MCP server?
Use the MCP Inspector for debugging. Launch it via npm with the command npx @modelcontextprotocol/inspector "./dist/main.js"
.
How do I publish a new version of the package?
Follow the steps: pull the latest code, build the package, publish to npm, and push changes to the remote repository.
What license is the VRChat MCP server released under?
The project is licensed under the MIT License.