Connect Tuzilma to Claude Desktop, Cursor, or any MCP-compatible tool.
Setup
Create an account
Sign up for free — no credit card needed.
Generate an API key
Go to Settings → API & Integrations and click "New key".
Add to your AI tool
Paste the config snippet into Claude Desktop, Cursor, or any MCP client.
Start building
Tell your AI: "Create a diagram showing the auth flow" and watch it appear.
Claude Desktop config
{
"mcpServers": {
"tuzilma": {
"url": "https://tuzilma.uz/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}MCP Tools
list_diagramsList all diagrams in your workspace
"Show me all my diagrams"
get_diagramFetch the full content of a diagram by ID
"Get the content of diagram abc123"
create_diagramCreate a new diagram with nodes and edges
"Create a microservices diagram with Auth, API Gateway, and Database"
update_diagramUpdate the title or nodes/edges of an existing diagram
"Add a Redis cache node to my diagram"
Free for all users. No extra setup. Just an API key.
Get started →