[project]
name = "ytmcp"
version = "0.1.0"
description = "YouTube Model Context Protocol Server - Production-grade MCP server with 16 read-only YouTube tools"
readme = "README.md"
requires-python = ">=3.13"
authors = [
{ name = "Your Name", email = "your.email@example.com" }
]
keywords = ["mcp", "youtube", "ai", "llm", "model-context-protocol"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3.13",
]
dependencies = [
"mcp>=1.25.0",
"scrapetube>=2.6.0",
"youtube-search-python>=1.6.6",
"youtube-transcript-api>=1.2.3",
"yt-dlp>=2025.12.8",
]
[project.scripts]
ytmcp = "ytmcp.server:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"