71
/ 100
11 days ago
glama

WordPress MCP Python

A lightweight MCP server that connects to WordPress via REST API, enabling content management (posts, pages, categories, etc.) and site configuration through natural language commands.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 2 credentials: WP_PASSWORD, WP_JWT_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configWP_URLexport ="https://yoursite.com"
configWP_USERNAMEexport ="your_username"
🔐 secretWP_PASSWORDexport ="your_application_password"
🔐 secretWP_JWT_TOKENexport ="your_jwt_token"
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/tan-interspace-wordpress-mcp-python-1ya7ey)](https://m8ven.ai/mcp/tan-interspace-wordpress-mcp-python-1ya7ey)
commit: 281ebb7e209b39938acde3e08a9216ebadbefb10
code hash: c7e8dcfc37fdffd5e354982ac9c9912e4189a486d79ec1f6ee8a598b1155ea24
verified: 6/21/2026, 10:20:58 AM
view raw JSON →