xmind
✓Create XMind mind map files (.xmind). Use this skill when the user asks to create a mind map, mindmap, XMind file, or brainstorming diagram. Produces native .xmind files that open directly in the XMind application.
Installation
SKILL.md
Create .xmind files by building a JSON structure and piping it to the bundled script.
| title | string (required) | Topic title | | children | array of topics | Child topics | | notes | string or {plain?, html?} | Notes. HTML supports: , , , , , . NOT . | | href | string | External URL link | | attachment | string | Absolute path to a file to attach (embedded in the .xmind). Mutually exclusive with href. |
| linkToTopic | string | Title of another topic to link to (internal xmind:#id link, works across sheets) | | labels | string[] | Tags/labels | | markers | string[] | Marker IDs: task-done, task-start, priority-1 to priority-9 | | callouts | string[] | Callout text bubbles |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/apeyroux/mcp-xmind --skill xmind- Source
- apeyroux/mcp-xmind
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-05
- Updated
- 2026-02-18
Quick answers
What is xmind?
Create XMind mind map files (.xmind). Use this skill when the user asks to create a mind map, mindmap, XMind file, or brainstorming diagram. Produces native .xmind files that open directly in the XMind application. Source: apeyroux/mcp-xmind.
How do I install xmind?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/apeyroux/mcp-xmind --skill xmind Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/apeyroux/mcp-xmind
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-05