Connect Claude to WordPress safely: signed requests, scoped keys, approvals, logs, snapshots.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y bridgistic-mcp-server
MCP client config
{
"mcpServers": {
"bridgistic-claude-marketplace": {
"command": "npx",
"args": [
"-y",
"bridgistic-mcp-server"
]
}
}
}