Skip to main content
Glama

VisioMCP

Ein Windows-MCP-Server, der Microsoft Visio über COM-Automatisierung steuert.

Jeder MCP-kompatible KI-Client kann Visio-Diagramme erstellen, bearbeiten, lesen und exportieren, indem er saubere, strukturierte Tools aufruft – ohne etwas über COM zu wissen.

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

Schnellstart

Voraussetzungen

  • Windows 10 oder 11

  • Microsoft Visio (2013, 2016, 2019, 2021 oder Microsoft 365)

  • Ein MCP-kompatibler KI-Client (Claude Desktop usw.)

Installation

  1. Laden Sie VisioMCP-Setup.exe von der Releases-Seite herunter.

  2. Führen Sie das Installationsprogramm aus. Visio wird automatisch erkannt – in den meisten Fällen ist keine Konfiguration erforderlich.

  3. Fügen Sie VisioMCP zur Konfiguration Ihres MCP-Clients hinzu:

{
  "mcpServers": {
    "visio": {
      "command": "C:\\Program Files\\VisioMCP\\VisioMCP.exe"
    }
  }
}
  1. Starten Sie Ihren KI-Client neu. Ihnen sollten Visio-Tools zur Verfügung stehen.


Related MCP server: Visio MCP Server

Werkzeuge

Siehe TOOLS.md für die vollständige Liste der verfügbaren Werkzeuge und deren Parameter.

Dokument-Werkzeuge: get_visio_status, open_visio, create_document, open_document, save_document, close_document, get_document_info

Seiten-Werkzeuge: get_pages, create_page

Form-Werkzeuge: add_shape, set_shape_text, move_shape, resize_shape, delete_shape, get_shapes, get_selection

Connector-Werkzeuge: connect_shapes

Export-Werkzeuge: export_document


Beispiel: Netzwerkdiagramm

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" }

Konfiguration

Konfigurationsdatei: %LOCALAPPDATA%\VisioMCP\config.json

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

Alle Felder sind optional. VisioMCP erkennt Visio automatisch, wenn visioPath nicht gesetzt ist.

Sie können auch VISIOMCP_VISIO_PATH als Umgebungsvariable festlegen.


Protokolle

Protokolle werden geschrieben nach: %LOCALAPPDATA%\VisioMCP\logs\visiomcp-YYYY-MM-DD.log

Nie auf stdout geschrieben (reserviert für die MCP-Protokollkommunikation).


Sicherheit

  • Keine willkürliche COM-Ausführung wird bereitgestellt.

  • Kein Netzwerkserver – nur stdio

  • Alle Dateipfade werden validiert und normalisiert

  • Keine stillen Dateiüberschreibungen standardmäßig


Lizenz

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