ZynoHosting runs on your own machine — the client starts it, so there is no endpoint to ping. 55 installs a week from npm. Last commit 4 Aug 2026.
Manage ZynoHosting sites and create, discover, embed, and configure ZynoForms through local stdio.
We read the source, 13 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const child = spawn(command, args, { stdio: ['pipe', 'pipe', 'pipe'], windowsHide: true });
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add zynohosting -- npx -y @zyno-io/zynohosting
{
"mcpServers": {
"zynohosting": {
"args": [
"-y",
"@zyno-io/zynohosting"
],
"command": "npx"
}
}
}
[mcp_servers.zynohosting]
command = "npx"
args = ["-y", "@zyno-io/zynohosting"]
{
"mcpServers": {
"zynohosting": {
"args": [
"-y",
"@zyno-io/zynohosting"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"zynohosting": {
"args": [
"-y",
"@zyno-io/zynohosting"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
ZYNOHOSTING_MCP_ROOTS (Optional allowlist of absolute local roots for local-file MCP tools, separated by the platform path delimiter. Omit to allow any local path accessible to the MCP process.), ZYNOHOSTING_API_KEY (Optional tenant API key. Omit it when using credentials saved by zynohosting login.), ZYNO_SUITE_API_URL (Optional ZynoSuite API URL override for form tools. Standard production, alpha, and dev environments are inferred automatically.), ZYNO_AUTH_API_URL (Optional ZynoAuth API URL override for scoped-token renewal. Standard production, alpha, and dev environments are inferred automatically.).
The author declared them in the registry entry; get the values from the project itself.
Create and publish static websites, configure forms, and read leads through Deplion.
Discover and load Agent Skills from configured local directories and Git sources over stdio MCP.
Find and book local businesses on the Pinsvit map; discover and create posts, events and comments.
Create and manage cinematic AI video renders through the Future Video Studio Agent API.
RoastPilot controls coffee roasting sessions through local stdio MCP tools and exports logs.
Discover, rate and compare APIs and providers in the APIs.io catalog; manage a listing you own.
Human-in-the-loop approvals and notifications for AI coding agents through a local stdio MCP server.
Create, manage, publish, and analyze Inblog content through AI agents.
Answers built from our own checks of this server.