MCP Catalogs
Homemarkmap-mcp-server screenshot

markmap-mcp-server

by jinzcdev·200·Score 49

An MCP server that converts Markdown to interactive mind maps with export support.

productivitydeveloper-toolsai-llm
27
Forks
4
Open issues
2 mo ago
Last commit
2d ago
Indexed

Overview

Markmap MCP Server is a well-implemented MCP server based on the Model Context Protocol that allows one-click conversion of Markdown text to interactive mind maps. Built on the open source markmap project, it supports rich interactive operations and exports in PNG, JPG, and SVG formats. The server provides clear documentation with both Smithery and manual installation methods.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Creating visual representations of structured documents and notes
you:Converting technical documentation to visual mind maps for better understanding
you:Generating interactive mind maps for presentations or brainstorming sessions
you:What file formats can the generated mind maps be exported as?
you:How do I specify where to save the mind maps?

When to choose this

Choose this when you need to visualize hierarchical information from Markdown content and want interactive mind maps with multiple export options.

When NOT to choose this

Don't choose this if you need to edit mind maps directly or require collaboration features with real-time updates.

Tools this server exposes

1 tool extracted from the README
  • markdown-to-mindmapmarkdown (string), open (boolean)

    Convert Markdown text into an interactive mind map.

Comparable tools

markxmindobsidian-markxmindmermaid-mcp

Installation

Installation

Installing via Smithery

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

Manual Installation

npm install @jinzcdev/markmap-mcp-server -g
npx -y @jinzcdev/markmap-mcp-server

Configuration

Add to your MCP client configuration:

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

FAQ

What file formats can the generated mind maps be exported as?
The generated mind maps can be exported as PNG, JPG, and SVG images.
How do I specify where to save the mind maps?
You can use the --output command line argument or set the MARKMAP_DIR environment variable to specify the output directory.

Compare markmap-mcp-server with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.