MaxRefMCP
Allows automatic creation of GitHub issues for bug reports and feature requests, with automatic routing to the appropriate repository (MaxMCP or MaxRefMCP).
Provides reference lookup, design consultation, and learning support for Max/MSP and Max4Live, including object search, patch pattern suggestions, and RNBO compatibility checks.
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., "@MaxRefMCPcompare cycle~ and phasor~"
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.
MaxRefMCP — Max/MSP リファレンス・設計相談 MCP サーバー
Max/MSP・Max4Live の日本語対応リファレンス・設計相談 MCP サーバー。 Claude Code / Claude Desktop から自然言語でオブジェクト仕様の調査、パッチ設計の壁打ち、学習支援が受けられます。
Claude Code → MaxRefMCP(調べる・学ぶ・設計する)
→ MaxMCP(作る・操る・制御する) ← 姉妹プロジェクトツール一覧
リファレンス検索(5ツール)
ツール | 説明 |
| オブジェクト検索(名前・タグ・日本語キーワード) |
| オブジェクト詳細(インレット/アウトレット・仕様書) |
| パッチパターン検索(やりたいことを自然言語で) |
| パッケージ・ライブラリ検索 |
| 用語集検索(日英対応) |
設計相談(4ツール)
ツール | 説明 |
| オブジェクト比較(用途・構成・RNBO互換性を並べて解説) |
| 実装アプローチ提案(やりたいことから複数案を壁打ち) |
| 接続方法解説(型互換性・推奨接続の判定) |
| RNBO互換チェック(非対応時は代替提案) |
フィードバック(2ツール)
ツール | 説明 |
| バグ報告 → GitHub Issue を自動作成(MaxMCP / MaxRefMCP に自動振り分け) |
| 機能追加リクエスト → GitHub Issue を自動作成(自動振り分け) |
フィードバックツールの利用には環境変数
GITHUB_TOKENの設定が必要です。 未設定の場合は手動作成用の URL が返されます。
アナリティクス(1ツール + ダッシュボード)
ツール | 説明 |
| API利用状況サマリー(ツール別呼び出し数・応答時間・人気クエリ・日別推移) |
ダッシュボード: サーバーのルートURLにアクセスするとビジュアルダッシュボードで利用状況を確認できます。
ローカル:
http://localhost:8000/本番:
https://maxrefmcp-production.up.railway.app/
API エンドポイント:
GET /analytics/summary?days=30— 集計サマリー(JSON)GET /analytics/recent?limit=50— 直近の呼び出し履歴(JSON)
Related MCP server: synthlab-mcp
MaxMCP との使い分け
MaxRefMCP(本サーバー) | ||
一言で | 頭を使う | 手を動かす |
役割 | リファレンス・設計相談・学習 | パッチ構築・操作・制御 |
接続 | スタンドアロン | Max 9 にWebSocket接続 |
発話例 | 「cycle~ と phasor~ の違いは?」 | 「減算シンセを作って」 |
ワークフロー: MaxRefMCP で設計を相談 → MaxMCP で実装
セットアップ
ローカル起動
pip install -r requirements.txt
python core.py
# → http://localhost:8000/mcpClaude Code / Claude Desktop で使う
.mcp.json または claude_desktop_config.json に追加:
{
"mcpServers": {
"max-ref": {
"url": "http://localhost:8000/mcp"
}
}
}Railway デプロイ
railway.app でアカウント作成(GitHub連携推奨)
Railway CLI インストール:
npm i -g @railway/cli && railway loginこのリポジトリを GitHub に push
Railway Dashboard → New Project → Deploy from GitHub repo
デプロイ完了後、Settings → Networking → Generate Domain で URL 取得
{
"mcpServers": {
"max-ref": {
"url": "https://maxrefmcp-production.up.railway.app/mcp"
}
}
}テスト
python -m pytest test_search.py -vデータソース
object-db.json — 128 オブジェクト(MSP/Max/Jitter)
pattern-db.json — 17 パッチパターン
package-db.json — 14 パッケージ
glossary-db.json — 36 用語(日英対応)
ライセンス
MIT
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
- 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/dsgarage/MaxRefMCP_Dev'
If you have feedback or need assistance with the MCP directory API, please join our Discord server