mapify-mcp-server

xmindltd/mapify-mcp-server

3.4

If you are the rightful owner of mapify-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Mapify MCP Server is a tool that transforms text, YouTube videos, and web content into interactive mind maps using AI, built on the Model Context Protocol architecture.

The Mapify Model Context Protocol (MCP) Server is designed to enable AI assistants to generate interactive mind maps from a variety of content sources. By leveraging the standardized MCP architecture, this server facilitates seamless integration between AI models and Mapify's advanced mind mapping capabilities. Users can transform text prompts, YouTube videos, websites, and documents into visually appealing and interactive mind maps. The server supports multi-language mind mapping, allowing users to create maps in over 15 languages, including English, Chinese, Japanese, and Spanish. Additionally, it offers AI-powered search functionality to automatically gather and organize information from the web, creating comprehensive mind maps. The server provides both static images and editable links for further customization, making it a versatile tool for visualizing and organizing information.

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.
  • Seamless Integration: Built on the standardized MCP architecture for easy integration with AI models.

Usages

usage with Claude Desktop

{
  "mcpServers": {
    "mapify": {
      "command": "npx",
      "args": ["-y", "@xmindltd/mapify-mcp-server"],
      "env": {
        "MAPIFY_API_KEY": "your_api_token_here"
      }
    }
  }
}

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