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
MCPHub
A hub server for managing and scaling multiple MCP servers via flexible Streamable HTTP (SSE) endpoints.
MCP Manager
A full-stack application for managing Model Context Protocol (MCP) servers for Claude Desktop with a modern web interface.
MCP Tools
Provides file system and command execution tools for LLM clients like Claude Desktop.
AgentMesh
AI agent governance middleware: policy enforcement, cryptographic audit trails, Trust Score, DLP, EU AI Act compliance
MCP Image Extractor
Extracts images from files, URLs, or base64 strings and converts them to base64 for LLM analysis.
SkyDeckAI Code
A comprehensive toolkit for AI-driven development, offering file system operations, code analysis, execution, web searching, and system information retrieval.
OriginUI MCP Server
Search and install OriginUI components, with details fetched dynamically from the OriginUI JSON registry.
Repo Map
An MCP server (and command-line tool) to provide a dynamic map of chat-related files from the repository with their function prototypes and related files in order of relevance. Based on the "Repo Map" functionality in Aider.chat
Revit MCP
Interact with Autodesk Revit using the MCP protocol. This server provides AI tools and requires the corresponding Revit plugin to function.
Vaadin MCP Server
The Vaadin Model Context Protocol (MCP) server provides AI coding assistants with direct access to comprehensive Vaadin documentation, enabling intelligent code assistance for Vaadin Java and React applications.