MaxRefMCP

MaxRefMCP

Provides a comprehensive reference tool for Max/MSP and Max4Live with Japanese language support, enabling natural language searches for objects, patching patterns, and packages. It allows users to retrieve technical details, glossary terms, and implementation guides directly within Claude Desktop.

Category
Visit Server

README

MaxRefMCP

Max/MSP・Max4Live 日本語リファレンス MCP サーバー

AI から Max/MSP のオブジェクトリファレンスを日本語で検索・参照できる MCP (Model Context Protocol) サーバーです。

MCP をサポートする AI クライアントであればどれでも利用できます。 Claude Code、Claude Desktop をはじめ、MCP の Streamable HTTP トランスポートに対応したクライアントであればそのまま接続可能です。

機能

ツール 説明
maxref.search_object オブジェクト名やキーワードで検索
maxref.get_object オブジェクトの詳細リファレンス取得
maxref.compare_objects 2〜5 個のオブジェクトを比較
maxref.explain_connection 2 オブジェクト間の接続方法を解説
maxref.rnbo_compatibility RNBO 互換性チェック+代替提案
maxref.glossary Max/MSP 用語の日英辞書
maxref.search_pattern やりたいことから設計パターンを検索
maxref.search_package 外部パッケージ・ライブラリ検索
maxref.suggest_approach 実装アプローチの提案・壁打ち
maxref.official_news Cycling '74 公式サイトの最新ニュース取得
maxref.rnbo_news RNBO / Move Takeover の最新情報取得
maxref.read_article 公式記事の詳細読み込み
maxref.report_bug バグ報告 → GitHub Issue 自動作成
maxref.request_feature 機能リクエスト → GitHub Issue 自動作成
maxref.analytics 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 https://maxrefmcp-production.up.railway.app/mcp
トランスポート Streamable HTTP
認証 不要

詳しいセットアップ手順は Wiki — セットアップガイド をご覧ください。

使い方

接続後、AI に Max/MSP について質問するだけで自動的にツールが呼び出されます。

「cycle~ と phasor~ の違いを教えて」
「FM 合成のパッチ設計を相談したい」
「gen~ で使えるオブジェクトを検索して」
「groove~ は RNBO で使える?」

活用例は Wiki — 使い方・活用例 をご覧ください。

ドキュメント

ページ 内容
セットアップガイド 各 AI クライアントへの導入方法
ツールリファレンス 全 15 ツールのパラメータ仕様
使い方・活用例 実際の使い方と質問例
FAQ よくある質問

フィードバック

  • バグ報告: Issue を作成
  • 機能リクエスト: Issue を作成
  • MCP ツール内から maxref.report_bug / maxref.request_feature で直接報告することもできます

リリースノート

Releases をご覧ください。

関連プロジェクト

  • MaxMCP — Max/MSP パッチの実操作(作成・接続・制御)を行う MCP サーバー

MaxRefMCP(調査・設計)と MaxMCP(パッチ操作)を両方接続すると、調査から実装まで一気通貫で AI と協業できます。

作者

dsgarage@dsgarage

ライセンス

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured