Skip to main content
Glama

WordPress MCP Server

by RaheesAhmed

wordpress_write_file

Create or modify WordPress files with security validation and optional backup functionality for safe file management operations.

Instructions

Write or create file with security validation and optional backup

Input Schema

NameRequiredDescriptionDefault
pathYes
contentYes
createBackupYes

Input Schema (JSON Schema)

{ "properties": { "content": { "type": "string" }, "createBackup": { "type": "boolean" }, "path": { "type": "string" } }, "required": [ "path", "content", "createBackup" ], "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