MaxRefMCP
Provides a comprehensive reference for Max/MSP and Max4Live, allowing users to search for objects, patching patterns, packages, and technical terminology in both Japanese and English.
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., "@MaxRefMCPディレイ回路を作るためのパッチパターンを検索して"
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
English | 日本語
Max/MSP・Max4Live 日本語リファレンス MCP サーバー
AI から Max/MSP のオブジェクトリファレンスを日本語で検索・参照できる MCP (Model Context Protocol) サーバーです。
MCP をサポートする AI クライアントであればどれでも利用できます。 Claude Code、Claude Desktop をはじめ、MCP の Streamable HTTP トランスポートに対応したクライアントであればそのまま接続可能です。
機能
ツール | 説明 |
| オブジェクト名やキーワードで検索 |
| オブジェクトの詳細リファレンス取得 |
| 2〜5 個のオブジェクトを比較 |
| 2 オブジェクト間の接続方法を解説 |
| RNBO 互換性チェック+代替提案 |
| Max/MSP 用語の日英辞書 |
| やりたいことから設計パターンを検索 |
| 外部パッケージ・ライブラリ検索 |
| 実装アプローチの提案・壁打ち |
| Cycling '74 公式サイトの最新ニュース取得 |
| RNBO / Move Takeover の最新情報取得 |
| 公式記事の詳細読み込み |
| バグ報告 → GitHub Issue 自動作成 |
| 機能リクエスト → GitHub Issue 自動作成 |
| API 利用状況サマリー取得 |
各ツールの詳細なパラメータ仕様は Wiki — ツールリファレンス をご覧ください。
クイックスタート
Claude Code(CLI)
claude mcp add --transport http --scope project max-ref "https://maxrefmcp-production.up.railway.app/mcp"Claude Desktop
claude_desktop_config.json に追加:
{
"mcpServers": {
"max-ref": {
"type": "streamable-http",
"url": "https://maxrefmcp-production.up.railway.app/mcp"
}
}
}その他の MCP 対応クライアント
以下の情報で接続できます:
項目 | 値 |
エンドポイント URL |
|
トランスポート | Streamable HTTP |
認証 | 不要 |
詳しいセットアップ手順は Wiki — セットアップガイド をご覧ください。
使い方
接続後、AI に Max/MSP について質問するだけで自動的にツールが呼び出されます。
「cycle~ と phasor~ の違いを教えて」
「FM 合成のパッチ設計を相談したい」
「gen~ で使えるオブジェクトを検索して」
「groove~ は RNBO で使える?」活用例は Wiki — 使い方・活用例 をご覧ください。
ドキュメント
フィードバック
バグ報告: Issue を作成
機能リクエスト: Issue を作成
MCP ツール内から
maxref.report_bug/maxref.request_featureで直接報告することもできます
リリースノート
Releases をご覧ください。
関連プロジェクト
MaxMCP — Max/MSP パッチの実操作(作成・接続・制御)を行う MCP サーバー
MaxRefMCP(調査・設計)と MaxMCP(パッチ操作)を両方接続すると、調査から実装まで一気通貫で AI と協業できます。
作者
dsgarage — @dsgarage
ライセンス
MIT
This server cannot be installed
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
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'
If you have feedback or need assistance with the MCP directory API, please join our Discord server