Markmap MCP Server
マークマップ MCP サーバー
Markmap MCP Serverは、オープンソースプロジェクトmarkmapをベースに構築されたモデルコンテキストプロトコル(MCP)に基づいており、Markdownテキストをワンクリックでインタラクティブなマインドマップに変換できます。生成されたマインドマップは豊富なインタラクティブ操作をサポートし、様々な画像形式でエクスポートできます。
特徴
🌠 Markdownからマインドマップへ:Markdownテキストをインタラクティブなマインドマップに変換します
🖼️マルチフォーマットエクスポート:PNG、JPG、SVG画像としてのエクスポートをサポート
🔄インタラクティブ操作:ズーム、ノードの展開/折りたたみ、その他のインタラクティブ機能のサポート
📋 Markdownコピー: 元のMarkdownコンテンツをワンクリックでコピー
🌐自動ブラウザプレビュー:生成されたマインドマップをブラウザで自動的に開くオプション
Related MCP server: MindManager MCP Server
前提条件
Node.js ランタイム環境
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Markmap MCP Server を自動的にインストールするには:
npx -y @smithery/cli install @jinzcdev/markmap-mcp-server --client claude手動インストール
# Install from npm
npm install @jinzcdev/markmap-mcp-server -g
# Basic run
npx -y @jinzcdev/markmap-mcp-server
# Specify output directory
npx -y @jinzcdev/markmap-mcp-server --output /path/to/output/directoryあるいは、リポジトリのクローンを作成してローカルで実行することもできます。
# Clone the repository
git clone https://github.com/jinzcdev/markmap-mcp-server.git
# Navigate to the project directory
cd markmap-mcp-server
# Build project
npm install && npm run build
# Run the server
node build/index.js使用法
MCP クライアント構成ファイルに次の構成を追加します。
{
"mcpServers": {
"markmap": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@jinzcdev/markmap-mcp-server",
"--output",
"/path/to/output/directory"
]
}
}
}[!ヒント]
このサービスは次の環境変数をサポートしています。
MARKMAP_DIR: マインドマップの出力ディレクトリを指定します(オプション、デフォルトはシステムの一時ディレクトリ)優先注意:
--outputコマンドライン引数とMARKMAP_DIR環境変数の両方が指定されている場合は、コマンドライン引数が優先されます。
利用可能なツール
マークダウンからマインドマップへ
Markdown テキストをインタラクティブなマインドマップに変換します。
パラメータ:
markdown: 変換するMarkdownコンテンツ(必須文字列)open: 生成されたマインドマップをブラウザで自動的に開くかどうか(オプションのブール値、デフォルトは false)
戻り値:
{
"content": [
{
"type": "text",
"text": "JSON_DATA_OF_MINDMAP_FILEPATH"
}
]
}ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityDmaintenanceA Model Context Protocol server that converts Markdown content into interactive mindmaps, allowing AI assistants to visualize hierarchical information through either HTML content or saved files.1236MIT
- AlicenseAqualityCmaintenanceA Model Context Protocol server that enables LLMs to interact with MindManager mind maps, allowing retrieval of mind map structures and export to formats like Mermaid, Markdown, and JSON.1111MIT
- AlicenseDqualityCmaintenanceAn MCP server that allows LLMs to create structured Xmind mind maps with hierarchical topic structures, supporting features like notes, labels, and markers.17744MIT
- FlicenseNot gradedqualityDmaintenanceA powerful Model Context Protocol server that automatically generates Mermaid diagrams from code and provides SVG beautification features.1
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jinzcdev/markmap-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server