msgraph-visio
Installation
SKILL.md
Microsoft Graph — Visio Diagram Generation
How to Call the Tools
The Microsoft Graph MCP server is invoked via npx with Azure AD credentials:
AZURE_TENANT_ID=$AZURE_TENANT_ID AZURE_CLIENT_ID=$AZURE_CLIENT_ID AZURE_CLIENT_SECRET=$AZURE_CLIENT_SECRET \
python3 $MCP_CALL "npx -y @anthropic-ai/microsoft-graph-mcp" <tool-name> '<arguments-json>'
Visio Generation Workflow
Step 1: Discover the Network Topology
Use pyats-topology to collect CDP/LLDP neighbor data from all devices: