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 💡
arxiv-latex-mcp
MCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.
vet
Protect against malicious open source packages 🤖
ggRMCP
A Go-based gateway that converts gRPC services into MCP-compatible tools, enabling AI models to call gRPC services seamlessly.
awslabs.aws-documentation-mcp-server
An MCP server providing tools to access, search, and get recommendations for AWS documentation.
hiworks-mail-mcp
하이웍스 메일 시스템과 연동하여 메일 조회 및 전송을 할 수 있는 MCP 서버입니다.
strava
A Model Context Protocol (MCP) server with Strava OAuth integration, built on Cloudflare Workers. Enables secure authentication and tool access for MCP clients like Claude and Cursor through Strava login. Perfect for developers looking to integrate Strava authentication with AI tools.