ZynoHosting for Claude Desktop
io.github.zyno-io/zynohosting
Manage ZynoHosting sites and create, discover, embed, and configure ZynoForms through local stdio.
client:Claude Desktop
transport:stdio
runtime:npm
Install ZynoHosting in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"zynohosting": {
"command": "npx",
"args": [
"-y",
"@zyno-io/zynohosting"
],
"env": {
"ZYNOHOSTING_MCP_ROOTS": "<ZYNOHOSTING_MCP_ROOTS>",
"ZYNOHOSTING_API_KEY": "<ZYNOHOSTING_API_KEY>",
"ZYNO_SUITE_API_URL": "<ZYNO_SUITE_API_URL>",
"ZYNO_AUTH_API_URL": "<ZYNO_AUTH_API_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs