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).
MCP Plugin for .NET is a comprehensive solution for integrating .NET applications with the Model Context Protocol (MCP). It allows exposing methods and data as Tools, Prompts, and Resources to AI assistants. It uses a Bridge Architecture with SignalR for real-time bidirectional communication, solving the independent lifecycle problem for heavy .NET applications like Unity or WPF.
Features
Compatibility
Use cases
Alternatives
Related searches
Comments
- RReese BrownMay 23, 2026
Good for .NET developers who want to make their application capabilities accessible to AI.
- KKendall ClarkApr 2, 2026
Plugin architecture means MCP exposure doesn't require rewriting application code.
- JJamie JohnsonMar 31, 2026
Works with standard .NET applications through the plugin interface.
- Kendall LeeMar 12, 2026
.NET MCP bridge that exposes app methods and data as MCP tools via plugin.