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"
]
}
}
}
관련 서버
Alpha Vantage MCP Server
스폰서Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
MCP SeriesGenerator
A .NET server for generating and validating vehicle serial numbers.
Authless Remote MCP Server
A remote MCP server deployable on Cloudflare Workers that does not require authentication.
@diffdelta/mcp-server
Give your agent persistent identity, real-time intelligence feeds, and the ability to publish and collaborate on shared feeds with other agents. Zero config, 16 tools.
Advanced Unity MCP Integration
An MCP server for Unity, enabling AI assistants to interact with projects in real-time, access scene data, and execute code.
Shaka Packager MCP Server
Video transcoding, packaging, and analysis using the Shaka Packager tool, integrated with Claude AI.
i1n
Localization as code — 7 MCP tools to push, pull, translate, extract strings, and search translations. AI-powered, type-safe, 182 languages.
Terry-Form MCP
Execute Terraform commands locally in a secure, containerized environment. Features LSP integration for intelligent Terraform development.
MCP Host
A host for running multiple MCP servers, such as a calculator and an IP location query server, configured via a JSON file.
zeuxis
Let AI agents capture screenshots themselves
Claude Prompts MCP Server
A universal MCP server that loads prompts from an external JSON configuration file.