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"
]
}
}
}
Máy chủ liên quan
Scout Monitoring MCP
nhà tài trợPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
nhà tài trợAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Image
Fetch and process images from URLs, local file paths, and numpy arrays, returning them as base64-encoded strings.
Codebase MCP Server
A server for secure and efficient codebase analysis.
AntBot MCP Server
A TypeScript MCP server for integrating with the AntBot AI-based RPA platform, handling tool listing and execution.
GraphQL API Explorer
Provides intelligent introspection and exploration capabilities for any GraphQL API.
Aki Design Assistant
Assists with aki-ui component development and usage.
Background Process MCP
A server that provides background process management capabilities, enabling LLMs to start, stop, and monitor long-running command-line processes.
Sonic Pi MCP
Interact with Sonic Pi, the live coding music synth, using OSC messages.
Terry-Form MCP
Execute Terraform commands locally in a secure, containerized environment. Features LSP integration for intelligent Terraform development.
MCP API Bridge
A server that bridges Google Sheets, Azure AI, and MQTT APIs.
MCP Code Graph
Analyze and visualize code graphs using CodeGPT.