@xmindltd/mapify-mcp-server
v1.0.1
Published
[](https://badge.fury.io/js/@xmindltd%2Fmapify-mcp-server) [](https://opensource.org/licenses/MIT) [
Step 2: Access Main Dashboard
After logging in, you'll see the main Mapify dashboard with your mind maps and tools.

Step 3: Open Account Settings
Click on your profile/account menu to access your account settings.

Step 4: Generate Your API Token
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.
🚀 Quick Start
Prerequisites
- Node.js (v16 or higher)
- MCP-compatible client (Claude Desktop, VS Code, Cursor, Continue, etc.)
One-Click Installation
For Claude Desktop, add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"mapify": {
"command": "npx",
"args": ["-y", "@xmindltd/mapify-mcp-server"],
"env": {
"MAPIFY_API_KEY": "your_api_token_here"
}
}
}
}📖 Usage Examples
Once configured, you can use these tools with your AI assistant:
Text-to-Mind-Map
Create a mind map about "Machine Learning fundamentals"AI Search to Mind Map
Create a comprehensive mind map for "climate change solutions 2025" by AI SearchYouTube Video Analysis
Generate a mind map from this YouTube video: https://youtube.com/watch?v=exampleWebsite Content Mapping
Create a mind map from the content on https://example.com/articleThe AI assistant will automatically:
- 🔄 Process your request using the appropriate Mapify tool
- 🌐 Search the web for relevant information
- 🎨 Generate a beautiful mind map image
- 🔗 Provide an editable link for further customization
- 📊 Return dimensions and metadata
🛠️ Manual Installation & Development
Local Setup
# 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 buildUsing Pre-built Binary
{
"mcpServers": {
"mapify": {
"command": "node",
"args": ["/absolute/path/to/mapify-mcp-server/build/index.js"],
"env": {
"MAPIFY_API_KEY": "your_api_token_here"
}
}
}
}🔗 Links
- 🌟 Mapify Platform: mapify.so
- 🐛 Report Issues: GitHub Issues
- 📖 MCP Specification: modelcontextprotocol.io
Ready to transform any ideas into visual mind maps? 🚀
