Loading MCP server directory, please wait...
Connect Claude to WordPress safely: signed requests, scoped keys, approvals, logs, snapshots.
npx @getmcp/cli add io.github.Shubochandrosarker/bridgisticRequires Node.js 18+. Community-contributed server. Review source before installing.
BRIDGISTIC_SITE_URLWordPress site URL exactly as shown in WP Admin → Settings → General, e.g. https://example.com
BRIDGISTIC_KEY_IDPublic key id (wpk_…) from WP Admin → Bridgistic → Claude Setup
BRIDGISTIC_KEY_SECRETKey secret (wps_…) shown once at key creation
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Shubochandrosarker/bridgistic": {
"command": "npx",
"args": [
"-y",
"bridgistic-mcp-server"
],
"env": {
"BRIDGISTIC_SITE_URL": "",
"BRIDGISTIC_KEY_ID": "",
"BRIDGISTIC_KEY_SECRET": "",
"BRIDGISTIC_CONNECTIONS": "",
"BRIDGISTIC_LOG_LEVEL": "info"
}
}
}
}