YouTube to LinkedIn MCP Server
@NvkAnirudh
关于 YouTube to LinkedIn MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"YT-to-LinkedIn-MCP-Server": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is YouTube to LinkedIn MCP Server?
A Model Context Protocol (MCP) server that automates generating LinkedIn post drafts from YouTube videos. It extracts transcripts, summarizes them using OpenAI GPT, and produces professional, editable LinkedIn post content.
How to use YouTube to LinkedIn MCP Server?
Clone the repository, set up a Python 3.8+ virtual environment, install dependencies, and configure environment variables (OPENAI_API_KEY, YOUTUBE_API_KEY). Run with uvicorn app.main:app --reload for local development, or deploy via Docker or Smithery. Access the API at http://localhost:8000/docs.
Key features of YouTube to LinkedIn MCP Server
- YouTube transcript extraction from video URLs
- Transcript summarization via OpenAI GPT
- Professional LinkedIn post generation with customizable tone
- Modular FastAPI endpoints for each pipeline step
- Docker and Smithery deployment support
Use cases of YouTube to LinkedIn MCP Server
- Content creators repurposing YouTube videos into LinkedIn posts
- Social media managers automating post drafts from video content
- Professionals quickly generating thought-leadership posts from educational videos
- Teams integrating YouTube-to-LinkedIn workflows into existing MCP tools
FAQ from YouTube to LinkedIn MCP Server
What API keys are required?
OpenAI API key is required for summarization and post generation. YouTube Data API key is optional but recommended for better video metadata. Keys can be set as environment variables or provided in each request.
Can I run this server locally without Docker?
Yes. Clone the repository, create a Python virtual environment, install dependencies, set environment variables, and run with uvicorn app.main:app --reload.
What is the default port and how do I change it?
The server runs on port 8000 by default. You can change it by setting the PORT environment variable.
Are the API keys mandatory in environment variables?
No. API keys can be provided per request via the optional fields in endpoint bodies. However, setting them as environment variables is recommended for local development.
What transport does the server use?
The server uses HTTP (FastAPI) with standard REST endpoints. It does not mention any other transport protocols.
媒体与设计 分类下的更多 MCP 服务器

Spotify MCP
varunnealMCP to connect your LLM with Spotify.
Figma MCP Server
TimHoldenModel Context Protocol server implementation for Figma API
Framelink Figma MCP Server
GLipsMCP server to provide Figma layout information to AI coding agents like Cursor
Figma MCP Server
JayArrowzFigma MCP Server with full API functionality
Game Asset Generator using MCP and Hugging Face Spaces
MubarakHAlketbiAn MCP server for creating 2D/3D game assets from text using Hugging Face AI models.
评论