Markmap MCP Server
마크맵 MCP 서버
Markmap MCP 서버는 마크다운 텍스트를 오픈 소스 프로젝트인 마크맵 (markmap )을 기반으로 한 대화형 마인드맵으로 원클릭 변환할 수 있는 모델 컨텍스트 프로토콜(MCP)을 기반으로 합니다. 생성된 마인드맵은 풍부한 대화형 작업을 지원하며 다양한 이미지 형식으로 내보낼 수 있습니다.
특징
🌠 마크다운을 마인드맵으로 변환 : 마크다운 텍스트를 대화형 마인드맵으로 변환
🖼️ 다양한 포맷으로 내보내기 : PNG, JPG, SVG 이미지로 내보내기 지원
🔄 대화형 작업 : 확대/축소, 노드 확장/축소 및 기타 대화형 기능 지원
📋 마크다운 복사 : 원본 마크다운 콘텐츠의 원클릭 복사
🌐 자동 브라우저 미리보기 : 생성된 마인드 맵을 브라우저에서 자동으로 여는 옵션
Related MCP server: MindManager MCP Server
필수 조건
Node.js 런타임 환경
설치
Smithery를 통해 설치
Smithery를 통해 Claude Desktop용 Markmap MCP Server를 자동으로 설치하려면:
지엑스피1
수동 설치
# 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 콘텐츠(필수 문자열)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