Free · v0.1.0 · GPL-2.0

Download JoraPress free

The full execution core and Site Doctor scanners, free forever. Built for development and staging. Requires WordPress 6.5+ and PHP 8.1+.

Need automated fixers, skills & reports? Get Pro →

Installation

Up and running in minutes

1

Copy the plugin

Drop the jorapress/ folder into wp-content/plugins/ (or upload the zip from Plugins → Add New).

2

Activate it

Activate “JoraPress — AI WordPress Builder” in WP admin. Optionally run composer install for dev tooling — the plugin runs without it.

3

Enable AI abilities

Open JoraPress → Dashboard and click Enable AI abilities. Everything stays read-only until you do.

4

Connect & build

Add the MCP server to your agent, or paste a provider key into the chat panel — then start prompting.

Connect over MCP

Add the server to your AI client

Create an Application Password in JoraPress → Connect (MCP), then add the server to Claude Code, Cursor or Windsurf. No model or API key ships with the plugin.

~/.config/mcp/jorapress.json
{
  "mcpServers": {
    "jorapress": {
      "url": "https://your-site.com/wp-json/jorapress/v1/mcp",
      "transport": "streamable-http",
      "auth": {
        "type": "basic",
        "username": "your-wp-user",
        "password": "APPLICATION-PASSWORD"
      }
    }
  }
}

Endpoint: POST /wp-json/jorapress/v1/mcp · JSON-RPC 2.0 over Streamable HTTP · HTTP Basic auth over HTTPS. Implements initialize, tools/list, tools/call, ping.

Prefer no external agent?

Use the built-in chat panel. Pick a provider (Anthropic, OpenAI, Gemini or OpenRouter), paste your API key — stored encrypted — choose a model, and watch it build right inside wp-admin. Turn on “Require approval” to confirm every write.

See what Pro adds