YouTube Search MCP Server
by sacahan
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDIS_DB | No | Redis database number | 0 |
| REDIS_HOST | No | Redis host for caching | localhost |
| REDIS_PORT | No | Redis port | 6379 |
| PYTHONUNBUFFERED | No | Ensure Python output is unbuffered | 1 |
| MCP_SEARCH_RETRIES | No | Retry attempts on search failure | 3 |
| MCP_SEARCH_TIMEOUT | No | Search operation timeout in seconds | 15 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| youtube_searchA | 搜尋 YouTube 影片。支援按關鍵字搜尋,可指定結果數量限制(1-100,預設 1)和排序方式(relevance 或 date,預設 relevance)。返回包含視頻 ID、標題、頻道、URL、觀看次數和上傳日期的完整結果。 |
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/sacahan/YTSearch'
If you have feedback or need assistance with the MCP directory API, please join our Discord server