Youtube Creator
Rank #31,633io.github.wmarceau/youtube-creator
MCP server providing youtube-creator capabilities
Youtube Creator is a Model Context Protocol (MCP) server published by MarceauSolutions. It ranks #31,633 of 115,591 servers tracked on MCP Toplist. Youtube Creator is listed on Official MCP, with 2 tracked versions. It was first listed on Jan 16, 2026 and most recently updated on Jan 16, 2026.
Ranks ahead of 83,958 of 115,591 servers on MCP Toplist.
Use Youtube Creator
claude mcp add youtube-creator -e "YOUTUBE_CREDENTIALS_PATH=<your YOUTUBE_CREDENTIALS_PATH>" -e "YOUTUBE_TOKEN_PATH=<your YOUTUBE_TOKEN_PATH>" -- uvx youtube-creator-mcpReplace each placeholder with your own value before saving.
[mcp_servers.youtube-creator]
command = "uvx"
args = ["youtube-creator-mcp"]
[mcp_servers.youtube-creator.env]
YOUTUBE_CREDENTIALS_PATH = "<your YOUTUBE_CREDENTIALS_PATH>"
YOUTUBE_TOKEN_PATH = "<your YOUTUBE_TOKEN_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"youtube-creator": {
"command": "uvx",
"args": [
"youtube-creator-mcp"
],
"env": {
"YOUTUBE_CREDENTIALS_PATH": "<your YOUTUBE_CREDENTIALS_PATH>",
"YOUTUBE_TOKEN_PATH": "<your YOUTUBE_TOKEN_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"youtube-creator": {
"command": "uvx",
"args": [
"youtube-creator-mcp"
],
"env": {
"YOUTUBE_CREDENTIALS_PATH": "<your YOUTUBE_CREDENTIALS_PATH>",
"YOUTUBE_TOKEN_PATH": "<your YOUTUBE_TOKEN_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"youtube-creator": {
"type": "stdio",
"command": "uvx",
"args": [
"youtube-creator-mcp"
],
"env": {
"YOUTUBE_CREDENTIALS_PATH": "<your YOUTUBE_CREDENTIALS_PATH>",
"YOUTUBE_TOKEN_PATH": "<your YOUTUBE_TOKEN_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"youtube-creator": {
"command": "uvx",
"args": [
"youtube-creator-mcp"
],
"env": {
"YOUTUBE_CREDENTIALS_PATH": "<your YOUTUBE_CREDENTIALS_PATH>",
"YOUTUBE_TOKEN_PATH": "<your YOUTUBE_TOKEN_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"youtube-creator": {
"command": "uvx",
"args": [
"youtube-creator-mcp"
],
"env": {
"YOUTUBE_CREDENTIALS_PATH": "<your YOUTUBE_CREDENTIALS_PATH>",
"YOUTUBE_TOKEN_PATH": "<your YOUTUBE_TOKEN_PATH>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.wmarceau%2Fyoutube-creator)<a href="https://mcptoplist.com/server/io.github.wmarceau%2Fyoutube-creator"><img src="https://mcptoplist.com/badge/io.github.wmarceau%2Fyoutube-creator.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
MarceauSolutions
Other servers by MarceauSolutions
View all MarceauSolutions servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Jan 16, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Youtube Creator?
- Youtube Creator is maintained by MarceauSolutions, which publishes 11 MCP servers (19 total versions) tracked on MCP Toplist.
- Is Youtube Creator listed on the Official MCP Registry?
- Yes — Youtube Creator is listed on the Official MCP Registry.
- How many versions does Youtube Creator have?
- MCP Toplist tracks 2 versions of Youtube Creator, most recently published on Jan 16, 2026.
- Where can I find the source code for Youtube Creator?
- The source code for Youtube Creator is hosted at github.com/MarceauSolutions/dev-sandbox.