Xmind Generator MCP Server

by BangyiZhang
Verified

generate-mind-map

Create structured XMind mind maps with hierarchical topics, relationships, notes, labels, and markers using the Xmind Generator MCP Server. Ideal for organizing complex ideas and mapping relationships in a visual format.

Input Schema

NameRequiredDescriptionDefault
filenameYesThe filename for the XMind file (without path or extension)
outputPathNoOptional custom output path for the XMind file. If not provided, the file will be created in the temporary directory.
relationshipsNoOptional array of relationships between topics
titleYesThe title of the mind map (root topic)
topicsYesArray of topics to include in the mind map

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filename": { "description": "The filename for the XMind file (without path or extension)", "type": "string" }, "outputPath": { "description": "Optional custom output path for the XMind file. If not provided, the file will be created in the temporary directory.", "type": "string" }, "relationships": { "description": "Optional array of relationships between topics", "items": { "$ref": "#/properties/topics/items/properties/relationships/items" }, "type": "array" }, "title": { "description": "The title of the mind map (root topic)", "type": "string" }, "topics": { "description": "Array of topics to include in the mind map", "items": { "additionalProperties": false, "properties": { "children": { "description": "Optional array of child topics", "items": { "$ref": "#/properties/topics/items" }, "type": "array" }, "labels": { "description": "Optional array of labels for the topic", "items": { "type": "string" }, "type": "array" }, "markers": { "description": "Optional array of markers for the topic (format: \"Category.name\", e.g., \"Arrow.refresh\")", "items": { "type": "string" }, "type": "array" }, "note": { "description": "Optional note for the topic", "type": "string" }, "ref": { "description": "Optional reference ID for the topic", "type": "string" }, "relationships": { "description": "Optional array of relationships for the topic", "items": { "additionalProperties": false, "properties": { "from": { "description": "The reference ID of the source topic", "type": "string" }, "title": { "description": "The title of the relationship", "type": "string" }, "to": { "description": "The reference ID of the target topic", "type": "string" } }, "required": [ "title", "from", "to" ], "type": "object" }, "type": "array" }, "title": { "description": "The title of the topic", "type": "string" } }, "required": [ "title" ], "type": "object" }, "type": "array" } }, "required": [ "title", "topics", "filename" ], "type": "object" }

You must be authenticated.

Other Tools from Xmind Generator MCP Server

Related Tools

ID: 4gw0cpeozg