Install
$ agentstack add mcp-phil-fan-xmindify ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →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/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
pnpm install -g xmindmark
或从源码安装:
git clone https://github.com/xmindltd/xmindmark.git
cd xmindmark
pnpm install
pnpm run build
pnpm link
2. 安装 Skill
将此 skill 目录添加到你的 Claude Code skills 目录:
全局安装
cd xmindify
cp -r .claude/skills/xmindify ~/.claude/skills/
claude
项目安装
cd xmindify
claude
场景模板
| 场景 | 说明 | 触发关键词 | |------|------|-----------| | [论文阅读](scenarios/paper.md) | 学术论文结构化分析 | 论文、学术、research | | [内容总结](scenarios/summary.md) | 长篇内容要点提炼 | 总结、提炼、梳理 | | [头脑风暴](scenarios/brainstorm.md) | 创意构思与发散思维 | 头脑风暴、创意、方案 | | [问题分析](scenarios/analysis.md) | 问题根因与方案决策 | 分析、问题、决策 | | [项目规划](scenarios/project.md) | 项目计划与任务分解 | 项目、计划、roadmap |
依赖
- xmindmark - XMindMark CLI 工具
- Claude Code - Anthropic 的 AI 编程助手
- learning_research 中彭思达老师讲的论文解析树
许可证
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
- Source: Phil-Fan/xmindify
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.