HTFlow
CMS MCP Server
Standalone admin-only MCP server for HTFlow CMS. Connect AI tools to manage collections, fields, reusable single post templates, and posts.
Endpoints
/mcp — primary bearer-token MCP endpoint/api/mcp — alias endpoint/chatgpt/mcp — ChatGPT custom MCP app bridge/claude/mcp — Claude custom connector bridgeChatGPT Setup
MCP Server URL:
https://cms-mcp.htflow.com/chatgpt/mcpAuthentication: OAuth
Registration method: Dynamic Client Registration (DCR)
Default scopes:
mcpDuring authorization, paste an admin HTFlow API token. Non-admin tokens are rejected before any CMS tools are exposed.
This bridge exposes a stricter ChatGPT-compatible tool set. Complex inputs use JSON string arguments such as
fields_json and field_values_json.Direct Bearer-Token Config
{
"mcpServers": {
"htflow-cms": {
"url": "https://cms-mcp.htflow.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_ADMIN_TOKEN"
}
}
}
}Available Tools
list_collectionsget_collectioncreate_collectionupdate_collectiondelete_collectionlist_fieldscreate_fieldupdate_fielddelete_fieldcreate_collection_blueprintupdate_collection_blueprintlist_single_post_templatesget_single_post_templatecreate_single_post_templateupdate_single_post_templatedelete_single_post_templatelist_postsget_postcreate_postupdate_postdelete_post