// PLUGIN · MCP NATIVE · v2.0.1

Connect any AI to WordPress. Install in 60 seconds.

Bifrost is a WordPress plugin that exposes your site as an MCP server. Claude, ChatGPT, Gemini, Cursor — all of them can read, plan, and (with your permission) write to your site. No API keys to manage. No app passwords. OAuth + your Miradoes account.

⚠️
AI makes mistakes. You stay responsible.
Bifrost is just the bridge between your AI and WordPress. Any damage on the site (lost data, broken content, missed sales) is yours to fix. Read the liability terms →
Free forever

Bifrost Free

0 RON
  • ★ 3 days Pro included at signup
  • AI reads & analyzes any page
  • Site Health audit · SEO Quick Audit
  • 1 connected site
  • Read-only by default — zero risk
  • Community support
Create account · Get 3 days Pro free → ~90 KB · free account required (30 sec)
Pro

Bifrost Pro

from €7 / month · 3 days trial free
  • Everything in Free
  • AI writes Elementor pages from text
  • AI builds custom WordPress plugins
  • Up to 5 connected sites
  • Skills marketplace (4+ Pro skills, growing)
  • Priority email support
  • Auto-rollback if a write breaks the site (v2.0.1)
See plans → After purchase, download from /account

Install in 4 steps

1. Download the plugin

Click "Create account & download Free" above. 30-second signup, then you get a .zip file (~90 KB). Same flow for Pro after purchase.

2. Upload to WordPress

In your WP admin: Plugins → Add New → Upload Plugin → choose the .zip → Install Now → Activate.

3. Sign in with Miradoes

A new menu "Miradoes" appears in wp-admin. Click it, then "Sign in with Miradoes". An OAuth dialog opens on miradoes.com asking you to authorize. Approve → your site is linked.

4. Connect your AI

Add your site as an MCP server in Claude Desktop, ChatGPT, Cursor or any other MCP client. Configs below.

MCP client setup

Bifrost exposes your site at https://your-site.com/wp-json/wpab/v1/mcp. After OAuth, the bearer token is auto-managed by Bifrost. Copy-paste a config below to add your site to your favorite AI app.

Claude Desktop (Mac / Windows)

Edit ~/Library/Application Support/Claude/claude_desktop_config.json (Mac) or %APPDATA%\Claude\claude_desktop_config.json (Win):

{
  "mcpServers": {
    "my-wordpress": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://your-site.com/wp-json/wpab/v1/mcp"]
    }
  }
}

Cursor IDE

Edit ~/.cursor/mcp.json:

{
  "mcpServers": {
    "my-wordpress": {
      "url": "https://your-site.com/wp-json/wpab/v1/mcp"
    }
  }
}

ChatGPT (Custom GPT with MCP)

Create a new Custom GPT → Actions → Import OpenAPI from your site URL → use OAuth (Miradoes). Detailed walkthrough in docs.

Troubleshooting

Next steps