WordPress Subscriber Creator

WordPress Subscriber Creator MCP Connector for Claude

A+

This MCP does exactly one thing: it registers a new user in your WordPress database with the strictly enforced 'Subscriber' role. Perfect for turning Claude into an automated lead generation or membership onboarding bot.

1 tools Official Updated Jun 28, 2026 Official Vinkius Partner

We refused to build a bloated WordPress integration that gives an AI agent terrifying access to delete your pages, read your entire database, or install plugins. Instead, this MCP server provides a surgical, zero-trust bridge: just creating new Subscriber accounts.

Your AI agent gains the immediate ability to act as a membership onboarding assistant. If a user chats with the AI and says "I want to subscribe to your VIP newsletter", the AI can capture their email and immediately create their account in your WordPress dashboard.

The Superpowers

  • Zero-Friction Onboarding: End the manual lead transfer nightmare. The AI registers the user directly via the native WordPress REST API /wp-json/wp/v2/users.
  • Compatible with Membership Plugins: Since it uses the native WordPress user database, this seamlessly integrates with plugins like MemberPress, Restrict Content Pro, or WooCommerce (which treat subscribers as customers).
  • Absolute Containment: The code is strictly hardcoded to roles: ['subscriber']. The AI is physically incapable of creating an Admin or Editor account, ensuring your site remains 100% secure from unauthorized privilege escalation.
user-registrationmembershiponboardinglead-capturedatabase-management

1 tools expose this connector's capabilities to your AI agent.

create_wordpress_subscriber

The role is strictly limited to Subscriber, so they have no admin powers. Ideal for member signups, newsletters, or gating content. Creates a new user account in WordPress with the strictly enforced "subscriber" role

See how to talk to your AI agent using WordPress Subscriber Creator.

Register a new subscriber account for john.doe@example.com with the username johndoe.

I've successfully created the subscriber account for johndoe (john.doe@example.com). Their user ID is #125.

No. The MCP server source code strictly hardcodes the payload to `roles: ['subscriber']`. Even if the AI attempts to request an Admin role, the server will override it. It is physically impossible for the agent to escalate privileges.

Related Connectors