Back to directory
coredevsushant/mcp.example

coredevsushant/mcp.example

@coredevsushant

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.

mcpdotnetclaudewebapiexampleintegrationcsharptool

Installation & Configuration

{
  "inputs": [],
  "mcpServers": {
    "weather": {
      "type": "stdio",
      "command": "dotnet",
      "args": [
        "run",
        "--project",
        "MCP.Server",
        "--no-build"
      ]
    }
  }
}

Information

Transport
stdio
Language
C#
Created
2026/6/15
Updated
2026/6/17