Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Mapify

FreeNot checked

Transform text, YouTube videos, and web content into beautiful mind maps using AI 🧠✨

GitHubEmbed

About

Transform text, YouTube videos, and web content into beautiful mind maps using AI 🧠✨

README

npm version License: MIT Model Context Protocol

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.


✨ Features

  • 🎯 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

πŸ”‘ Getting Your API Key

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 1: Create Your Account

Visit mapify.so and sign up for a free account.

Step 1: Sign up for Mapify

Step 2: Access Main Dashboard

After logging in, you'll see the main Mapify dashboard with your mind maps and tools.

Step 2: Mapify main dashboard

Step 3: Open Account Settings

Click on your profile/account menu to access your account settings.

Step 3: Open account settings

Step 4: Generate Your API Token

Navigate to the "API Key" section and generate your API key. Copy and keep it secure!

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.


πŸš€ Quick Start

Prerequisites

  • Node.js (v16 or higher)
  • MCP-compatible client (Claude Desktop, VS Code, Cursor, Continue, etc.)

Installation

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"
      }
    }
  }
}

πŸ“– 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 Search

YouTube Video Analysis

Generate a mind map from this YouTube video: https://youtube.com/watch?v=example

Website Content Mapping

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

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 build

Using 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


Ready to transform any ideas into visual mind maps? πŸš€

Get Started

from github.com/xmindltd/mapify-mcp-server

Installing Mapify

This server has no published package β€” it is built from source. Open the repository and follow its README.

β–Έ github.com/xmindltd/mapify-mcp-server

FAQ

Is Mapify MCP free?

Yes, Mapify MCP is free β€” one-click install via Unyly at no cost.

Does Mapify need an API key?

No, Mapify runs without API keys or environment variables.

Is Mapify hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Mapify in Claude Desktop, Claude Code or Cursor?

Open Mapify on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install β€” the config is generated automatically, no JSON editing.

Related MCPs

Compare Mapify with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All media MCPs