
Mapify
STDIOTransform text, videos, and web content into interactive AI-powered mind maps
Transform text, videos, and web content into interactive AI-powered mind maps
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.
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.
Visit mapify.so and sign up for a free account.
After logging in, you'll see the main Mapify dashboard with your mind maps and tools.
Click on your profile/account menu to access your account settings.
Navigate to the "API Key" section and generate your API key. Copy and keep it secure!
🔒 Security Note: Treat your API key like a password. Never share it publicly or commit it to version control.
For Claude Desktop, add this configuration to your ~/.claude/claude_desktop_config.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"
Create a comprehensive mind map for "climate change solutions 2025" by AI Search
Generate a mind map from this YouTube video: https://youtube.com/watch?v=example
Create a mind map from the content on https://example.com/article
The AI assistant will automatically:
# Clone the repository git clone https://github.com/xmindltd/mapify-mcp-server.git cd mapify-mcp-server # Install dependencies pnpm install # Build the project pnpm run build
{ "mcpServers": { "mapify": { "command": "node", "args": ["/absolute/path/to/mapify-mcp-server/build/index.js"], "env": { "MAPIFY_API_KEY": "your_api_token_here" } } } }
Ready to transform any ideas into visual mind maps? 🚀