markmap-http-mcp
About
An MCP server for converting Markdown to interactive mind maps with export support (PNG/JPG/SVG). Server runs as HTTP service.
Details
- Author
- isdmx
- Categories
- Developer Tools, Other
Jump to
Setup
Install markmap-http-mcp in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/isdmx/markmap-mcp-server
Follow the installation instructions in the repository README, then restart your MCP client.
Markmap MCP Server is based on theModel Context Protocol (MCP)that allows one-click conversion of Markdown text to interactive mind maps, built on the open source projectmarkmap. The generated mind maps support rich interactive operations and can be exported in various image formats.
TryMarkXMind- An online editor that creates complex mind maps using simple XMindMark syntax. It supports real-time preview, multi-format export (.xmind/.svg/.png), importing existing XMind files.Try it now!
- π Markdown to Mind Map: Convert Markdown text to interactive mind maps
- πΌοΈMulti-format Export: Support for exporting as PNG, JPG, and SVG images
- πInteractive Operations: Support for zooming, expanding/collapsing nodes, and other interactive features
- πMarkdown Copy: One-click copy of the original Markdown content
- πAutomatic Browser Preview: Option to automatically open generated mind maps in the browser
# Install from npm npm install @isdmx/markmap-mcp-server -g # Basic run npx -y @isdmx/markmap-mcp-server # Specify output directory npx -y @isdmx/markmap-mcp-server --output /path/to/output/directory # Or markmap-mcp-server
Alternatively, you can clone the repository and run locally:
# Clone the repository git clone https://github.com/isdmx/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
Add the following configuration to your MCP client configuration file:
{ "mcpServers": { "default-server": { "type": "streamable-http", "url": "http://localhost:3000/mcp", "note": "For Streamable HTTP connections, add this URL directly in your MCP Client" } } }
Install inspector@modelcontextprotocol/inspector
npm install -g @modelcontextprotocol/inspector
mcp-inspector --cli --transport http --method tools/list --server-url --target http://localhost:3000/mcp
mcp-inspector --cli --transport http --method tools/call --server-url --target http://localhost:3000/mcp --tool-name markdown_to_mindmap --tool-arg markdown=" # header 1 ## Header 1.1 - [x] ul 1 - [ ] ul 2 - [ ] ul 3 ## Header 1.2 - bullet 1 - bullet 2 ## Header 1.3 ### Header 1.3.1 ### Header 1.3.2 1. ol 1 2. ol 2 3. ol 3 "
Convert Markdown text into an interactive mind map.
- markdown: The Markdown content to convert (required string)
{ "tools": [ { "name": "markdown_to_mindmap", "title": "Markdown to Mind Map Converter", "description": "Converts Markdown content to an interactive HTML mind map", "inputSchema": { "type": "object", "properties": { "markdown": { "type": "string", "description": "Markdown content to convert into a mind map" } }, "required": ["markdown"] }, "outputSchema": { "type": "object", "properties": { "html": { "type": "string", "description": "HTML content of the generated mind map" }, "contentLength": { "type": "number", "description": "Length of the HTML content" }, "success": { "type": "boolean", "description": "Whether the conversion was successful" }, "error": { "type": "string", "description": "Error message if conversion failed" } }, "required": ["html", "contentLength", "success"], "additionalProperties": false } } ] }
This project is licensed under theMITLicense.
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Set up and interact with your unstructured data processing workflows in Unstructured Platform
EXIF for AI. AKF embeds trust scores, source provenance, and compliance metadata into every file your AI touches β DOCX, PDF, images, code, and 20+ formats. 9 MCP tools: stamp, inspect, trust, audit, scan, embed, extract, detect. Audit against EU AI Act, SOX, HIPAA, NIST in one command.
WorkPaper MCP server for editing formula workbooks, recalculating cells, and persisting JSON-backed workbook state.
An MCP server that integrates IFC model support using Bonsai BIM (Blender) and IfcOpenShell.
AI-powered document extraction infrastructure. Convert PDFs, Excel files, and scanned documents into structured JSON.
Formo makes analytics and attribution easy for crypto apps, so you can focus on growth. Measure what matters and drive growth onchain with the data platform for onchain apps. Get the best of web, product, and onchain analytics on one versatile platform.
An MCP server that provides tools for downloading, compressing, optimizing images, and extracting text via OCR. Built using the Model Context Protocol (MCP), this server enables AI assistants to download images from URLs or search, compress and convert images with various format options, batch process entire directories with auto-generated reports, synchronize filename references across your project, and extract printed text from images.
Reads Allure test reports and returns them in LLM-friendly formats for better test analysis and insights.
A local MCP server implementing Retrieval-Augmented Generation (RAG) with sentence window retrieval and support for multiple file types.
Parses PDF files from a URL into structured formats like JSON and Markdown.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





