Markmap MCP Server
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
Related MCP server: MindManager MCP Server
Voraussetzungen
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 claudeManuelle 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/directoryAlternativ 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.jsVerwendung
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
--outputals auch die UmgebungsvariableMARKMAP_DIRangegeben 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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityDmaintenanceA 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.1236MIT
- AlicenseAqualityCmaintenanceA 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.1111MIT
- AlicenseDqualityCmaintenanceAn MCP server that allows LLMs to create structured Xmind mind maps with hierarchical topic structures, supporting features like notes, labels, and markers.17744MIT
- FlicenseNot gradedqualityDmaintenanceA powerful Model Context Protocol server that automatically generates Mermaid diagrams from code and provides SVG beautification features.1
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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