Skip to main content
Glama

VisioMCP

COM 자동화를 통해 Microsoft Visio를 제어하는 Windows MCP 서버입니다.

MCP 호환 AI 클라이언트는 COM에 대해 전혀 알지 못해도 깔끔하고 구조화된 도구를 호출하여 Visio 다이어그램을 생성, 편집, 읽기, 내보낼 수 있습니다.

AI Client (Claude, GPT, etc.)
       ↕ MCP / stdio
  VisioMCP.exe
       ↕ Windows COM
  Microsoft Visio

빠른 시작

사전 요구 사항

  • Windows 10 또는 11

  • Microsoft Visio (2013, 2016, 2019, 2021 또는 Microsoft 365)

  • MCP 호환 AI 클라이언트 (Claude Desktop 등)

설치

  1. 릴리스 페이지에서 VisioMCP-Setup.exe를 다운로드합니다.

  2. 설치 프로그램을 실행합니다. Visio가 자동으로 감지됩니다 — 대부분의 경우 구성이 필요 없습니다.

  3. MCP 클라이언트 구성에 VisioMCP를 추가합니다:

{
  "mcpServers": {
    "visio": {
      "command": "C:\\Program Files\\VisioMCP\\VisioMCP.exe"
    }
  }
}
  1. AI 클라이언트를 다시 시작합니다. Visio 도구를 사용할 수 있게 됩니다.


Related MCP server: Visio MCP Server

도구

사용 가능한 전체 도구 목록과 매개변수는 TOOLS.md를 참조하세요.

문서 도구: get_visio_status, open_visio, create_document, open_document, save_document, close_document, get_document_info

페이지 도구: get_pages, create_page

도형 도구: add_shape, set_shape_text, move_shape, resize_shape, delete_shape, get_shapes, get_selection

연결선 도구: connect_shapes

내보내기 도구: export_document


예시: 네트워크 다이어그램

User: Create a network diagram with a router, firewall, and server.

AI calls:
1. open_visio
2. create_document
3. add_shape { type: "rectangle", x: 4, y: 1, text: "Router" }
4. add_shape { type: "rectangle", x: 4, y: 3, text: "Firewall" }
5. add_shape { type: "rectangle", x: 4, y: 5, text: "Server" }
6. connect_shapes { fromShapeId: "Sheet.1", toShapeId: "Sheet.2" }
7. connect_shapes { fromShapeId: "Sheet.2", toShapeId: "Sheet.3" }
8. save_document { filePath: "C:\\Diagrams\\network.vsdx" }

구성

구성 파일: %LOCALAPPDATA%\VisioMCP\config.json

{
  "visioPath": "C:\\Program Files\\Microsoft Office\\root\\Office16\\VISIO.EXE",
  "autoStartVisio": true,
  "confirmDestructiveActions": false,
  "logLevel": "info",
  "comTimeoutMs": 30000,
  "allowSilentOverwrite": false
}

모든 필드는 선택 사항입니다. visioPath가 설정되지 않은 경우 VisioMCP가 Visio를 자동으로 감지합니다.

환경 변수로 VISIOMCP_VISIO_PATH를 설정할 수도 있습니다.


로그

로그는 다음 위치에 기록됩니다: %LOCALAPPDATA%\VisioMCP\logs\visiomcp-YYYY-MM-DD.log

stdout에는 기록되지 않습니다 (MCP 프로토콜 통신 전용).


보안

  • 임의의 COM 실행 노출 없음

  • 네트워크 서버 없음 — stdio 전용

  • 모든 파일 경로는 검증되고 정규화됨

  • 기본적으로 파일을 자동으로 덮어쓰지 않음


라이선스

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (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

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI assistants to manage Microsoft Outlook emails, calendar events, contacts, and folders via COM automation.
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to control Hancom's HWP/HWPX documents (Korean word processor) via COM interface on Windows, supporting creation, editing, formatting, and export.
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    Drives Microsoft Visio desktop via COM automation to create, style, and layout diagrams such as flowcharts and cloud architecture, then exports PNGs for visual feedback and iteration.

View all related MCP servers

Related MCP Connectors

  • Build and run visual creative-production workflows from your AI agent.

  • DXF and PDF/X-4 for AI agents: structured facts, PNG renders, an interactive in-chat viewer.

  • OCR, transcription, file extraction, and image generation for AI agents via MCP.

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/SONA-LK/VISIO-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server