.NET MCP bridge: expose app methods/data as MCP tools, prompts, and resources via an in-app plugin + lightweight server (SignalR; stdio/http).
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-plugin-dotnet": {
"command": "npx",
"args": [
"-y",
"IvanMurzak/MCP-Plugin-dotnet"
]
}
}
}
Run in terminal:
claude mcp add mcp-plugin-dotnet npx -y IvanMurzak/MCP-Plugin-dotnet
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-plugin-dotnet": {
"command": "npx",
"args": [
"-y",
"IvanMurzak/MCP-Plugin-dotnet"
]
}
}
}