Bootiful WordPress MCP Server 🍃
Installation
-
Build the project with:
./mvnw package -
Edit Claude Desktop (Mac:
~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"bootiful-wordpress-mcp-server": {
"command": "/path/to/java",
"args": [
"-jar",
"/path/to/your/jar/bootiful-wordpress-mcp-server.jar"
]
}
}
}
Example:
{
"mcpServers": {
"bootiful-wordpress-mcp-server": {
"command": "/Users/rieckpil/.sdkman/candidates/java/24-amzn/bin/java",
"args": [
"-jar",
"/Users/rieckpil/Development/git/bootiful-wordpress-mcp-server/target/bootiful-wordpress-mcp-server.jar"
]
}
}
}
- Restart Claude Desktop
- Start using the MCP server
Development
Recommend MCP Servers 💡
content-summarizer
MCP Server for AI Summarization
memgraph/mcp-memgraph
A lightweight server implementation of the Model Context Protocol (MCP) designed to connect Memgraph, a graph database, with Large Language Models (LLMs).
theishangoswami/exa-mcp-server
An MCP server enabling AI assistants like Claude to use the Exa AI Search API for web searches
gget-mcp
Bioinformatic MCP server that wraps the most useful functions of the gget library
grafana/loki-mcp
A Go-based MCP server integrating with Grafana Loki to provide log querying capabilities via stdin/stdout and SSE.
opencv-mcp-server
An MCP server that provides powerful OpenCV computer vision capabilities for AI assistants, enabling image and video processing, object detection, and tracking.