PragmaTech-GmbH/bootiful-wordpress-mcp-server
If you are the rightful owner of bootiful-wordpress-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Bootiful WordPress MCP Server is a model context protocol server designed to integrate with WordPress environments.
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