Pressable MCP Server logo

Pressable MCP Server

PCWProps/pressable-mcp-server
0 starsMITUpdated 2026-03-10Community

Is this your server?

Add your score badge to your README and get your server in front of 45k+ builders a month.

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

This MCP server provides 56 tools covering the full Pressable API for managing WordPress sites, including site lifecycle, DNS, backups, security, and automation.

README.md

Pressable MCP Server

An MCP server for the Pressable API, providing a comprehensive set of tools for management and automation of WordPress sites.

Features

  • 56 Comprehensive Tools: 100% coverage of the Pressable API v1.
  • Workflow Templates: Preset guides for common tasks (Site Launch, Security Audit).
  • Preset Prompts: High-signal prompts for AI agents.
  • Managed Authentication: Auto-token retrieval and caching.

Configuration

  1. Obtain your Client ID and Client Secret from Pressable API Applications.
  2. Create a .env file in the project directory:
    PRESSABLE_CLIENT_ID=your_client_id
    PRESSABLE_CLIENT_SECRET=your_client_secret

Usage

In an MCP Client (e.g. Claude Desktop)

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"
      }
    }
  }
}

Available Tools

The server is organized into 13 specialized modules:

  1. Account: Details, Activity Logs, Account Add-ons.
  2. Sites: Full lifecycle, Conversions, Domains, PHP Permissions, phpMyAdmin access.
  3. DNS: Zone management, Record CRUD, Email provider presets.
  4. Edge Cache: Status, Toggling, Purging, Defensive Mode.
  5. Content: Plugins, Themes, WordPress Users.
  6. Server: SFTP users, PHP versions, Logs, SFTP password resets.
  7. Automation: WP-CLI, Bash, Cron Jobs.
  8. Backups: On-demand snapshots, Restores, Downloads.
  9. Usage: Metrics, Filesystem/Database limits.
  10. Collaborators: Site-level access management.
  11. Bookmarks: Shared Bash/WP-CLI command presets.
  12. Must-Use Plugins: Management of MU-Plugins.
  13. Security: Centralized Plugin/Theme vulnerability alerts.

Workflows & Templates

Check the templates/ directory for:

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Other servers.