How-To-Create-MCP-Server and mcp-template-dotnet
About How-To-Create-MCP-Server
nisalgunawardhana/How-To-Create-MCP-Server
This guide will help you set up a basic MCP (Model Context Protocol) server in .NET, configure it in VS Code, and interact with it using Copilot Chat.
Implements MCP servers using .NET's dependency injection and the ModelContextProtocol NuGet package with stdio transport, enabling tools to be auto-discovered from assemblies via attributes. The guide covers the complete integration workflow from local development through VS Code configuration to Copilot Chat consumption, including a contribution model with automated badge verification for completed implementations.
About mcp-template-dotnet
NikiforovAll/mcp-template-dotnet
This repository contains a template for creating a Model Context Protocol (MCP) applications in .NET.
Provides multiple transport modes (stdio, HTTP, and hybrid) and uses .NET dependency injection with attribute-based tool registration via `[McpServerTool]` for automatic discovery. Includes built-in support for .NET Aspire orchestration, enabling developers to run MCP servers as distributed applications or publish them as global .NET tools for seamless LLM integration.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work