vidseeds
v1.9.2VidSeeds.ai connector for pre-upload video SEO/metadata optimization + multi-platform publishing (247 tools). Workflow skills for efficient MCP use. Paid connector with a 14-day free trial. Requires a free Personal Access Token from https://vidseeds.ai/settings/mcp-settings.
By VidSeeds.aiLicense: MIT1.1k GitHub starsUpdated 12 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 7 skill or MCP entries
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install vidseeds for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add vidseeds@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “vidseeds” remain stable.
- Codex:
vidseeds@agent-plugin-marketplace→vidseeds@awesome-codex-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/CarrotGamesStudios/vidseeds-mcp/.
Plugin files
├── .codex-plugin/plugin.json├── skills/vidseeds-analytics/SKILL.md├── skills/vidseeds-efficiency/SKILL.md├── skills/vidseeds-local-video/SKILL.md├── skills/vidseeds-projects/SKILL.md├── skills/vidseeds-publishing/SKILL.md├── skills/vidseeds-setup/SKILL.md└── skills/vidseeds-thumbnails/SKILL.md
Included Skills7
Use for VidSeeds MCP analytics and research - YouTube analytics, channel intelligence, video autopsy, outliers, competitors, trending/breakout discovery, keyword research, comment sentiment, and best-practices tools. Outcomes only; not internal scoring details.
Use before expensive VidSeeds MCP workflows - seeds, daily MCP call quotas, async jobId polling, when to call vidseeds_get_seed_balance, and avoiding retry loops on MCP_QUOTA_EXCEEDED or insufficient seeds.
Use when the user's video is on disk - VidSeeds MCP probe, frame/clip extraction, ffmpeg recipes, precision trim, and midroll analysis. Hosted tools return commands/recipes to run locally; media stays on the user's machine.
Use for VidSeeds MCP project workflows - create a project from YouTube, list/get/snapshot, regenerate metadata (sync or async), translate metadata, apply thumbnails, and update per-platform config before publish.
Use for VidSeeds MCP publishing - platform connections, OAuth connect URLs, activate YouTube channel, update connection settings, preflight/confirm/cancel publish, publish status, direct YouTube upload, and updating live YouTube metadata.
Use when connecting to VidSeeds.ai, getting AUTH_REQUIRED or SUBSCRIPTION_REQUIRED from the vidseeds MCP server, or setting up VIDSEEDS_PAT / OAuth for the connector. Not for workflow recipes - use vidseeds-efficiency and domain skills after connect.
Use for VidSeeds MCP thumbnail workflows - generate, poll jobs, edit, restyle, Thumbnail Studio (trends, briefs, subjects, overlay text), apply to a project, publish to YouTube, or thumbnails from a local video file via vidseeds-local.
Plugin manifests1
{
"name": "vidseeds",
"version": "1.9.2",
"description": "VidSeeds.ai connector for pre-upload video SEO/metadata optimization + multi-platform publishing (247 tools). Workflow skills for efficient MCP use. Paid connector with a 14-day free trial. Requires a free Personal Access Token from https://vidseeds.ai/settings/mcp-settings.",
"author": {
"name": "VidSeeds.ai",
"url": "https://vidseeds.ai"
},
"homepage": "https://vidseeds.ai",
"repository": "https://github.com/CarrotGamesStudios/vidseeds-mcp",
"license": "MIT",
"keywords": [
"video-seo",
"metadata",
"youtube",
"tiktok",
"instagram",
"thumbnails",
"chapters",
"mcp",
"publishing",
"seo"
],
"skills": "./skills/",
"mcpServers": "./codex.mcp.json",
"interface": {
"type": "cli",
"displayName": "VidSeeds.ai",
"shortDescription": "Pre-upload video SEO/metadata optimization and multi-platform publishing.",
"longDescription": "VidSeeds.ai analyzes your existing video and generates optimized titles, descriptions, tags, thumbnails, and chapters for YouTube, TikTok, Instagram, Facebook, LinkedIn, and X, then publishes. Hosted MCP connector (247 tools) with workflow skills and a 14-day free trial; requires a free Personal Access Token from https://vidseeds.ai/settings/mcp-settings.",
"developerName": "VidSeeds.ai",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://vidseeds.ai",
"privacyPolicyURL": "https://vidseeds.ai/privacy-policy",
"termsOfServiceURL": "https://vidseeds.ai/terms-of-service",
"composerIcon": "./assets/icon.png",
"logo": "./assets/icon.png",
"screenshots": [
"./assets/icon.png"
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[vidseeds on Agent Plugins Marketplace](https://pluginsmp.com/plugins/vidseeds)