Official · MODEL CONTEXT PROTOCOL

BangyiZhang xmind generator mcp

An MCP (Model Context Protocol) server for generating Xmind mind maps. This server allows LLMs to create structured mind maps through the MCP protocol.

WHAT IT CONNECTS

BangyiZhang xmind generator mcp 为 AI Agent 提供什么

  • Generate Xmind mind maps with hierarchical topic structures
  • Support for topic notes, labels, and markers
  • Save mind maps to local files
  • Easy integration with Claude Desktop and other MCP clients
  • **Node.js**: Version 18 or higher is required
  • **Xmind**: Install [Xmind](https://xmind.app/) desktop application to open and edit the generated mind maps
  • **Claude Desktop**: Required to use this tool as an extension
  • Create or edit the Claude Desktop configuration file:
  • macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`
  • Windows: `%APPDATA%\Claude\claude_desktop_config.json`
  • Add the following configuration:
  • Restart Claude Desktop
  • Start using the Xmind generator in your conversations
  • Clone the repository:
  • Create or edit the Claude Desktop configuration file:
  • macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`
  • Windows: `%APPDATA%\Claude\claude_desktop_config.json`
  • Add the following configuration:
  • Replace `path/to/xmind-generator-mcp` with the actual path to your cloned project
  • Restart Claude Desktop
  • Start using the Xmind generator in your conversations
  • `outputPath`: Default directory or file path where Xmind files will be saved. This can be overridden by the `outputPath` parameter in the tool call.
  • `autoOpenFile`: Controls whether generated Xmind files are automatically opened after creation. Set to "false" to disable auto-opening (default is "true").
  • `title` (string): The title of the mind map (root topic)
  • `topics` (array): Array of topics to include in the mind map
  • `title` (string): The title of the topic
  • `ref` (string, optional): Reference ID for the topic
  • `note` (string, optional): Note for the topic
  • `labels` (array of strings, optional): Labels for the topic
  • `markers` (array of strings, optional): Markers for the topic (format: "Category.name", e.g., "Arrow.refresh")
  • `children` (array, optional): Array of child topics
  • `relationships` (array, optional): Array of relationships between topics
  • `outputPath` (string, optional): Custom output path for the Xmind file. This overrides the environment variable if set.

SECURITY

MCP 收录不等于安全审核

MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。