AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Xmindify

mcp-phil-fan-xmindify · by Phil-Fan

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

No reviews yet
0 installs
1 views
0.0% view→install

Install

$ agentstack add mcp-phil-fan-xmindify

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-phil-fan-xmindify)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Xmindify? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

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 |

依赖

许可证

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.

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.