Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
VRChat MCP Server
by
sawa-zen
Verified
GitHub
Social Media
Entertainment & Media
Games & Gamification
TypeScript
MIT License
3
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
.clinerules
.env.example
eyecatch.jpg
.gitignore
LICENSE
package.json
package-lock.json
README.md
tsconfig.json
{ "name": "vrchat-mcp", "version": "0.1.0", "description": "VRChat MCP Server", "type": "module", "main": "dist/main.js", "bin": { "vrchat-mcp": "dist/main.js" }, "scripts": { "build": "tsc && chmod +x dist/main.js", "start": "node dist/main.js", "inspector": "npx @modelcontextprotocol/inspector node dist/main.js", "dev": "tsc -w" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "dotenv": "^16.0.3", "otplib": "^12.0.1", "vrchat": "^1.10.1" }, "devDependencies": { "@types/node": "^18.15.11", "typescript": "^5.0.3" } }