Born Creative MCP Server

A remote MCP server over HTTP with OAuth 2.1, letting AI assistants like Claude securely create, update, and schedule WordPress content.

4 database tables

Table NameDescriptionMethod
wp_born_mcp_oauth_clientsStores born mcp oauth clients data created by this plugin.Static
wp_born_mcp_oauth_codesStores born mcp oauth codes data created by this plugin.Static
wp_born_mcp_oauth_tokensStores access tokens for authentication or API access.Static
wp_born_mcp_sessionsStores session data for tracking user or visitor state.Static

Core Table Usage

This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.

wp_options
Option key:born_mcp_db_versionOption key:born_mcp_settingsOption key:born_mcp_well_known_file_errorOption key:born_mcp_well_known_file_path
wp_postmeta
Post meta