The largest collection of MCP Servers, including Awesome MCP Servers and Claude MCP integration. Search and discover MCP servers to enhance your AI capabilities.
SaferSkills independently audited NetMcpServers (MCP Server) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Collection of MCP (Model Context Protocol) servers written in .NET, published as NuGet packages.
With .NET 10 or later, you can run the servers directly without installation:
dnx Mcp.Server.MauiDevEnv --yesFor .NET 8 or 9, install as global tools:
dotnet tool install --global Mcp.Server.MauiDevEnvAdd to your MCP client configuration file (e.g., Claude Desktop, GitHub Copilot):
For .NET 10+ (using dnx):
{
"mcpServers": {
"mauidevenv": {
"type": "stdio",
"command": "dnx",
"args": ["Mcp.Server.MauiDevEnv", "--yes"]
}
}
}For .NET 8/9 (using installed tools):
{
"mcpServers": {
"mauidevenv": {
"type": "stdio",
"command": "mcp-server-mauidevenv"
}
}
}See individual mcp.json files in each project folder for ready-to-use configurations.
Package: Mcp.Server.MauiDevEnv Command: mcp-server-mauidevenv or dnx Mcp.Server.MauiDevEnv
Manage .NET MAUI development environments including .NET SDKs, Android SDK, and Java JDK.
#### Tools
`dotnet_info` - Get comprehensive .NET SDK and runtime information
`get_android_environment_info` - Get Android SDK and Java JDK information
`android_sdk_accept_licenses` - Accept Android SDK licenses
android_sdk_home (optional)`android_sdk_install_package` - Install Android SDK packages
package_path_or_id, android_sdk_home (optional)`android_sdk_uninstall_package` - Uninstall Android SDK packages
package_path_or_id, android_sdk_home (optional)`android_sdk_download` - Download Android SDK
android_sdk_home (required)# Test MauiDevEnv server
dotnet run --project MauiDevEnvagents.md files in each project for detailed LLM-friendly documentationagents.md provides repository overview~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.