Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcpserveryoutubedemo": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This is the code for the following YouTube video (hosted on Nick Chapsas's channel)... https://www.youtube.com/watch?v=DpyjAKmNwpI
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools / entertainment
Manage Supabase projects — databases, auth, storage, and edge functions
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP server for using the GitLab API
MCP Security Weekly
Get CVE alerts and security updates for McpServerYouTubeDemo and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
This is the code for the following YouTube video (hosted on Nick Chapsas's channel)... https://www.youtube.com/watch?v=DpyjAKmNwpI
The video describes what the code does - this readme is just to highlight some prerequisites for running this demo yourself.
https://dotnet.microsoft.com/en-us/download/dotnet/9.0
If you're trying to get the clientside (ExampleClientApplication) working, then you'll need an OpenAI key.
You can then set it via a dotnet user secret, with the following dotnet command...
cd ExampleClientApplication
dotnet user-secrets set OpenAiApiKey <my openai key>
If you're having trouble getting this to work - ensure you've built the solution before trying to add it as an MCP Server in vscode. The command in the video (and above) to install the MCP Server in vscode has --no-build, so you need to ensure you've built it manually beforehand. Double-check that build output for any errors.
If running the MCP Server in GitHub Copilot doesn't work - open the vscode output window via "mcp.json -> More -> Show Output", and inspect the output for any warnings or errors.