# Xmindify

> MCP-APP server for Xmind, and a skill that can automatically generate mind maps in different scenarios with respect to .xmind syntax.

- **Type:** MCP server
- **Install:** `agentstack add mcp-phil-fan-xmindify`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Phil-Fan](https://agentstack.voostack.com/s/phil-fan)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Phil-Fan](https://github.com/Phil-Fan)
- **Source:** https://github.com/Phil-Fan/xmindify

## Install

```sh
agentstack add mcp-phil-fan-xmindify
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# XMindify
 
MCP-APP server for Xmind, and a skill that can automatically generate mind maps in different scenarios with respect to .xmind syntax. 

## Demo

- MCP-APP 使用案例

https://github.com/user-attachments/assets/9a7462d6-f544-496d-ab9d-8871c37c1a61

- 在[poco-agent](https://github.com/poco-ai/poco-agent)当中的使用案例

https://github.com/user-attachments/assets/a0e00a71-cde1-4ba7-bdb8-ada740e70701

- 论文解析树

- 论文解析案例 - 以一篇论文为例

- Claude Code 截图

XMind 思维导图 MCP 服务器，支持可视化创建和编辑思维导图，可部署到 Cloudflare Workers。

## MCP Quick Start

### MCP 工具

| 工具 | 功能 |
|------|------|
| `read_me` | 返回 XMindMark 语法规范和示例 |
| `create_view` | 根据 XMindMark 创建思维导图视图 |
| `update_view` | 更新当前思维导图内容 |
| `export_to_xmind` | 导出为 XMind 二进制文件 |
| `set_zoom` | 设置查看器缩放级别 |

## Skill Quick Start

### 1. 安装 XMindMark CLI

```bash
pnpm install -g xmindmark
```

或从源码安装：

```bash
git clone https://github.com/xmindltd/xmindmark.git
cd xmindmark
pnpm install
pnpm run build
pnpm link
```

### 2. 安装 Skill

将此 skill 目录添加到你的 Claude Code skills 目录：

全局安装

```bash
cd xmindify
cp -r .claude/skills/xmindify ~/.claude/skills/
claude
```

项目安装

```bash
cd xmindify
claude
```

## 场景模板

| 场景 | 说明 | 触发关键词 |
|------|------|-----------|
| [论文阅读](scenarios/paper.md) | 学术论文结构化分析 | 论文、学术、research |
| [内容总结](scenarios/summary.md) | 长篇内容要点提炼 | 总结、提炼、梳理 |
| [头脑风暴](scenarios/brainstorm.md) | 创意构思与发散思维 | 头脑风暴、创意、方案 |
| [问题分析](scenarios/analysis.md) | 问题根因与方案决策 | 分析、问题、决策 |
| [项目规划](scenarios/project.md) | 项目计划与任务分解 | 项目、计划、roadmap |

## 依赖

- [xmindmark](https://github.com/xmindltd/xmindmark) - XMindMark CLI 工具
- [Claude Code](https://claude.ai/code) - Anthropic 的 AI 编程助手
- [learning_research](https://github.com/pengsida/learning_research/tree/master) 中彭思达老师讲的论文解析树

## 许可证

MIT License - 详见 [LICENSE](LICENSE)

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Phil-Fan](https://github.com/Phil-Fan)
- **Source:** [Phil-Fan/xmindify](https://github.com/Phil-Fan/xmindify)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-phil-fan-xmindify
- Seller: https://agentstack.voostack.com/s/phil-fan
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
