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 💡
mcp-simple-arxiv
Tool to work with arXiv, provide LLM with ability to search and read papers from there
device-info-mcp
An MCP server that provides information about electronic devices, allowing search by model number and retrieval of detailed information.
algolia
An experimental Model Context Protocol (MCP) server developed by Algolia for interacting with Algolia APIs, enabling AI models to perform search, indexing, and other data operations.
Web Search MCP Server
Web search using free google search (NO API KEYS REQUIRED)

deepwiki
Official DeepWiki MCP server providing wiki-related tools via SSE and Streamable protocols.
simple-loki-mcp
A Model Context Protocol (MCP) server for querying Grafana Loki logs, enabling AI assistants to access log data directly.