|
| 1 | +## Mindmap MCP Server |
| 2 | + |
| 3 | +A Model Context Protocol (MCP) server for converting Markdown content to interactive mindmaps. |
| 4 | + |
| 5 | +**About this MCP Server:** To understand how to connect to and utilize this MCP server, please refer to the official Model Context Protocol documentation at [mcp.apify.com](https://mcp.apify.com). |
| 6 | + |
| 7 | +## Connection URL |
| 8 | +MCP clients can connect to this server at: |
| 9 | + |
| 10 | +```text |
| 11 | +https://mcp-servers--mindmap-mcp-server.apify.actor/mcp |
| 12 | +``` |
| 13 | + |
| 14 | +## Client Configuration |
| 15 | +To connect to this MCP server, use the following configuration in your MCP client: |
| 16 | + |
| 17 | +```json |
| 18 | +{ |
| 19 | + "mcpServers": { |
| 20 | + "mindmap": { |
| 21 | + "url": "https://mcp-servers--mindmap-mcp-server.apify.actor/mcp", |
| 22 | + "headers": { |
| 23 | + "Authorization": "Bearer YOUR_APIFY_TOKEN" |
| 24 | + } |
| 25 | + } |
| 26 | + } |
| 27 | +} |
| 28 | +``` |
| 29 | + |
| 30 | +**Note:** Replace `YOUR_APIFY_TOKEN` with your actual Apify API token. You can find your token in the [Apify Console](https://console.apify.com/account/integrations). |
| 31 | + |
| 32 | + |
| 33 | +## 🚩 Claim this MCP server |
| 34 | +All credits to the original authors of https://github.com/YuChenSSR/mindmap-mcp-server |
| 35 | +To claim this server, please write to [[email protected]](mailto:[email protected]). |
| 36 | + |
| 37 | +--- |
| 38 | + |
| 39 | +# Mindmap MCP Server |
| 40 | + |
| 41 | +<p align="center"> |
| 42 | + <img src="https://raw.githubusercontent.com/YuChenSSR/pics/master/imgs/2025-03-21/JMi7Mn89Hw5ikd9z.jpeg" alt="mindmap_mcp" width="50%"> |
| 43 | +</p> |
| 44 | + |
| 45 | +A Model Context Protocol (MCP) server for converting Markdown content to interactive mindmaps. |
| 46 | + |
| 47 | +### Available Tools |
| 48 | + |
| 49 | +- `convert_markdown_to_mindmap` - Convert Markdown content to a mindmap mind map. |
| 50 | + |
| 51 | +## License |
| 52 | + |
| 53 | +mindmap-mcp-server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository. |
| 54 | + |
| 55 | +## Features |
| 56 | + |
| 57 | +This server provides a tool for converting Markdown content to mindmaps using the `markmap-cli` library: |
| 58 | + |
| 59 | +- Convert Markdown to interactive mindmap HTML |
| 60 | +- Option to create offline-capable mindmaps |
| 61 | +- Option to hide the toolbar |
| 62 | +- Return either HTML content or file path |
| 63 | + |
| 64 | +## Example |
| 65 | + |
| 66 | +In Claude, you can ask: |
| 67 | + |
| 68 | +1. |
| 69 | +"**give a mindmap for the following markdown code, using a mindmap tool:** |
| 70 | +``` |
| 71 | +# Project Planning |
| 72 | +## Research |
| 73 | +### Market Analysis |
| 74 | +### Competitor Review |
| 75 | +## Design |
| 76 | +### Wireframes |
| 77 | +### Mockups |
| 78 | +## Development |
| 79 | +### Frontend |
| 80 | +### Backend |
| 81 | +## Testing |
| 82 | +### Unit Tests |
| 83 | +### User Testing |
| 84 | +``` |
| 85 | +" |
| 86 | + |
| 87 | + |
| 88 | +if you want to save the mindmap to a file, and then open it in your browser using the iTerm MCP server: |
| 89 | + |
| 90 | +2. |
| 91 | +"**give a mindmap for the following markdown input_code using a mindmap tool, |
| 92 | +after that,use iterm to open the generated html file. |
| 93 | +input_code:** |
| 94 | +``` |
| 95 | +markdown content |
| 96 | +``` |
| 97 | +" |
| 98 | + |
| 99 | + |
| 100 | +3. |
| 101 | +"**Think about the process of putting an elephant into a refrigerator, and provide a mind map. Open it with a terminal.**" |
| 102 | + |
| 103 | +<details> |
| 104 | + |
| 105 | +<summary>see the result</summary> |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + </details> |
| 112 | + |
| 113 | + |
| 114 | +**and more** |
| 115 | + |
| 116 | +## References |
| 117 | +To learn more about Apify and Actors, take a look at the following resources: |
| 118 | +- [MCP Server Calculator](https://github.com/githejie/mcp-server-calculator) |
| 119 | +- [Apify SDK for JavaScript documentation](https://docs.apify.com/sdk/js) |
| 120 | +- [Apify SDK for Python documentation](https://docs.apify.com/sdk/python) |
| 121 | +- [Apify Platform documentation](https://docs.apify.com/platform) |
| 122 | +- [Apify MCP Server](https://docs.apify.com/platform/integrations/mcp) |
| 123 | +- [Webinar: Building and Monetizing MCP Servers on Apify](https://www.youtube.com/watch?v=w3AH3jIrXXo) |
| 124 | +- [Join our developer community on Discord](https://discord.com/invite/jyEM2PRvMU) |
0 commit comments