Integrations
마크맵 MCP 서버
Markmap MCP 서버는 마크다운 텍스트를 오픈 소스 프로젝트인 마크맵 (markmap )을 기반으로 한 대화형 마인드맵으로 원클릭 변환할 수 있는 모델 컨텍스트 프로토콜(MCP)을 기반으로 합니다. 생성된 마인드맵은 풍부한 대화형 작업을 지원하며 다양한 이미지 형식으로 내보낼 수 있습니다.
특징
- 🌠 마크다운을 마인드맵으로 변환 : 마크다운 텍스트를 대화형 마인드맵으로 변환
- 🖼️ 다양한 포맷으로 내보내기 : PNG, JPG, SVG 이미지로 내보내기 지원
- 🔄 대화형 작업 : 확대/축소, 노드 확장/축소 및 기타 대화형 기능 지원
- 📋 마크다운 복사 : 원본 마크다운 콘텐츠의 원클릭 복사
- 🌐 자동 브라우저 미리보기 : 생성된 마인드 맵을 브라우저에서 자동으로 여는 옵션
필수 조건
- Node.js 런타임 환경
설치
Smithery를 통해 설치
Smithery를 통해 Claude Desktop용 Markmap MCP Server를 자동으로 설치하려면:
지엑스피1
수동 설치
Copy
또는 저장소를 복제하여 로컬에서 실행할 수 있습니다.
Copy
용법
MCP 클라이언트 구성 파일에 다음 구성을 추가합니다.
Copy
[!팁]
이 서비스는 다음과 같은 환경 변수를 지원합니다.
MARKMAP_DIR
: 마인드 맵의 출력 디렉토리를 지정합니다(선택 사항, 기본값은 시스템 임시 디렉토리)우선 순위 메모 :
--output
명령줄 인수와MARKMAP_DIR
환경 변수가 모두 지정된 경우, 명령줄 인수가 우선합니다.
사용 가능한 도구
마크다운-마인드맵
마크다운 텍스트를 대화형 마인드 맵으로 변환합니다.
매개변수:
markdown
: 변환할 Markdown 콘텐츠(필수 문자열)open
: 생성된 마인드맵을 브라우저에서 자동으로 열지 여부(선택 사항인 부울, 기본값은 false)
반환 값:
Copy
특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다.
You must be authenticated.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
마크다운 텍스트를 풍부한 대화형 작업과 다양한 형식으로 내보낼 수 있는 기능을 지원하는 대화형 마인드 맵으로 변환하는 모델 컨텍스트 프로토콜 서버입니다.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA 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.Last updated -187PythonMIT License
- AsecurityAlicenseAqualityA 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.Last updated -91PythonMIT License
- AsecurityAlicenseAqualityAn MCP server that allows LLMs to create structured Xmind mind maps with hierarchical topic structures, supporting features like notes, labels, and markers.Last updated -1JavaScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that transforms text into structured JSON data using templates with placeholders.Last updated -21TypeScriptMIT License