Skip to main content
Glama

WordPress MCP Server

by RaheesAhmed

wordpress_write_plugin_file

Create or update plugin files in WordPress with automatic backup protection for safe development and customization.

Instructions

Write or modify a file in a plugin (automatically creates backup)

Input Schema

NameRequiredDescriptionDefault
pluginYes
filePathYes
contentYes

Input Schema (JSON Schema)

{ "properties": { "content": { "type": "string" }, "filePath": { "type": "string" }, "plugin": { "type": "string" } }, "required": [ "plugin", "filePath", "content" ], "type": "object" }

Other Tools from WordPress MCP Server

Related Tools

    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/RaheesAhmed/wordpress-mcp-server'

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