インストール
1. アプリID・シークレットを取得
Section titled “1. アプリID・シークレットを取得”- Apps にログイン
- 管理画面で API 機能をインストール
- API 設定画面で アプリID と アプリシークレット を控える
2. configure(推奨)
Section titled “2. configure(推奨)”Node.js 20 以上があれば十分です。リポジトリのクローンは不要です。
npx -y theapps-mcp configure対話ウィザードが次を行います。
- アプリID / アプリシークレットの入力
- 書き込み許可の有無(既定は読み取り専用)
- Cursor / Claude Code / Claude Desktop への MCP 登録(任意)
- 設定プレビューと手動追加用テンプレートの表示
再設定:
npx -y theapps-mcp configure --force3. Agent Skills(推奨)
Section titled “3. Agent Skills(推奨)”npx skills add jammaru/theapps-mcpGitHub CLI(v2.90.0 以降):
gh skill install jammaru/theapps-mcp apps-apiClaude Desktop は Release の apps-api-skill.zip をアップロードしてください。
4. クライアントを再起動
Section titled “4. クライアントを再起動”設定後、Cursor や Claude Desktop を再起動し、ツール apps_auth_status で接続確認してください。
Windows Store 版 Claude Desktop は設定ファイルのパスが異なります。configure が自動検出します。
手動で追加する場合
Section titled “手動で追加する場合”{ "mcpServers": { "apps": { "command": "npx", "args": ["-y", "theapps-mcp"], "env": { "APPS_APP_ID": "your-app-id", "APPS_APP_SECRET": "your-app-secret" } } }}書き込みを許可する場合のみ(Apps API は 本番のみ):
{ "env": { "APPS_APP_ID": "your-app-id", "APPS_APP_SECRET": "your-app-secret", "APPS_MCP_ALLOW_WRITE": "true" }}作成・更新・削除ツールは、さらに confirm: true が必要です。先に dry_run: true を推奨します。
Agent にセットアップを任せる
Section titled “Agent にセットアップを任せる”Apps-mcp をセットアップしてください。
1. node -v / npx -v を確認する。無ければ Node.js LTS(20以上)の入れ方を案内して、導入後に続きをやる2. ユーザーに Apps 管理画面のアプリID / アプリシークレットを用意してもらう(configure の対話入力で渡す)3. 実行: npx -y theapps-mcp configure4. 推奨: npx skills add jammaru/theapps-mcp5. Cursor / Claude の再起動を案内し、ツール apps_auth_status で接続確認する手順を伝える