Skip to content

PragmaTech-GmbH/bootiful-wordpress-mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

About

๐Ÿƒ WordPress MCP Server written with Java & Spring Boot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages