post_channel_videos — youtube MCP Tool Mutating
post_channel_videos
(post channel videos) is one of 20 tools on the
youtube
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call post_channel_videos from your client
- Claude Code youtube post_channel_videos run in your project directory
- Claude Desktop youtube post_channel_videos ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor youtube post_channel_videos ~/.cursor/mcp.json
- VS Code youtube post_channel_videos .vscode/mcp.json
- Zed youtube post_channel_videos ~/.config/zed/settings.json
- Windsurf youtube post_channel_videos ~/.codeium/windsurf/mcp_config.json
- Cline youtube post_channel_videos ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI youtube post_channel_videos ~/.gemini/settings.json
- Grok youtube post_channel_videos .mcp.json (in your project root)
- ChatGPT youtube post_channel_videos Settings → Connectors → Advanced → Developer mode
- Claude.ai youtube post_channel_videos Settings → Connectors → Add custom connector
- LangChain youtube post_channel_videos pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http youtube https://mcp.jojapi.com/youtube
Other tools on this server
- get_v1_auto_complete
- get_v1_search
- get_v2_trending
- get_v1_home
- get_v1_channel_details
- get_v1_channel_videos
- get_v1_channel_playlists
- get_v1_channel_community
- get_v1_channel_channels
- get_v1_channel_search
- get_v1_video_details
- get_v2_video_details
- get_v1_video_comments
- get_v1_video_streaming_data
- get_v1_video_related_contents
- get_v1_playlist_details
- get_v1_playlist_videos
- get_v1_community_post_details
- get_v1_community_post_comments
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.