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 Name | Description | Method |
|---|---|---|
| wp_born_mcp_oauth_clients | Stores born mcp oauth clients data created by this plugin. | Static |
| wp_born_mcp_oauth_codes | Stores born mcp oauth codes data created by this plugin. | Static |
| wp_born_mcp_oauth_tokens | Stores access tokens for authentication or API access. | Static |
| wp_born_mcp_sessions | Stores 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_optionsOption key:
born_mcp_db_versionOption key:born_mcp_settingsOption key:born_mcp_well_known_file_errorOption key:born_mcp_well_known_file_pathwp_postmeta