mcpbeat Sign in

ZynoHosting MCP Server

local only

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.

Installs per day peak 22 · avg 9 · +67% w/w
a month agotoday
55
Installs / week
npm · @zyno-io/zynohosting
0
Stars
0 open issues
4 Aug 2026
Last commit
0 releases in 90 days
unlicensed (all rights reserved)
License
TypeScript

What the code does

We read the source, 13 h ago · rules 3dff92dd89df

Capabilities

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.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add zynohosting -- npx -y @zyno-io/zynohosting
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "zynohosting": {
      "args": [
        "-y",
        "@zyno-io/zynohosting"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.zynohosting]
command = "npx"
args = ["-y", "@zyno-io/zynohosting"]
.cursor/mcp.json
{
  "mcpServers": {
    "zynohosting": {
      "args": [
        "-y",
        "@zyno-io/zynohosting"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to ZynoHosting

same job, measured the same way
Deplion
by deplion

Create and publish static websites, configure forms, and read leads through Deplion.

answering
Skills Anywhere
by noteflowai

Discover and load Agent Skills from configured local directories and Git sources over stdio MCP.

596 installs/wk local only
Pinsvit
by pinsvit

Find and book local businesses on the Pinsvit map; discover and create posts, events and comments.

11 tools answering
Future Video Studio
by future

Create and manage cinematic AI video renders through the Future Video Studio Agent API.

111 installs/wk 8 tools answering
RoastPilot
by syamaner

RoastPilot controls coffee roasting sessions through local stdio MCP tools and exports logs.

702 installs/wk local only
Apis Io
by apis

Discover, rate and compare APIs and providers in the APIs.io catalog; manage a listing you own.

141 tools answering
Nofax
by akzar1el

Human-in-the-loop approvals and notifications for AI coding agents through a local stdio MCP server.

734 installs/wk local only
Inblog
by inblog

Create, manage, publish, and analyze Inblog content through AI agents.

answering

ZynoHosting — questions

Answers built from our own checks of this server.

Why is there no uptime for ZynoHosting?
ZynoHosting runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @zyno-io/zynohosting was installed 55 times last week.
How do I connect ZynoHosting?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @zyno-io/zynohosting straight from npm; nothing to host, nothing to sign up for.
How many people use ZynoHosting?
The npm package @zyno-io/zynohosting was installed 55 times in the last week. Week over week that is +67%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ZynoHosting open source?
No, and the distinction matters: its licence is declared as unlicensed (all rights reserved). That makes it source-available — you can read the code, but the terms are the author's own, not one of the recognised open-source licences. Read them before you build on it.