Kinsta MCP Server

Model Context Protocol (MCP) server for Kinsta WordPress hosting

Local serverstdioGo

What is the Kinsta MCP MCP server?

Model Context Protocol (MCP) server for Kinsta WordPress hosting. That is what the kinsta mcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

This server allows AI assistants (like Claude) to interact with your Kinsta sites and infrastructure securely via the Kinsta API.

Getting it running

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

The tools it exposes

The server publishes 14 tools. What each one is for:

  • kinsta.tools.clear-cache — Clear the server cache for an environment (returns an operation_id)
  • kinsta.tools.restart-php — Restart PHP for an environment (returns an operation_id)
  • kinsta.tools.php-version — Change the PHP version for an environment (returns an operation_id)
  • kinsta.tools.denied-ips — Get the list of denied (blocked) IP addresses for an environment
  • kinsta.tools.denied-ips.update — Update the list of denied (blocked) IP addresses for an environment
  • Prerequisites — The Prerequisites tool exposed by this server
  • Cursor — The Cursor tool exposed by this server
  • Tools — The Tools tool exposed by this server
  • Connectivity — The Connectivity tool exposed by this server
  • Authentication — The Authentication tool exposed by this server
  • Operations — The Operations tool exposed by this server
  • Company — The Company tool exposed by this server

What it needs from you

Configuration is passed through the environment: KINSTA_API_KEY, KINSTA_COMPANY_ID, KINSTA_API_BASE_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

  • Node.js v22 or higher - A Kinsta account with API access - A Kinsta API key (see Generate an API Key)

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Kinsta MCP.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Kinsta MCP's toolset — kinsta.tools.clear-cache, kinsta.tools.restart-php, kinsta.tools.php-version and 11 more — is a fair guide to whether it matches your workflow. It is maintained by jacob-hartmann; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
kinsta.tools.clear-cacheClear the server cache for an environment (returns an operation_id)
kinsta.tools.restart-phpRestart PHP for an environment (returns an operation_id)
kinsta.tools.php-versionChange the PHP version for an environment (returns an operation_id)
kinsta.tools.denied-ipsGet the list of denied (blocked) IP addresses for an environment
kinsta.tools.denied-ips.updateUpdate the list of denied (blocked) IP addresses for an environment
PrerequisitesThe Prerequisites tool exposed by this server.
CursorThe Cursor tool exposed by this server.
ToolsThe Tools tool exposed by this server.
ConnectivityThe Connectivity tool exposed by this server.
AuthenticationThe Authentication tool exposed by this server.
OperationsThe Operations tool exposed by this server.
CompanyThe Company tool exposed by this server.
SitesThe Sites tool exposed by this server.
EnvironmentsThe Environments tool exposed by this server.

How to install the Kinsta MCP MCP server

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

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Node.js v22 or higher - A Kinsta account with API access - A Kinsta API key (see Generate an API Key)
VariableDescriptionRequired
KINSTA_API_KEYCredential the server authenticates with.Yes
KINSTA_COMPANY_IDConfiguration value read at startup.Optional
KINSTA_API_BASE_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use Kinsta MCP to kinsta.tools.clear-cache.
  • Use Kinsta MCP to kinsta.tools.restart-php.
  • Use Kinsta MCP to kinsta.tools.php-version.

Frequently asked questions

It connects Kinsta MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (kinsta.tools.clear-cache, kinsta.tools.restart-php, kinsta.tools.php-version, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Kinsta MCP directly.