Xmind Generator MCP
UnclaimedAn MCP (Model Context Protocol) server for generating Xmind mind maps. This server allows LLMs to create structured mind maps through the MCP protocol.
Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (13)
children
(array, optional): Array of child topics
generate-mind-map
Generates an Xmind mind map from a hierarchical structure of topics.
inputPath
(string): Path to the .xmind file
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")
note
(string, optional): Note for the topic
outputPath
(string, optional): Custom output path for the Xmind file. This overrides the environment variable if set.
read-mind-map
Reads an existing .xmind file and exports it as a Markdown outline.
ref
(string, optional): Reference ID for the topic
relationships
(array, optional): Array of relationships between topics
style
(string, optional): Markdown style. Currently supports A (outline). (B reserved for future richer exports.)
title
(string): The title of the mind map (root topic)
topics
(array): Array of topics to include in the mind map