Connecting an AI client (MCP Clients tab)

Generate a password and copy a ready-made JSON config for Claude, VS Code, Copilot, Codex, Cursor, Gemini or a custom client.

·

The MCP Clients tab (inside any server) is where you connect an app. Pick your client from the row of sub-tabs, and the page gives you everything you need: a one-click password, the exact config file to edit, and a copy-paste JSON block.

Before you start: the generated config runs through Node, so you need Node.js 22 or newer installed. Check with node -v and upgrade if you are below 22.

The MCP Clients tab with Claude Desktop selected, showing the config file, top-level key and JSON

The steps (same for every client)

  1. Open a server and go to MCP Clients, then click your client’s sub-tab.
  2. Click Generate New Application Password. It appears once — copy it now.
  3. Note the Config File path and Top-Level Key shown on the page.
  4. Click Copy Configuration and paste the JSON into that file, under that key.
  5. Replace the password placeholder with the password you generated.
  6. Save the file and restart your client.

Where each client’s config lives

ClientConfig fileTop-level key
Claude Desktop~/Library/Application Support/Claude/claude_desktop_config.jsonmcpServers
Claude Code~/.claude.jsonmcpServers
VS Code~/.vscode/mcp.jsonservers
GitHub Copilot~/.vscode/mcp.jsonservers (under mcp)
Codex~/.codex/config.tomlmcp_servers
Cursor~/.cursor/mcp.jsonmcpServers
Gemini CLI~/.gemini/settings.jsonmcpServers
Custom ClientYour client’s configStandard MCP format
The MCP Clients tab with VS Code selected, showing its JSON configuration

The page always shows the correct path, key and JSON for the client you’ve selected — you never have to remember them. The config uses the standard @automattic/mcp-wordpress-remote package, so it works the same way across clients.

Good to know: The password belongs to your WordPress user. Access Control still applies to every request, so a user who isn’t allowed on the server is refused even with a valid config.

Was this page helpful?