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-zotero
A connector for Claude Desktop to work with collection and sources on your Zotero Cloud.
MCP-ORTools
An MCP server implementation that uses Google OR-Tools for constraint solving, designed to integrate with Large Language Models for submitting, validating, and solving constraint satisfaction and optimization problems.
@notionhq/notion-mcp-server
Official MCP Server for Notion API integration, enabling AI agents to interact with Notion content
@pluggedin/pluggedin-mcp-proxy
A powerful middleware that aggregates multiple Model Context Protocol (MCP) servers into a single unified interface, enabling seamless integration with any MCP client and providing advanced management capabilities.
volatility-mcp
This repo hosts an MCP server for volatility3.x. Integrates Volatility 3's memory analysis with FastAPI and the Model Context Protocol (MCP).
searchAPI-mcp
A Model Context Protocol (MCP) based search API server that provides standardized access to Google Maps, Google Flights, Google Hotels, and other search services like Google, Bing, Baidu, etc., enabling AI assistants to access various search services through a unified interface.