loading…
Search for a command to run...
loading…
Provides a comprehensive suite of 56 tools for the management and automation of WordPress sites via the Pressable API. It enables users to handle site lifecycle
Provides a comprehensive suite of 56 tools for the management and automation of WordPress sites via the Pressable API. It enables users to handle site lifecycles, backups, DNS, and server operations through 13 specialized modules.
An MCP server for the Pressable API, providing a comprehensive set of tools for management and automation of WordPress sites.
.env file in the project directory:PRESSABLE_CLIENT_ID=your_client_id
PRESSABLE_CLIENT_SECRET=your_client_secret
Add the following to your MCP settings file:
{
"mcpServers": {
"pressable": {
"command": "node",
"args": ["/Users/pcw_admin/.gemini/antigravity/scratch/pressable-mcp-server/index.js"],
"env": {
"PRESSABLE_CLIENT_ID": "your_client_id",
"PRESSABLE_CLIENT_SECRET": "your_client_secret"
}
}
}
}
The server is organized into 13 specialized modules:
Check the templates/ directory for:
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"pressable-mcp-server": {
"command": "npx",
"args": []
}
}
}