BO
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
Transport:
stdio
Language: 
Created: 4/16/2025
Updated: 5/5/2025
Recommend MCP Servers 💡
content-summarizer
0xshellming
MCP Server for AI Summarization
2025-02-28
lincw/cwa-mcp-server
lincw
連接Claude Desktop到台灣中央氣象署API以獲取氣象資料的MCP伺服器
2025-04-04
memgraph/mcp-memgraph
memgraph
A lightweight server implementation of the Model Context Protocol (MCP) designed to connect Memgraph, a graph database, with Large Language Models (LLMs).
2025-03-10
theishangoswami/exa-mcp-server
theishangoswami
An MCP server enabling AI assistants like Claude to use the Exa AI Search API for web searches
2024-12-06
gget-mcp
longevity-genie
Bioinformatic MCP server that wraps the most useful functions of the gget library
2025-06-06
grafana/loki-mcp
grafana
A Go-based MCP server integrating with Grafana Loki to provide log querying capabilities via stdin/stdout and SSE.
2025-04-10