🔍
Dotnet Sample
MCP Server implementation example in .NET 9 using .NET MCP SDK
0 installs
Trust: 34 — Low
Search
Ask AI about Dotnet Sample
Powered by Claude · Grounded in docs
I know everything about Dotnet Sample. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
mcp_dotnet_sample
MCP Server implementation example in .NET 9 using .NET MCP SDK
How to run it on macOS / Windows
- Install the .NET 9 SDK.
- Install
ffmpegand ensure it is available in yourPATH. - Install Claude Desktop.
- Copy
claude_desktop_config.jsonto the Claude config directory
(for example:~/Library/Application/Support/Claude/on macOS or '%APPDATA%\Claude' on Windows). - Add a valid Google Gemini API key to the config file.
- Set the path to this .NET project in the config file.
Data sensitivity considerations
This solution extracts video keyframes and sends them to the Google Gemini cloud API for analysis. If your videos contain sensitive data, be aware that these frames are processed externally. If needed, you can replace the cloud model with a locally hosted LLM to keep all processing offline.
Requirements
- macOS
- .NET 9 SDK
- ffmpeg
- Claude Desktop
- Google Gemini API key
