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
What BangyiZhang xmind generator mcp gives an 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
An MCP listing is not a security review
An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.