NikiforovAll/mcp-template-dotnet
This repository contains a template for creating a Model Context Protocol (MCP) applications in .NET.
This is a template for creating applications that connect large language models (LLMs) to external data sources and tools. It allows developers to quickly set up a .NET application that can serve as a bridge, taking requests from an LLM, interacting with your custom data or logic, and returning the results to the LLM. It's for .NET developers building intelligent applications that need to go beyond an LLM's built-in knowledge.
Use this if you are a .NET developer needing to integrate custom data, APIs, or business logic with an LLM application.
Not ideal if you are not a .NET developer or are looking for a pre-built, non-customizable solution for LLM integration.
Stars
24
Forks
1
Language
C#
License
MIT
Category
Last pushed
Dec 29, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/NikiforovAll/mcp-template-dotnet"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
microsoft/mcp
Catalog of official Microsoft MCP (Model Context Protocol) server implementations for AI-powered...
microsoft/mcp-dotnet-samples
A comprehensive set of samples of creating and using MCP servers and clients with .NET
nisalgunawardhana/How-To-Create-MCP-Server
This guide will help you set up a basic MCP (Model Context Protocol) server in .NET, configure...
MCDxAI/minecraft-dev-mcp
Model Context Protocol server for Minecraft Development
afrise/MCPSharp
MCPSharp is a .NET library that helps you build Model Context Protocol (MCP) servers and clients...