IvanMurzak/MCP-Plugin-dotnet
.NET MCP bridge: expose app methods/data as MCP tools, prompts, and resources via an in-app plugin + lightweight server (SignalR; stdio/http).
This tool helps .NET developers integrate their desktop applications, game servers, or Unity projects with AI assistants like Claude. It allows the AI to trigger methods, access data, and utilize prompts from a running .NET application. The developer defines what their app can offer, and the AI can then interact with the live application instance.
Use this if you are a .NET developer building complex applications like WPF desktop apps, Unity games, or game servers, and you want to enable AI assistants to interact with your application's live state and functionality.
Not ideal if you need a simple, self-contained MCP server that is designed to be spawned and terminated rapidly by an AI client without needing to connect to an already-running application.
Stars
8
Forks
2
Language
C#
License
Apache-2.0
Category
Last pushed
Mar 11, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/IvanMurzak/MCP-Plugin-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...