Supports distribution and installation through npm, allowing users to easily install and run the MCP server using npx commands.
Utilizes TypeScript for type safety in development, with specific support for type checking when building or modifying the MCP server.
Incorporates Zod for schema validation, ensuring proper data structure when processing XMind files and handling user queries.
MCP XMind Server
A Model Context Protocol server for analyzing and querying XMind mind maps. This tool provides powerful capabilities for searching, extracting, and analyzing content from XMind files.
Features
π Smart fuzzy search across mind maps
π Task management and tracking
π² Hierarchical content navigation
π Link and reference extraction
π Multi-file analysis
π·οΈ Label and tag support
π Directory scanning
π Secure directory access
Related MCP server: MindManager MCP Server
Installation
Installing via Smithery
To install XMind Server for Claude Desktop automatically via Smithery:
Manual Installation
Usage
Starting the Server
Available Tools
read_xmind
Parse and analyze XMind files
Extract complete mind map structure
get_todo_tasks
Extract and analyze TODO tasks
Include task context and hierarchy
list_xmind_directory
Recursively scan for XMind files
Filter and organize results
read_multiple_xmind_files
Process multiple files simultaneously
Compare and analyze across files
search_xmind_files
Search files by name patterns
Recursive directory scanning
extract_node
Smart fuzzy path matching
Ranked search results
Complete subtree extraction
extract_node_by_id
Direct node access by ID
Fast and precise retrieval
search_nodes
Multi-criteria content search
Configurable search fields
Examples
Search for Nodes
Extract Node
List Tasks
Configuration
Development Configuration
Example claude_desktop_config.json for development:
Production Configuration
Example claude_desktop_config.json for production using npmjs:
Security
Only allows access to specified directories
Path normalization and validation
Error handling for invalid access attempts