MCP ExplorerExplorer

Bootiful Wordpress Mcp Server

@PragmaTech-GmbHon a year ago
1 MIT
FreeCommunity
AI Systems
🍃 WordPress MCP Server written with Java & Spring Boot

Overview

What is Bootiful Wordpress Mcp Server

bootiful-wordpress-mcp-server is a WordPress MCP Server built using Java and Spring Boot, designed to facilitate the deployment and management of WordPress applications.

Use cases

Use cases include setting up a local development environment for WordPress, deploying WordPress applications on cloud platforms, and integrating WordPress with other Java-based services.

How to use

To use bootiful-wordpress-mcp-server, build the project with ‘./mvnw package’, edit the Claude Desktop configuration file to include the server command and arguments, restart Claude Desktop, and then start using the MCP server.

Key features

Key features include easy installation via Maven, integration with Claude Desktop for configuration, and the ability to run WordPress applications seamlessly using Java and Spring Boot.

Where to use

bootiful-wordpress-mcp-server can be used in web development environments, particularly for deploying WordPress sites in Java-based applications or services.

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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers