Markmap MCP Server

Integrations

  • Enables conversion of Markdown text into interactive, visual mind maps with support for rich interactive operations and multi-format exports.

  • Supports exporting generated mind maps in SVG format, preserving the vector graphics quality of the visualization.

マークマップ MCP サーバー

Markmap MCP Serverは、オープンソースプロジェクトmarkmapをベースに構築されたモデルコンテキストプロトコル(MCP)に基づいており、Markdownテキストをワンクリックでインタラクティブなマインドマップに変換できます。生成されたマインドマップは豊富なインタラクティブ操作をサポートし、様々な画像形式でエクスポートできます。

特徴

  • 🌠 Markdownからマインドマップへ:Markdownテキストをインタラクティブなマインドマップに変換します
  • 🖼️マルチフォーマットエクスポート:PNG、JPG、SVG画像としてのエクスポートをサポート
  • 🔄インタラクティブ操作:ズーム、ノードの展開/折りたたみ、その他のインタラクティブ機能のサポート
  • 📋 Markdownコピー: 元のMarkdownコンテンツをワンクリックでコピー
  • 🌐自動ブラウザプレビュー:生成されたマインドマップをブラウザで自動的に開くオプション

前提条件

  1. Node.js ランタイム環境

インストール

Smithery経由でインストール

Smithery経由で Claude Desktop 用の Markmap MCP Server を自動的にインストールするには:

npx -y @smithery/cli install @jinzcdev/markmap-mcp-server --client claude

手動インストール

# Install from npm npm install @jinzcdev/markmap-mcp-server -g # Basic run npx -y @jinzcdev/markmap-mcp-server # Specify output directory npx -y @jinzcdev/markmap-mcp-server --output /path/to/output/directory

あるいは、リポジトリのクローンを作成してローカルで実行することもできます。

# Clone the repository git clone https://github.com/jinzcdev/markmap-mcp-server.git # Navigate to the project directory cd markmap-mcp-server # Build project npm install && npm run build # Run the server node build/index.js

使用法

MCP クライアント構成ファイルに次の構成を追加します。

{ "mcpServers": { "markmap": { "type": "stdio", "command": "npx", "args": [ "-y", "@jinzcdev/markmap-mcp-server", "--output", "/path/to/output/directory" ] } } }

[!ヒント]

このサービスは次の環境変数をサポートしています。

  • MARKMAP_DIR : マインドマップの出力ディレクトリを指定します(オプション、デフォルトはシステムの一時ディレクトリ)

優先注意:

--outputコマンドライン引数とMARKMAP_DIR環境変数の両方が指定されている場合は、コマンドライン引数が優先されます。

利用可能なツール

マークダウンからマインドマップへ

Markdown テキストをインタラクティブなマインドマップに変換します。

パラメータ:

  • markdown : 変換するMarkdownコンテンツ(必須文字列)
  • open : 生成されたマインドマップをブラウザで自動的に開くかどうか(オプションのブール値、デフォルトは false)

戻り値:

{ "content": [ { "type": "text", "text": "JSON_DATA_OF_MINDMAP_FILEPATH" } ] }

ライセンス

このプロジェクトは MIT ライセンスに基づいてライセンスされています。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

豊富なインタラクティブ操作と複数の形式のエクスポートをサポートし、Markdown テキストをインタラクティブなマインド マップに変換するモデル コンテキスト プロトコル サーバーです。

  1. 特徴
    1. 前提条件
      1. インストール
        1. Smithery経由でインストール
        2. 手動インストール
      2. 使用法
        1. 利用可能なツール
          1. マークダウンからマインドマップへ
        2. ライセンス

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that converts Markdown content into interactive mindmaps, allowing AI assistants to visualize hierarchical information through either HTML content or saved files.
            Last updated -
            1
            87
            Python
            MIT License
            • Apple
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that enables LLMs to interact with MindManager mind maps, allowing retrieval of mind map structures and export to formats like Mermaid, Markdown, and JSON.
            Last updated -
            9
            1
            Python
            MIT License
            • Apple
          • A
            security
            A
            license
            A
            quality
            An MCP server that allows LLMs to create structured Xmind mind maps with hierarchical topic structures, supporting features like notes, labels, and markers.
            Last updated -
            1
            JavaScript
            MIT License
            • Apple
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that transforms text into structured JSON data using templates with placeholders.
            Last updated -
            2
            1
            TypeScript
            MIT License

          View all related MCP servers

          ID: 7x4avg7jie