Skip to main content
Glama
jinzcdev
by jinzcdev

마크맵 MCP 서버

샘플 마인드맵

NPM 버전 GitHub 라이센스 대장간 배지 중국어(중국어) 별

Markmap MCP 서버는 마크다운 텍스트를 오픈 소스 프로젝트인 마크맵 (markmap )을 기반으로 한 대화형 마인드맵으로 원클릭 변환할 수 있는 모델 컨텍스트 프로토콜(MCP)을 기반으로 합니다. 생성된 마인드맵은 풍부한 대화형 작업을 지원하며 다양한 이미지 형식으로 내보낼 수 있습니다.

특징

  • 🌠 마크다운을 마인드맵으로 변환 : 마크다운 텍스트를 대화형 마인드맵으로 변환

  • 🖼️ 다양한 포맷으로 내보내기 : PNG, JPG, SVG 이미지로 내보내기 지원

  • 🔄 대화형 작업 : 확대/축소, 노드 확장/축소 및 기타 대화형 기능 지원

  • 📋 마크다운 복사 : 원본 마크다운 콘텐츠의 원클릭 복사

  • 🌐 자동 브라우저 미리보기 : 생성된 마인드 맵을 브라우저에서 자동으로 여는 옵션

Related MCP server: MindManager MCP Server

필수 조건

  1. 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 라이선스에 따라 라이선스가 부여되었습니다.

Install Server
A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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