[](https://badge.fury.io/js/@xmindltd%2Fmapify-mcp-server) [](https://opensource.org/licenses/MIT) [


Transform text, YouTube videos, and web content into beautiful mind maps using AI 🧠✨
The official Mapify Model Context Protocol (MCP) server enables AI assistants like Claude to generate interactive mind maps from various content sources. Built on the standardized MCP architecture, this server provides seamless integration between AI models and Mapify's powerful mind mapping capabilities.
---
- 🎯 Multi-Source Mind Mapping: Generate mind maps from text prompts, YouTube videos, websites, and documents
- 🔍 AI-Powered Search: Automatically search the web for keywords and create comprehensive mind maps from results
- 🌍 Multi-Language Support: Create mind maps in 15+ languages including English, Chinese, Japanese, Spanish, and more
- 📸 Visual + Interactive: Get both static images and editable mind map links
---
Before using the Mapify MCP Server, you'll need to obtain your API token from the Mapify platform.
> 💡 Already have an account? Jump directly to your settings page and skip to Step 3.
!Step 2: Mapify main dashboard
!Step 3: Open account settings
!Step 4: Generate and copy API token
> 🔒 Security Note: Treat your API key like a password. Never share it publicly or commit it to version control.
---
- Node.js (v16 or higher)
- MCP-compatible client (Claude Desktop, VS Code, Cursor, Continue, etc.)
For Claude Desktop, add this configuration to your claude_desktop_config.json:
``json`
{
"mcpServers": {
"mapify": {
"command": "npx",
"args": ["-y", "@xmindltd/mapify-mcp-server"],
"env": {
"MAPIFY_API_KEY": "your_api_token_here"
}
}
}
}
---
Once configured, you can use these tools with your AI assistant:
Create a mind map about "Machine Learning fundamentals"
`$3
`
Create a comprehensive mind map for "climate change solutions 2025" by AI Search
`$3
`
Generate a mind map from this YouTube video: https://youtube.com/watch?v=example
`$3
`
Create a mind map from the content on https://example.com/article
`The AI assistant will automatically:
1. 🔄 Process your request using the appropriate Mapify tool
2. 🌐 Search the web for relevant information
3. 🎨 Generate a beautiful mind map image
4. 🔗 Provide an editable link for further customization
5. 📊 Return dimensions and metadata
---
🛠️ Manual Installation & Development
$3
`bash
Clone the repository
git clone https://github.com/xmindltd/mapify-mcp-server.git
cd mapify-mcp-serverInstall dependencies
pnpm installBuild the project
pnpm run build
`$3
`json
{
"mcpServers": {
"mapify": {
"command": "node",
"args": ["/absolute/path/to/mapify-mcp-server/build/index.js"],
"env": {
"MAPIFY_API_KEY": "your_api_token_here"
}
}
}
}
``- 🌟 Mapify Platform: mapify.so
- 🐛 Report Issues: GitHub Issues
- 📖 MCP Specification: modelcontextprotocol.io
---
Ready to transform any ideas into visual mind maps? 🚀