WordPress MCP
A Python MCP server for interacting with a local WordPress instance.
Very much a work in progress that has not progressed
You should go to https://github.com/Automattic/wordpress-mcp for a fully functional WordPress MCP implementation.
To try it you currently need a WordPress instance locally on http://localhost:8888/.
It is currently a python app, I used uv locally,so you will need to:
uv venv source .venv/bin/activate uv pip install -r requirements.txt
You can then run the server with uv run wp.py to see if you get any errors, but you don't need to run from terminal as Claude will start its own instance.
You also need to add the following to your claude_desktop_config.json:
{
"mcpServers": {
"wordpress": {
"command": "uv",
"args": [
"--directory",
"/FULL/PATH/TO/wp-server-python",
"run",
"wp.py"
]
}
}
}
Related Servers
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
MCP Server with GitHub OAuth
An MCP server with built-in GitHub OAuth support, designed for deployment on Cloudflare Workers.
MCP Builder
A Python-based server to install and configure other MCP servers from PyPI, npm, or local directories.
MCP Startup Framework
A framework for building MCP servers on Cloudflare Workers with OAuth, PostgreSQL, and Stripe.
godot-mcp-runtime
Playwright MCP for Godot, screenshots, SceneTree manipulation, and arbitrary GDScript execution at runtime through a local UDP bridge.
Image Generation
Generate images from text using the Stable Diffusion WebUI API (ForgeUI/AUTOMATIC-1111).
Rainfall
200+ production tools for AI agents via Remote MCP. GitHub, Slack, Notion, Linear, Figma, Stripe, web search, OCR, document conversion, semantic memory/recall, Finviz, SEC filings, image generation, and more.
ProjectFlow
A workflow management system for AI-assisted development with MCP support, featuring flexible storage via file system or PostgreSQL.
Unity Editor MCP
Enables AI assistants to interact directly with the Unity Editor for AI-assisted game development and automation.
Tiktoken MCP
Count tokens using OpenAI's tiktoken library.
Photoshop MCP Server
An MCP server for integrating with and automating Adobe Photoshop using the photoshop-python-api.