Structura for Claude Desktop
tools.structura/structura
Design domain models and generate deterministic multi-stack code, driven by your coding agent.
client:Claude Desktop
transport:streamable-http
Install Structura in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"structura": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.structura.tools/"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs