Skip to main content
Glama
PCWProps

Pressable MCP Server

by PCWProps

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:

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/PCWProps/pressable-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server