PluginBench
MCP Server
Active

ZynoHosting MCP Server

io.github.zyno-io/zynohosting

What is the ZynoHosting MCP server?

Manage ZynoHosting sites and create, discover, embed, and configure ZynoForms through local stdio.

How to install ZynoHosting

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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
    secret

    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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "zynohosting": {
      "command": "npx",
      "args": [
        "-y",
        "@zyno-io/zynohosting",
        "mcp"
      ],
      "env": {
        "ZYNOHOSTING_MCP_ROOTS": "<YOUR_ZYNOHOSTING_MCP_ROOTS>",
        "ZYNOHOSTING_API_KEY": "<YOUR_ZYNOHOSTING_API_KEY>",
        "ZYNO_SUITE_API_URL": "<YOUR_ZYNO_SUITE_API_URL>",
        "ZYNO_AUTH_API_URL": "<YOUR_ZYNO_AUTH_API_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "zynohosting": {
      "command": "npx",
      "args": [
        "-y",
        "@zyno-io/zynohosting",
        "mcp"
      ],
      "env": {
        "ZYNOHOSTING_MCP_ROOTS": "<YOUR_ZYNOHOSTING_MCP_ROOTS>",
        "ZYNOHOSTING_API_KEY": "<YOUR_ZYNOHOSTING_API_KEY>",
        "ZYNO_SUITE_API_URL": "<YOUR_ZYNO_SUITE_API_URL>",
        "ZYNO_AUTH_API_URL": "<YOUR_ZYNO_AUTH_API_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "zynohosting": {
      "command": "npx",
      "args": [
        "-y",
        "@zyno-io/zynohosting",
        "mcp"
      ],
      "env": {
        "ZYNOHOSTING_MCP_ROOTS": "<YOUR_ZYNOHOSTING_MCP_ROOTS>",
        "ZYNOHOSTING_API_KEY": "<YOUR_ZYNOHOSTING_API_KEY>",
        "ZYNO_SUITE_API_URL": "<YOUR_ZYNO_SUITE_API_URL>",
        "ZYNO_AUTH_API_URL": "<YOUR_ZYNO_AUTH_API_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "zynohosting": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@zyno-io/zynohosting",
        "mcp"
      ],
      "env": {
        "ZYNOHOSTING_MCP_ROOTS": "<YOUR_ZYNOHOSTING_MCP_ROOTS>",
        "ZYNOHOSTING_API_KEY": "<YOUR_ZYNOHOSTING_API_KEY>",
        "ZYNO_SUITE_API_URL": "<YOUR_ZYNO_SUITE_API_URL>",
        "ZYNO_AUTH_API_URL": "<YOUR_ZYNO_AUTH_API_URL>"
      }
    }
  }
}
Claude Code
claude mcp add zynohosting --env ZYNOHOSTING_MCP_ROOTS=<YOUR_ZYNOHOSTING_MCP_ROOTS> --env ZYNOHOSTING_API_KEY=<YOUR_ZYNOHOSTING_API_KEY> --env ZYNO_SUITE_API_URL=<YOUR_ZYNO_SUITE_API_URL> --env ZYNO_AUTH_API_URL=<YOUR_ZYNO_AUTH_API_URL> -- npx -y @zyno-io/zynohosting mcp

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Real-time global intelligence: markets, conflicts, country risk, energy, and infrastructure monitoring via 39 MCP tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with per-second metrics, ML-powered anomaly detection, and zero-configuration setup.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration platform with 100+ agents, swarm coordination, and self-learning memory for enterprise development.

68k
TypeScript
MIT
View repository →

Web scraping with stealth HTTP, real browsers, and Cloudflare bypass capabilities.

67k
Python
BSD-3-Clause
View repository →