a short description of the installation of Structurizr and its MCP Server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"structurizr-mcp-serv": {
"command": "npx",
"args": [
"-y",
"mrebbert/Structurizr-MCP-Server-Setup"
]
}
}
}
Run in terminal:
claude mcp add structurizr-mcp-serv npx -y mrebbert/Structurizr-MCP-Server-Setup
Add to .cursor/mcp.json:
{
"mcpServers": {
"structurizr-mcp-serv": {
"command": "npx",
"args": [
"-y",
"mrebbert/Structurizr-MCP-Server-Setup"
]
}
}
}