Collection of my MCP (Model Context Protocol) servers written in .NET
{
"mcpServers": {
"netmcpservers": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Collection of my MCP (Model Context Protocol) servers written in .NET
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 90 days ago. 1 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
MCP Security Weekly
Get CVE alerts and security updates for NetMcpServers and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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 --yes
For .NET 8 or 9, install as global tools:
dotnet tool install --global Mcp.Server.MauiDevEnv
Add 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.
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 MauiDevEnv
agents.md files in each project for detailed LLM-friendly documentationagents.md provides repository overview