VisioMCP
VisioMCP
Un servidor MCP de Windows que controla Microsoft Visio mediante automatización COM.
Cualquier cliente de IA compatible con MCP puede crear, editar, leer y exportar diagramas de Visio llamando a herramientas limpias y estructuradas, sin saber nada sobre COM.
AI Client (Claude, GPT, etc.)
↕ MCP / stdio
VisioMCP.exe
↕ Windows COM
Microsoft VisioInicio rápido
Requisitos previos
Windows 10 u 11
Microsoft Visio (2013, 2016, 2019, 2021 o Microsoft 365)
Un cliente de IA compatible con MCP (Claude Desktop, etc.)
Instalación
Descargue
VisioMCP-Setup.exedesde la página de versiones.Ejecute el instalador. Visio se detecta automáticamente — no se necesita configuración en la mayoría de los casos.
Añada VisioMCP a la configuración de su cliente MCP:
{
"mcpServers": {
"visio": {
"command": "C:\\Program Files\\VisioMCP\\VisioMCP.exe"
}
}
}Reinicie su cliente de IA. Debería ver las herramientas de Visio disponibles.
Related MCP server: Visio MCP Server
Herramientas
Consulte TOOLS.md para ver la lista completa de herramientas disponibles y sus parámetros.
Herramientas de documento: get_visio_status, open_visio, create_document, open_document, save_document, close_document, get_document_info
Herramientas de página: get_pages, create_page
Herramientas de forma: add_shape, set_shape_text, move_shape, resize_shape, delete_shape, get_shapes, get_selection
Herramientas de conector: connect_shapes
Herramientas de exportación: export_document
Ejemplo: Diagrama de red
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" }Configuración
Archivo de configuración: %LOCALAPPDATA%\VisioMCP\config.json
{
"visioPath": "C:\\Program Files\\Microsoft Office\\root\\Office16\\VISIO.EXE",
"autoStartVisio": true,
"confirmDestructiveActions": false,
"logLevel": "info",
"comTimeoutMs": 30000,
"allowSilentOverwrite": false
}Todos los campos son opcionales. VisioMCP detecta Visio automáticamente si visioPath no está configurado.
También puede establecer VISIOMCP_VISIO_PATH como variable de entorno.
Registros
Los registros se escriben en: %LOCALAPPDATA%\VisioMCP\logs\visiomcp-YYYY-MM-DD.log
Nunca se escriben en stdout (reservado para la comunicación del protocolo MCP).
Seguridad
No se expone ejecución arbitraria de COM
Sin servidor de red — solo stdio
Todas las rutas de archivo se validan y normalizan
No se sobrescriben archivos silenciosamente por defecto
Licencia
MIT
Maintenance
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
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to manage Microsoft Outlook emails, calendar events, contacts, and folders via COM automation.1MIT
- AlicenseNot gradedqualityFmaintenanceEnables to create and edit Microsoft Visio diagrams programmatically via a standardized API.86MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to control Hancom's HWP/HWPX documents (Korean word processor) via COM interface on Windows, supporting creation, editing, formatting, and export.MIT
- FlicenseNot gradedqualityBmaintenanceDrives 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.
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.
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/SONA-LK/VISIO-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server