YouTube Studio MCP Server
by IamSRC12
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port (default: 3000). | 3000 |
| MCP_MODE | No | MCP connection mode: 'sse' (built-in express server) or 'stdio' (external GitHub MCP binary). | sse |
| GEMINI_API_KEY | Yes | Google Gemini API key (from Google AI Studio). | |
| NGROK_AUTHTOKEN | No | Ngrok authtoken (optional but recommended). | |
| EXTERNAL_MCP_ARGS | No | Arguments for external MCP server, comma-separated (used if MCP_MODE=stdio). | |
| YOUTUBE_CLIENT_ID | Yes | OAuth 2.0 Client ID from Google Cloud Console. | |
| EXTERNAL_MCP_COMMAND | No | Command for external MCP server (used if MCP_MODE=stdio). | |
| YOUTUBE_CLIENT_SECRET | Yes | OAuth 2.0 Client Secret from Google Cloud Console. | |
| YOUTUBE_REFRESH_TOKEN | Yes | YouTube OAuth refresh token obtained via the auth-helper wizard. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/IamSRC12/youtube-studio-gemini-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server