We're live in beta — earn up to 12,000 credits by signing up today. Get started

WordPress MCP
for AI agents

FloConnector is a hosted WordPress MCP server. Securely connect Claude, ChatGPT and other AI clients to WordPress. Ask in plain English; it runs the 35 tools for you, behind one endpoint, with you deciding what it can touch.

Beta. Connect it today and every tool below is live. It is new enough that we are still testing it against real WordPress accounts, so tell us if something looks off and we will fix it fast.

Built in-house. We wrote this connector ourselves and call WordPress directly, with no third party in the path. Nothing in a request or response is retained by anyone but WordPress.

Tools

Everything your AI can do in WordPress

35 tools your agent gets the moment WordPress is connected.

35 tools

  • list_posts read

    List posts

    List blog posts, with filters for status, category, tag, author and date. Use _fields to keep the response small.

  • get_post read

    Get post

    Fetch a single post by ID.

  • create_post write

    Create post

    Create a blog post. Defaults to draft unless status is set.

  • update_post write

    Update post

    Update an existing post. Only the fields you pass are changed.

  • delete_post write

    Delete post

    Move a post to Trash, or permanently delete it with force=true.

  • list_pages read

    List pages

    List pages, with filters for status, parent and date.

  • get_page read

    Get page

    Fetch a single page by ID.

  • create_page write

    Create page

    Create a page. Defaults to draft unless status is set.

  • update_page write

    Update page

    Update an existing page. Only the fields you pass are changed.

  • delete_page write

    Delete page

    Move a page to Trash, or permanently delete it with force=true.

  • list_media read

    List media

    List media library items (images, documents).

  • get_media read

    Get media item

    Fetch a single media item by ID, including its source URL and sizes.

  • update_media write

    Update media item

    Update a media item's title, caption, alt text or description. Cannot replace the file.

  • list_comments read

    List comments

    List comments, with filters for post, status and author.

  • get_comment read

    Get comment

    Fetch a single comment by ID.

  • create_comment write

    Create comment

    Post a comment on a post.

  • update_comment write

    Update comment

    Edit a comment or change its moderation status (approved, hold, spam, trash).

  • delete_comment write

    Delete comment

    Move a comment to Trash, or permanently delete it with force=true.

  • list_categories read

    List categories

    List post categories.

  • get_category read

    Get category

    Fetch a single category by ID.

  • create_category write

    Create category

    Create a post category.

  • update_category write

    Update category

    Rename or re-parent a category.

  • list_tags read

    List tags

    List post tags.

  • get_tag read

    Get tag

    Fetch a single tag by ID.

  • create_tag write

    Create tag

    Create a post tag.

  • update_tag write

    Update tag

    Rename a tag or change its slug.

  • search read

    Search the site

    Search across posts, pages and other public content. Returns lightweight results (id, title, url, type).

  • list_post_types read

    List post types

    List the post types this site has, including any registered by plugins or the theme. Use it to discover what content exists before querying.

  • list_taxonomies read

    List taxonomies

    List the taxonomies this site has (categories, tags, and any custom ones).

  • list_statuses read

    List post statuses

    List the publication statuses available on this site.

  • list_post_revisions read

    List post revisions

    List the saved revisions of a post — the edit history.

  • get_post_revision read

    Get post revision

    Fetch one revision of a post, including its full content at that point.

  • list_users read

    List users

    List the site's authors. Returns public profile fields only — never email addresses.

  • get_user read

    Get user

    Fetch one user's public profile by ID. Never returns their email address.

  • get_settings read

    Get site settings

    Read the site's settings: title, tagline, timezone, date format, language, and the default post category.

What it covers

WordPress through FloConnector

The WordPress connector handles the publishing surface: posts, pages, media, comments, categories, tags and users, with search across content. It is a native FloConnector connector, and it points at your own site rather than at a vendor cloud, so it works with self-hosted WordPress rather than only WordPress.com.

WordPress authenticates with an application password issued by your own site. That credential cannot be refreshed the way an OAuth token can, so if it is revoked in WordPress the connection asks you to reconnect rather than failing quietly.

Things people ask for

  • Draft a post from an outline and save it without publishing
  • Update an existing page's content and keep its URL
  • Find posts in a category that have not been touched in a year
  • Moderate the comment queue and summarise what is waiting
  • List media that no post references

Questions, answered

How do I connect WordPress to Claude?

Create a FloConnector workspace, connect WordPress once from the dashboard, then add your FloConnector endpoint to Claude as a custom connector. Claude handles the sign-in prompt; there is no server to host and no code to write. The same endpoint works in ChatGPT.

What can Claude do in WordPress?

35 tools: 21 that read WordPress data and 14 that change it. Every tool is listed on this page, so you can see exactly what the model is able to call before you connect.

Does the AI see my WordPress password or API keys?

No. FloConnector holds the WordPress credential, encrypted before it is stored, and calls WordPress on the model's behalf. The AI client only ever sees the tools and their results, never the credential behind them.

Can I stop it changing anything in WordPress?

Yes. Each connection is exposed through a profile, and a profile carries only the tools you switch on. Leave the 14 write tools off and the connection is read-only.

Does this work with ChatGPT as well as Claude?

Yes. The endpoint is a standard hosted MCP server, so it works in any client that supports MCP connectors, including Claude and ChatGPT.