{"id":47008380,"url":"https://github.com/lvncer/vrmcp","last_synced_at":"2026-03-11T20:36:56.732Z","repository":{"id":322638288,"uuid":"1060029656","full_name":"lvncer/vrmcp","owner":"lvncer","description":"VRM モデルをブラウザ上で操作できるMCP サーバ","archived":false,"fork":false,"pushed_at":"2025-11-05T14:04:48.000Z","size":85,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-05T16:05:30.095Z","etag":null,"topics":["mcp","vrm"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lvncer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-19T09:32:50.000Z","updated_at":"2025-11-05T15:29:41.000Z","dependencies_parsed_at":"2025-11-05T16:05:50.170Z","dependency_job_id":null,"html_url":"https://github.com/lvncer/vrmcp","commit_stats":null,"previous_names":["lvncer/vrmcp"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/lvncer/vrmcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvncer%2Fvrmcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvncer%2Fvrmcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvncer%2Fvrmcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvncer%2Fvrmcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lvncer","download_url":"https://codeload.github.com/lvncer/vrmcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvncer%2Fvrmcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30399606,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T18:46:22.935Z","status":"ssl_error","status_checked_at":"2026-03-11T18:46:17.045Z","response_time":84,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mcp","vrm"],"created_at":"2026-03-11T20:36:56.126Z","updated_at":"2026-03-11T20:36:56.724Z","avatar_url":"https://github.com/lvncer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VRMCP (VRM MCP Server)\n\nVRM モデルを AI が自然言語で制御できる MCP サーバー。\nClaude Desktop から自然言語で指示するだけで、Web ブラウザで VRM モデルがリアルタイムに動きます。\n\n## セットアップ\n\nこのプロジェクトは 2 つの運用モードをサポートしています：\n\n1. **ローカルモード**: ローカル環境で MCP サーバーを起動（従来の方法）\n\n   - [ローカルセットアップガイド](./documents/LOCAL_SETUP.md)\n\n2. **リモートモード**: Vercel にデプロイして、どこからでもアクセス（推奨）\n\n   - [リモートセットアップガイド](./documents/REMOTE_SETUP.md)\n\n     ```json\n     {\n       \"mcpServers\": {\n         \"vrmcp\": {\n           \"url\": \"https://vrmcp.up.railway.app/api/mcp/sse\",\n           \"headers\": {\n             \"x-api-key\": \"your-super-secret-key-12345\"\n           }\n         }\n       }\n     }\n     ```\n\n## 使い方\n\n利用可能なツールと使い方をまとめています。\n\n- [ツールとユースケース](./documents/tool-usecases.md)\n\n## 利用可能なツール\n\n| Tool                  | 説明                             | 使用例                         |\n| --------------------- | -------------------------------- | ------------------------------ |\n| `list_vrm_files`      | 利用可能な VRM/VRMA ファイル一覧 | 「どんな VRM がある？」        |\n| `load_vrm_model`      | VRM モデル読み込み               | 「character.vrm を読み込んで」 |\n| `set_vrm_expression`  | 表情設定                         | 「嬉しい表情にして」           |\n| `set_vrm_pose`        | ポーズ設定                       | 「右を向いて」                 |\n| `animate_vrm_bone`    | ボーン操作                       | 「右手を上げて」               |\n| `load_vrma_animation` | VRMA アニメーション読み込み      | 「greeting.vrma を読み込んで」 |\n| `play_vrma_animation` | アニメーション再生               | 「挨拶して」                   |\n| `stop_vrma_animation` | アニメーション停止               | 「止めて」                     |\n| `get_vrm_status`      | 状態取得                         | 「現在の状態は？」             |\n\n## プロジェクト構造\n\n```sh\nvrm-mcp/\n├── src/\n│   ├── mcp-server.ts          # MCPサーバー実装（stdio + SSE）\n│   ├── redis-client.ts\n│   └── gateway.ts             # stdio↔SSEゲートウェイ（Claude Desktop用）\n├── api/\n│   ├── mcp/\n│   │   ├── sse.ts             # MCP SSEエンドポイント\n│   │   └── messages.ts        # MCP POSTエンドポイント\n│   └── viewer/\n│       └── sse.ts             # Viewer SSEエンドポイント\n├── public/\n│   ├── index.html             # VRMビューア（SSE対応）\n│   ├── models/                # VRMモデル配置（デフォルト）\n│   └── animations/            # VRMAアニメーション配置（デフォルト）\n├── package.json\n└── README.md\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flvncer%2Fvrmcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flvncer%2Fvrmcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flvncer%2Fvrmcp/lists"}