wp-mcp
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"
]
}
}
}
Publisher info
More MCP servers built with Python
This MCP server provides access to real-time water data from the USGS Water Services API. It allows you to fetch instantaneous water measurements including stream flow, gage height, temperature, and other water quality parameters from thousands of monitoring stations across the United States.
Freepik MCP allows LLMs to access everything available through the Freepik API — including searching and retrieving images, icons, illustrations, and using tools for image generation, video creation, and image enhancement — all in an LLM-friendly format.