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.

Markmap MCP Server

Der Markmap MCP Server basiert auf dem Model Context Protocol (MCP) , das die Konvertierung von Markdown-Text in interaktive Mindmaps mit nur einem Klick ermöglicht und auf dem Open-Source-Projekt markmap basiert. Die generierten Mindmaps unterstützen umfangreiche interaktive Operationen und können in verschiedene Bildformate exportiert werden.

Merkmale

  • 🌠 Markdown zu Mindmap : Konvertieren Sie Markdown-Text in interaktive Mindmaps
  • 🖼️ Export in mehrere Formate : Unterstützung für den Export als PNG-, JPG- und SVG-Bilder
  • 🔄 Interaktive Operationen : Unterstützung für Zoomen, Erweitern/Reduzieren von Knoten und andere interaktive Funktionen
  • 📋 Markdown-Kopie : Kopie des ursprünglichen Markdown-Inhalts mit einem Klick
  • 🌐 Automatische Browservorschau : Option zum automatischen Öffnen generierter Mindmaps im Browser

Voraussetzungen

  1. Node.js-Laufzeitumgebung

Installation

Installation über Smithery

So installieren Sie den Markmap MCP-Server für Claude Desktop automatisch über Smithery :

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

Manuelle Installation

# 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

Alternativ können Sie das Repository klonen und lokal ausführen:

# 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

Verwendung

Fügen Sie Ihrer MCP-Client-Konfigurationsdatei die folgende Konfiguration hinzu:

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

[!TIPP]

Der Dienst unterstützt die folgenden Umgebungsvariablen:

  • MARKMAP_DIR : Geben Sie das Ausgabeverzeichnis für Mindmaps an (optional, standardmäßig das temporäre Systemverzeichnis).

Prioritätsnotiz :

Wenn sowohl das Befehlszeilenargument --output als auch die Umgebungsvariable MARKMAP_DIR angegeben sind, hat das Befehlszeilenargument Vorrang.

Verfügbare Tools

Markdown-zu-Mindmap

Konvertieren Sie Markdown-Text in eine interaktive Mindmap.

Parameter:

  • markdown : Der zu konvertierende Markdown-Inhalt (erforderliche Zeichenfolge)
  • open : Ob die generierte Mindmap automatisch im Browser geöffnet werden soll (optionaler Boolescher Wert, Standard ist „false“)

Rückgabewert:

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

Lizenz

Dieses Projekt ist unter der MIT-Lizenz lizenziert.

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.

Ein Model Context Protocol-Server, der Markdown-Text in interaktive Mindmaps konvertiert und umfangreiche interaktive Vorgänge sowie den Export in mehrere Formate unterstützt.

  1. Merkmale
    1. Voraussetzungen
      1. Installation
        1. Installation über Smithery
        2. Manuelle Installation
      2. Verwendung
        1. Verfügbare Tools
          1. Markdown-zu-Mindmap
        2. Lizenz

          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