Mapify MCP Server

Mapify MCP Server

Enables AI assistants to generate interactive mind maps from text, YouTube videos, and web content using Mapify's API.

Category
Visit Server

README

Mapify MCP Server

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


<div align="center">

Ready to transform any ideas into visual mind maps? 🚀

Get Started

</div>

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured