mcp.example

coredevsushant/mcp.example
★ 3 stars C# 🤖 AI/LLM Updated 6mo ago
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.
View on GitHub →

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.example": {
      "command": "npx",
      "args": [
        "-y",
        "coredevsushant/mcp.example"
      ]
    }
  }
}