@taotao7/bypass-content-platform-mcp
v0.7.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 post (kind:imageorvideo)upload_image— Upload a local image file to a post (passfile_path; uploads straight to storage via a presigned URL). Video posts use this for the cover image.upload_video— Upload a local video file to a video post (passfile_path; Worker issues an R2 PUT URL, file never goes through the API)finalize_post— Build zip and move post to todo. Video posts need a video plus at least one cover image.list_posts— List postsget_post— Get a single post with images
