Bootiful WordPress MCP Server 🍃

Bootiful WordPress MCP Server 🍃

By PragmaTech-GmbH GitHub

🍃 WordPress MCP Server written with Java & Spring Boot

Overview

What is Bootiful WordPress MCP Server?

Bootiful WordPress MCP Server is a server application written in Java and Spring Boot that allows users to run a WordPress instance with ease.

How to use Bootiful WordPress MCP Server?

To use the Bootiful WordPress MCP Server, you need to build the project using Maven, configure the server settings in the Claude Desktop application, and then start the server.

Key features of Bootiful WordPress MCP Server?

  • Easy setup and configuration for WordPress.
  • Built with Java and Spring Boot for robust performance.
  • Supports customization through server command arguments.

Use cases of Bootiful WordPress MCP Server?

  1. Running a local WordPress development environment.
  2. Hosting WordPress applications with custom configurations.
  3. Integrating with other Java-based applications.

FAQ from Bootiful WordPress MCP Server?

  • What is the license for Bootiful WordPress MCP Server?

It is licensed under the MIT license.

  • How do I build the project?

You can build the project by running ./mvnw package in the terminal.

  • Can I customize the server settings?

Yes! You can customize the server settings in the Claude Desktop configuration file.

Content

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

No tools information available.
No content found.