Skip to main content
Glama
615,184 tools. Updated 2026-09-27 01:16

"Guide to WordPress Theme Development" matching MCP tools:

  • Write a value to a WordPress option to adjust plugin or theme behavior. Read existing values with get_options first, and prefer official settings screens to avoid breaking the site.
    MIT
  • List all Shopify themes with their IDs and roles (live, unpublished, development) to find the theme ID you need before making changes.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Read-only Bicycle Guide registry: published guides, homes, taxonomy, capability spine. No auth.

  • Read-only Bicycle Guide registry: published guides, homes, taxonomy, capability spine. No auth.

  • Get exact site software inventory—WordPress core, PHP, Bricks, active theme, plugins/themes with known updates from WordPress's own transients. No external call. Use to spot outdated.
    MIT
  • Remove a file from a WordPress theme draft while protecting your live theme. Prevents accidental breakage by refusing to modify active themes unless explicitly allowed.
    MIT
    Destructive
  • Retrieve detailed information about a Local by Flywheel WordPress site, including site URL, WordPress version, active theme, and PHP version.
    MIT
  • Read the contents of a specified file from the active WordPress theme, using a path relative to the theme directory. Requires edit_themes permission.
    MIT
  • Load structured workflow instructions to guide feature development from idea to implementation, following the Requirements → Design → Tasks → Implementation sequence for spec-driven software development.
    GPL 3.0
  • List all installed WordPress themes with their active/inactive status, version, and parent theme details.
    MIT
  • Retrieve installed theme details for a WordPress site, including declared support and block theme status to guide page and template building.
    MIT
  • Check WordPress site status: theme, plugins, license, AI configuration, and AI site plan stage. Use this initial assessment to guide setup and management.
    MIT
  • Retrieve complete WordPress site details including version, plugins, theme, post types, WooCommerce status, and server information to assess site health and configuration.
    MIT
  • Switch the active WordPress theme to any installed theme by providing its slug/directory name. It identifies and activates the target theme through the site's signed REST API.
    MIT
  • Identify security vulnerabilities in a WordPress theme by looking it up in the WPScan API with the theme slug and optional version.
    MIT