{"id":28427454,"url":"https://github.com/jinzcdev/markmap-mcp-server","last_synced_at":"2026-03-05T02:04:23.968Z","repository":{"id":291617224,"uuid":"974224678","full_name":"jinzcdev/markmap-mcp-server","owner":"jinzcdev","description":"An MCP server for converting Markdown to interactive mind maps with export support (PNG/JPG/SVG).","archived":false,"fork":false,"pushed_at":"2025-06-12T10:53:56.000Z","size":200,"stargazers_count":133,"open_issues_count":4,"forks_count":22,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-11-01T01:07:41.948Z","etag":null,"topics":["ai","llm","markmap","mcp","mcp-server","mindmap","mindnode","xmind"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@jinzcdev/markmap-mcp-server","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jinzcdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-28T12:53:55.000Z","updated_at":"2025-10-30T10:55:40.000Z","dependencies_parsed_at":"2025-05-05T17:49:39.061Z","dependency_job_id":"66d22b62-5fd1-4182-9f4e-e7949b545d6d","html_url":"https://github.com/jinzcdev/markmap-mcp-server","commit_stats":null,"previous_names":["jinzcdev/markmap-mcp-server"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/jinzcdev/markmap-mcp-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinzcdev%2Fmarkmap-mcp-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinzcdev%2Fmarkmap-mcp-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinzcdev%2Fmarkmap-mcp-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinzcdev%2Fmarkmap-mcp-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jinzcdev","download_url":"https://codeload.github.com/jinzcdev/markmap-mcp-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinzcdev%2Fmarkmap-mcp-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30106171,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T01:39:18.192Z","status":"online","status_checked_at":"2026-03-05T02:00:06.710Z","response_time":93,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","llm","markmap","mcp","mcp-server","mindmap","mindnode","xmind"],"created_at":"2025-06-05T12:11:06.972Z","updated_at":"2026-03-05T02:04:23.960Z","avatar_url":"https://github.com/jinzcdev.png","language":"TypeScript","readme":"# Markmap MCP Server\n\n![Sample Mindmap](./docs/markmap.svg)\n\n[![NPM Version](https://img.shields.io/npm/v/@jinzcdev/markmap-mcp-server.svg)](https://www.npmjs.com/package/@jinzcdev/markmap-mcp-server)\n[![GitHub License](https://img.shields.io/github/license/jinzcdev/markmap-mcp-server.svg)](LICENSE)\n[![Smithery Badge](https://smithery.ai/badge/@jinzcdev/markmap-mcp-server)](https://smithery.ai/server/@jinzcdev/markmap-mcp-server)\n[![中文文档](https://img.shields.io/badge/中文文档-点击查看-blue)](README_zh-CN.md)\n[![Stars](https://img.shields.io/github/stars/jinzcdev/markmap-mcp-server)](https://github.com/jinzcdev/markmap-mcp-server)\n\nMarkmap MCP Server is based on the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) that allows one-click conversion of Markdown text to interactive mind maps, built on the open source project [markmap](https://github.com/markmap/markmap). The generated mind maps support rich interactive operations and can be exported in various image formats.\n\n\u003e 🎉 **Explore More Mind Mapping Tools**\n\u003e\n\u003e Try [MarkXMind](https://github.com/jinzcdev/markxmind) - 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](https://markxmind.js.org/)!\n\n## Features\n\n- 🌠 **Markdown to Mind Map**: Convert Markdown text to interactive mind maps\n- 🖼️ **Multi-format Export**: Support for exporting as PNG, JPG, and SVG images\n- 🔄 **Interactive Operations**: Support for zooming, expanding/collapsing nodes, and other interactive features\n- 📋 **Markdown Copy**: One-click copy of the original Markdown content\n- 🌐 **Automatic Browser Preview**: Option to automatically open generated mind maps in the browser\n\n## Prerequisites\n\n1. Node.js (v20 or above)\n\n## Installation\n\n### Installing via Smithery\n\nTo install Markmap MCP Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@jinzcdev/markmap-mcp-server):\n\n```bash\nnpx -y @smithery/cli install @jinzcdev/markmap-mcp-server --client claude\n```\n\n### Manual Installation\n\n```bash\n# Install from npm\nnpm install @jinzcdev/markmap-mcp-server -g\n\n# Basic run\nnpx -y @jinzcdev/markmap-mcp-server\n\n# Specify output directory\nnpx -y @jinzcdev/markmap-mcp-server --output /path/to/output/directory\n```\n\nAlternatively, you can clone the repository and run locally:\n\n```bash\n# Clone the repository\ngit clone https://github.com/jinzcdev/markmap-mcp-server.git\n\n# Navigate to the project directory\ncd markmap-mcp-server\n\n# Build project\nnpm install \u0026\u0026 npm run build\n\n# Run the server\nnode build/index.js\n```\n\n## Usage\n\nAdd the following configuration to your MCP client configuration file:\n\n```json\n{\n  \"mcpServers\": {\n    \"markmap\": {\n      \"type\": \"stdio\",\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@jinzcdev/markmap-mcp-server\"],\n      \"env\": {\n        \"MARKMAP_DIR\": \"/path/to/output/directory\"\n      }\n    }\n  }\n}\n```\n\n\u003e [!TIP]\n\u003e\n\u003e The service supports the following environment variables:\n\u003e\n\u003e - `MARKMAP_DIR`: Specify the output directory for mind maps (optional, defaults to system temp directory)\n\u003e\n\u003e **Priority Note**:\n\u003e\n\u003e When both the `--output` command line argument and the `MARKMAP_DIR` environment variable are specified, the command line argument takes precedence.\n\n## Available Tools\n\n### markdown-to-mindmap\n\nConvert Markdown text into an interactive mind map.\n\n**Parameters:**\n\n- `markdown`: The Markdown content to convert (required string)\n- `open`: Whether to automatically open the generated mind map in the browser (optional boolean, default is false)\n\n**Return Value:**\n\n```json\n{\n  \"content\": [\n    {\n      \"type\": \"text\",\n      \"text\": \"JSON_DATA_OF_MINDMAP_FILEPATH\"\n    }\n  ]\n}\n```\n\n## License\n\nThis project is licensed under the [MIT](./LICENSE) License.\n","funding_links":[],"categories":["Developer Tools","サーバー実装","Data Visualization","📚 Projects (1974 total)","Other Tools and Integrations","📦 Other","Content Creation","Knowledge \u0026 Memory"],"sub_categories":["Diagrams","🧠 \u003ca name=\"knowledge--memory\"\u003e\u003c/a\u003e知識と記憶","MCP Servers","How to Submit"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjinzcdev%2Fmarkmap-mcp-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjinzcdev%2Fmarkmap-mcp-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjinzcdev%2Fmarkmap-mcp-server/lists"}