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.
Max/MSP Reference MCP Server
Max/MSP・Max4Live の日本語対応リファレンス MCP サーバー。 Claude Desktop から自然言語でオブジェクト、パターン、パッケージ、用語を検索できます。
ツール一覧
ツール | 説明 |
| オブジェクト検索(名前・タグ・日本語キーワード) |
| オブジェクト詳細(インレット/アウトレット等) |
| パッチパターン検索(やりたいことを自然言語で) |
| パッケージ・ライブラリ検索 |
| 用語集検索(日英対応) |
ローカル起動
pip install -r requirements.txt
python core.py
# → http://localhost:8000/mcpClaude Desktop で使う
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 取得
デプロイ後の設定
claude_desktop_config.json:
{
"mcpServers": {
"max-ref": {
"url": "https://<your-app>.up.railway.app/mcp"
}
}
}データソース
object-db.json — 128 オブジェクト(MSP/Max/Jitter)
pattern-db.json — 17 パッチパターン
package-db.json — 14 パッケージ
glossary-db.json — 35 用語(日英対応)
ライセンス
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.