Skip to main content
Glama

WordPress MCP Server

by RaheesAhmed

wordpress_upload_media

Upload images and files to WordPress media library using base64 encoded files. Add media content to your WordPress site programmatically for content management and publishing workflows.

Instructions

Upload image or file to WordPress media library (provide base64 encoded file)

Input Schema

NameRequiredDescriptionDefault
fileBase64Yes
filenameYes

Input Schema (JSON Schema)

{ "properties": { "fileBase64": { "type": "string" }, "filename": { "type": "string" } }, "required": [ "fileBase64", "filename" ], "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