VisioMCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_visio_statusA | Check whether Microsoft Visio is running and return version and open document info. |
| open_visioA | Start Microsoft Visio. Auto-detects the installation. Does nothing if already running. |
| create_documentA | Create a new blank Visio drawing document. |
| open_documentC | Open an existing Visio file (.vsdx or .vsd). |
| save_documentA | Save the active Visio document. Optionally save to a new path. |
| close_documentB | Close the active Visio document. |
| get_document_infoA | Get name, path, page count and save status of the active document. |
| get_pagesA | List all pages in the active Visio document with name, size, and shape count. |
| create_pageA | Add a new page to the active Visio document. |
| add_shapeB | Add a shape to a Visio page. Coordinates are in inches from the top-left corner. |
| set_shape_textB | Set or replace the text label of a shape. |
| move_shapeB | Move a shape to a new position (top-left coordinates in inches). |
| resize_shapeC | Resize a shape to new dimensions. |
| delete_shapeA | Permanently delete a shape from the page. |
| connect_shapesB | Draw a connector (arrow) between two shapes. |
| get_shapesA | List all shapes on a page with their IDs, positions, sizes, and text content. |
| get_selectionA | Get the shapes currently selected in the active Visio window. |
| get_connectionsA | List all connectors on a page, showing which shapes they connect. |
| export_documentB | Export the Visio document or a page to PNG, PDF, SVG, EMF, or VSDX. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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