apps-mcp
Provides tools for managing Discord roles and channels through the Apps API, enabling creation, retrieval, updating, and deletion of roles and channels.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@apps-mcplist all paid plans"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
apps-mcp
Unofficial Apps API 向け MCP サーバー(MIT)
認証は OAuth ではなく、Apps 管理画面の アプリID / アプリシークレット です。
ローカルで動かして、自分の資格情報だけを MCP クライアントに渡す使い方がいちばん簡単です。
使い方(いちばん簡単)
1. アプリID・シークレットを取得
Apps にログイン
管理画面で API 機能をインストール
API 設定画面で アプリID と アプリシークレット を控える
チャット・GitHub・問い合わせ本文には貼らないでください。
2. セットアップ
npx -y github:manmaru-ai/apps-mcp configure対話ウィザードが次を行います。
アプリID / アプリシークレットの入力
書き込み許可の有無(既定は読み取り専用)
Cursor / Claude Code / Claude Desktop への MCP 登録(任意)
設定プレビューと手動追加用テンプレートの表示
再設定:
npx -y github:manmaru-ai/apps-mcp configure --forcenpm 公開後は npx -y apps-mcp configure でも同じです。
3. クライアントを再起動
設定後、Cursor や Claude Desktop を再起動してください。
まずはツール apps_auth_status で接続確認できます。
Windows Store 版 Claude Desktop は設定ファイルのパスが異なります。configure が自動検出します。
Related MCP server: kintone MCP Server
手動で追加する場合
configure を使わず、設定ファイルに直接書いても構いません。
{
"mcpServers": {
"apps": {
"command": "npx",
"args": ["-y", "github:manmaru-ai/apps-mcp"],
"env": {
"APPS_APP_ID": "your-app-id",
"APPS_APP_SECRET": "your-app-secret"
}
}
}
}書き込みを許可する場合のみ
Apps API は 本番のみ(Sandbox なし)です。
{
"env": {
"APPS_APP_ID": "your-app-id",
"APPS_APP_SECRET": "your-app-secret",
"APPS_MCP_ALLOW_WRITE": "true"
}
}作成・更新・削除ツールは、さらに confirm: true が必要です。先に dry_run: true 推奨。
環境変数
変数 | 必須 | 説明 |
| yes* | アプリID |
| yes* | アプリシークレット |
| no | 固定 Bearer(指定時は自動更新しない) |
| no | 書き込み許可(既定 |
| no | 既定 |
| HTTP remote 時 | 非 loopback の |
* または APPS_ACCESS_TOKEN
できること
書き込み(create / update / delete)は APPS_MCP_ALLOW_WRITE=true かつ confirm: true が必要です。
認証・ヘルプ
ツール | 内容 |
| セットアップ・安全・ツール一覧の案内 |
| 資格情報の有無(シークレットは返さない) |
| アクセストークンキャッシュのクリア |
顧客・決済照会
ツール | 内容 |
| 顧客情報 |
| 買い切り決済 |
| 定期課金の決済 |
| 分割払いの決済 |
登録ページ(advance)
ツール | 内容 |
| 一覧 |
| 取得 |
| 作成 |
| 更新 |
| 削除 |
| 契約者一覧 |
決済ページ — 買い切り(product)
ツール | 内容 |
| 一覧 |
| 取得 |
| 作成 |
| 更新 |
| 削除 |
| 購入者一覧 |
決済ページ — 定期(paid)
ツール | 内容 |
| 一覧 |
| 取得 |
| 作成 |
| 更新 |
| 削除 |
| 購読者一覧 |
決済ページ — 分割(installments)
ツール | 内容 |
| 一覧 |
| 取得 |
| 作成 |
| 更新 |
| 削除 |
| 購読者一覧 |
クーポン
ツール | 内容 |
| 一覧 |
| 取得 |
| 作成 |
| 更新 |
| 削除 |
Discord
ツール | 内容 |
| ロール取得 |
| ロール作成 |
| ロール更新 |
| ロール削除 |
| チャンネル取得 |
| チャンネル作成 |
| チャンネル更新 |
| チャンネル削除 |
公式エンドポイント: https://theapps.jp/api/endpoints
決済ページ API は
/v1/client/...payment_idは Webhook 決済成功イベント由来(管理画面の表示IDではない)
Agent skill
開発
bun install
bun run start
bun test
bun run check
bun run typecheckbun run src/index.ts configure
bun run src/index.ts --http # Bun のみ / 既定は loopback
# 非 loopback は APPS_MCP_HTTP_ALLOW_REMOTE=true と APPS_MCP_HTTP_BEARER が必要This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/manmaru-ai/apps-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server