P

wp-mcp

...
Created 2/3/2025byglendaviesnz

Language:

Python

Stars:

3

Forks:

1

Very much a work in progress

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"
      ]
    }
  }
}
Last updated: 3/3/2025

Publisher info

glendaviesnz's avatar

Glen Davies

@Automattic
17
followers
0
following
43
repos

More MCP servers built with Python

composer-trade-mcp

Create, backtest, and execute trades directly in one chat box. The Composer MCP Server gives LLMs the power to backtest investment ideas and execute automated trading strategies. Trade across stocks, ETFs, and crypto directly in Claude.

By https://github.com/ronnyli
slidespeak-mcp

An MCP to generate presentations with AI. Create and edit PowerPoint presentations with AI.

By https://github.com/SlideSpeak
PaddleOCR

The PaddleOCR MCP server brings enterprise-grade OCR and document parsing capabilities to AI applications. Built on PaddleOCR — a proven solution with 50,000+ GitHub stars, deeply integrated by leading projects like MinerU, RAGFlow, and OmniParser— with targeted optimizations based on the MCP concept.

By PaddlePaddle