Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ Third-party plugins built by the community. [PRs welcome](#contributing)!
- [TokRepo Search](https://github.com/henu-wang/tokrepo-codex-plugin) - Search and install AI assets from TokRepo with a bundled skill and MCP server for Codex.
- [unslop](https://github.com/MohamedAbdallah-14/unslop) - Strip AI writing patterns from text output — removes filler phrases, hedging language, and generic constructs to produce cleaner written content. Install: `npm install -g unslop`.
- [Upwork Autopilot](https://github.com/klajdikkolaj/upwork-autopilot) - Controlled Upwork job search, qualification, and proposal submission sessions through a dedicated Chrome profile.
- [VidSeeds.ai](https://github.com/CarrotGamesStudios/vidseeds-mcp) - Pre-upload video SEO and metadata optimization — generates titles, descriptions, tags, thumbnails, and chapters from your existing video and publishes across YouTube, TikTok, Instagram, Facebook, LinkedIn, and X via a hosted MCP connector (148 tools, paid with a 14-day free trial).
- [Yandex Direct](https://github.com/nebelov/yandex-direct-for-all) - GitHub-ready Codex plugin bundle for Yandex Direct, Wordstat, Metrika, and Roistat.


Expand Down
40 changes: 40 additions & 0 deletions plugins/CarrotGamesStudios/vidseeds-mcp/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"name": "vidseeds",
"version": "1.6.1",
"description": "VidSeeds.ai connector — pre-upload video SEO/metadata optimization + multi-platform publishing (148 tools). Paid connector with a 14-day free trial. Requires a free Personal Access Token from https://vidseeds.ai/settings/developer-tokens.",
"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 (148 tools) with a 14-day free trial; requires a free Personal Access Token from https://vidseeds.ai/settings/developer-tokens.",
"developerName": "VidSeeds.ai",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://vidseeds.ai",
"composerIcon": "./assets/icon.png"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.