npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@xmindltd/mapify-mcp-server

v1.0.1

Published

[![npm version](https://badge.fury.io/js/@xmindltd%2Fmapify-mcp-server.svg)](https://badge.fury.io/js/@xmindltd%2Fmapify-mcp-server) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Model Conte

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.)

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