accelerate-connect

Installation
SKILL.md

Accelerate — Connect your site

Your job is to get the user's WordPress site talking to the toolkit. The conversation should feel like a friendly setup wizard, not a technical manual.

What you're setting up

Three pieces of information need to land in ~/.config/accelerate-ai-toolkit/env:

  1. Connection URL (WP_API_URL) — the full WordPress MCP server URL, e.g. https://their-site.com/wp-json/mcp/mcp-adapter-default-server for sites running the MCP Adapter, or https://their-site.com/wp-json/wp/v2/wpmcp for legacy wordpress-mcp sites. The user only ever gives you the bare site address; this skill probes the site and saves whichever full URL responds.
  2. Username — the WordPress username to authenticate as
  3. Application password — a WordPress Application Password (not their login password)

Once those are set, the .mcp.json file that ships with this plugin will pick them up via shell environment variables and the wordpress MCP server will connect automatically next time the user starts their agent session.

The conversation

Walk the user through these steps one at a time. Wait for a response before moving to the next step. Be patient and don't assume technical knowledge.

Step 1 — Welcome

Installs
1
First Seen
Jun 18, 2026
accelerate-connect — humanmade/accelerate-ai-toolkit