dotnet-ai-mcp-server
v1.0.6
Published
MCP Server for .NET AI development - provides real code samples from Semantic Kernel, OpenAI .NET, MCP C# SDK, and more
Maintainers
Readme
dotnet-ai-mcp-server
MCP Server for .NET AI development - provides real code samples from Semantic Kernel, OpenAI .NET, MCP C# SDK, and more.
Installation
npm install -g dotnet-ai-mcp-serverOr use with npx (no installation needed):
npx dotnet-ai-mcp-serverUsage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"dotnet-ai": {
"command": "npx",
"args": ["-y", "dotnet-ai-mcp-server"]
}
}
}Config file locations:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Features
- Real code samples from official Microsoft repositories
- GitHub integration - fetches live code from Semantic Kernel, OpenAI .NET, MCP C# SDK, and more
- Microsoft Learn docs - searches official documentation
- No .NET SDK required - self-contained executable
Supported Platforms
- macOS (Intel & Apple Silicon)
- Linux (x64 & ARM64)
- Windows (x64)
License
MIT
