coredevsushant/mcp.example
Integrate Claude AI with .NET Web API using Model Context Protocol (MCP). This example shows how to connect a .NET MCP server and ASP.NET Core Web API for real-time data exchange. Ideal for developers building Claude AI plugins, assistants, or chatbots with live backend support via stdio transport.
Platform-specific configuration:
{
"mcpServers": {
"mcp.example": {
"command": "npx",
"args": [
"-y",
"mcp.example"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...