Skip to main content
Glama

Markmap MCP Server

マークマップ 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 ライセンスに基づいてライセンスされています。

Install Server
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 provides tools for code modification and generation via Large Language Models, allowing users to create, modify, rewrite, and delete files using structured XML instructions.
            Last updated -
            12
            Python
            MIT License
            • Linux
            • Apple
          • -
            security
            F
            license
            -
            quality
            A Model Context Protocol server that allows intelligent analysis and querying of XMind mind maps, providing capabilities for searching, extracting, and analyzing content across XMind files.
            Last updated -
            24
            14
            JavaScript
          • 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
            104
            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

          View all related MCP servers

          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/jinzcdev/markmap-mcp-server'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server