MCP.so
登录
K

Kinsta

@jacob-hartmann

关于 Kinsta

Model Context Protocol (MCP) server for Kinsta WordPress hosting

基本信息

分类

其他

传输方式

stdio

发布者

jacob-hartmann

提交者

Jacob

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "kinsta": {
      "command": "npx",
      "args": [
        "-y",
        "kinsta-mcp"
      ],
      "env": {
        "KINSTA_API_KEY": "your-api-key",
        "KINSTA_COMPANY_ID": "your-company-id"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Kinsta?

A Model Context Protocol (MCP) server for the Kinsta WordPress hosting platform. It enables AI assistants such as Claude to securely interact with Kinsta sites and infrastructure via the Kinsta API.

How to use Kinsta?

Install via npx and configure in your MCP client (Claude Desktop, Claude Code CLI, or Cursor) by providing a Kinsta API key and Company ID as environment variables. Run npx -y kinsta-mcp; the server exposes 83 tools for managing sites, environments, plugins, themes, and more.

Key features of Kinsta

  • 83 tools organized by connectivity, authentication, operations, company, sites, environments, site tools, plugins, and themes
  • Manage WordPress sites: create, clone, delete, and reset
  • Control environments: create, push, delete, and change PHP allocation
  • Run WP-CLI commands on any environment
  • List and update plugins and themes across sites
  • Manage SSH access, IP allowlists, redirects, and server cache

Use cases of Kinsta

  • Automate WordPress site provisioning and environment cloning
  • Run WP-CLI commands remotely via an AI assistant
  • Monitor company‑wide plugin and theme versions
  • Manage SSH credentials and IP allowlists programmatically
  • Check async operation status and validate API keys

FAQ from Kinsta

What prerequisites are needed to use Kinsta MCP server?

You need Node.js v22 or higher, a Kinsta account with API access, and a Kinsta API key (generated in MyKinsta under Company settings > API Keys).

How do I configure the Kinsta MCP server?

Set the environment variables KINSTA_API_KEY (your API bearer token) and KINSTA_COMPANY_ID (found in MyKinsta under Company settings). Optionally set KINSTA_API_BASE_URL to override the default API endpoint.

What tools does the Kinsta server provide?

It provides 83 tools covering connectivity (ping), authentication (validate key), operations (status), company (users, regions, API keys, activity logs, plugins, themes), sites (list, get, create, clone, delete, reset), environments (list, create, push, delete, PHP allocation, webroot, files, redirects, SSH, WP‑CLI, phpMyAdmin), site tools (clear cache, restart PHP, change PHP version, denied IPs), and plugins/themes (list, update, bulk update).

Can I run WP‑CLI commands through this server?

Yes, the kinsta.environments.wp-cli tool lets you run any WP‑CLI command that starts with wp .

What runtime is required for the Kinsta MCP server?

Node.js version 22 or higher is required.

评论

其他 分类下的更多 MCP 服务器