@taotao7/bypass-content-platform-mcp
v0.4.0
Published
MCP server for Bypass Content Platform
Readme
@taotao7/bypass-content-platform-mcp
MCP server for Bypass Content Platform.
Usage
In your MCP client config (Claude Desktop, Cursor, etc.):
{
"mcpServers": {
"bypass": {
"command": "npx",
"args": ["-y", "@taotao7/bypass-content-platform-mcp"],
"env": {
"BYPASS_API_URL": "https://content.airbypass.com",
"BYPASS_API_TOKEN": "bypass_xxxxxxxx"
}
}
}
}Get your BYPASS_API_TOKEN from the Bypass web admin panel (/admin/tokens).
Tools
create_post— Create a draft postupload_image— Upload a local image file to a post (passfile_path; uploads straight to storage via a presigned URL)finalize_post— Build zip and move post to todolist_posts— List postsget_post— Get a single post with images
