Transform text, YouTube videos, and web content into beautiful mind maps using AI π§ β¨
Config is the same across clients β only the file and path differ.
{
"mcpServers": {
"mapify": {
"env": {
"MAPIFY_API_KEY": "your_api_token_here"
},
"args": [
"-y",
"@xmindltd/mapify-mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Transform text, YouTube videos, and web content into beautiful mind maps using AI π§ β¨
This server supports HTTP transport. Be the first to test it β help the community know if it works.
Five weighted categories β click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience β it helps other developers decide.
Sign in to write a review.
Others in browser / data / entertainment
Query and manage PostgreSQL databases directly from AI assistants
Browser automation with Puppeteer for web scraping and testing
π₯ Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Manage Supabase projects β databases, auth, storage, and edge functions
MCP Security Weekly
Get CVE alerts and security updates for Mapify Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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": ["/absolut
... [View full README on GitHub](https://github.com/xmindltd/mapify-mcp-server#readme)