We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/socialnetwork0/youtube-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[project]
name = "yl-playground-mcp-server"
version = "0.1.0"
description = "YouTube MCP Server for Dedalus - Remote HTTP server with YouTube search capabilities"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"dedalus-labs==0.1.0a8",
"httpx>=0.28.1",
"mcp>=1.16.0",
"pydantic>=2.12.0",
"python-dotenv>=1.0.0",
"requests>=2.32.5",
"ua-generator>=2.0.15",
]
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[tool.setuptools]
packages = ["src"]
[project.scripts]
main = "src.main:main"