Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
This package provides a Model Context Protocol (MCP) server that enables the creation of various diagrams, including AWS diagrams, sequence diagrams, flow diagrams, and class diagrams, using the Pytho
Add this to your MCP client configuration:
{
"mcpServers": {
"aws-aws-diagram-mcp-server": {
"command": "uvx",
"args": [
"awslabs.aws-diagram-mcp-server"
],
"env": {
"FASTMCP_LOG_LEVEL": "<Log level for the server.>"
}
}
}
}{
"id": "aws-aws-diagram-mcp-server",
"name": "AWS Diagram",
"description": "This package provides a Model Context Protocol (MCP) server that enables the creation of various diagrams, including AWS diagrams, sequence diagrams, flow diagrams, and class diagrams, using the Pytho",
"source_url": "https://github.com/awslabs/mcp/tree/HEAD/src/aws-diagram-mcp-server",
"publisher_name": "awslabs",
"publisher_url": "https://github.com/awslabs",
"is_official": true,
"license": "",
"runtime": "python",
"downloads": 165430,
"requires_oauth": false,
"distribution": {
"type": "pip",
"package": "awslabs.aws-diagram-mcp-server"
},
"tools_count": 3
}