xmind-to-markdown-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| convert_xmind_to_markdownC | 读取 XMind 文件并转换为 Markdown 格式。支持解析思维导图的层级结构、备注、标签等信息。 |
| read_xmind_structureA | 仅读取并返回 XMind 文件的结构化数据(JSON 格式),不进行 Markdown 转换。用于查看思维导图的原始结构。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: one converts XMind to Markdown, the other returns raw JSON structure. There is no overlap or ambiguity.
Both tool names follow a consistent verb_noun pattern with underscores (convert_xmind_to_markdown, read_xmind_structure), making them predictable.
With only 2 tools, the scope is narrow but appropriate for the specific purpose of reading and converting XMind files. It covers the essential operations without being overly sparse.
The tool set covers the core functionality of converting XMind to Markdown and inspecting its structure. While additional features like selective conversion could be added, it is sufficient for the stated purpose.