MCP Directory
Back

ModelContextProtocol-WebAPI

by enesdonmez · C# · ★ 3

ASP.NET Core WebAPI tabanlı Model Context Protocol (MCP) ile Tool oluşturma

#mcp#mcp-server#net10#webapi

Install

git clone https://github.com/enesdonmez/ModelContextProtocol-WebAPI.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "modelcontextprotocol-webapi": {
      "command": "npx",
      "args": [
        "-y",
        "github:enesdonmez/ModelContextProtocol-WebAPI"
      ]
    }
  }
}

From the README

> ASP.NET Core tabanlı **Model Context Protocol (MCP)** HTTP sunucu implementasyonu — AI modellerinin harici araç ve servislerle entegre olmasını sağlar. **ModelContextProtocol.WebAPI**, Anthropic tarafından tanımlanan [Model Context Protocol (MCP)](https://modelcontextprotocol.io) standardını ASP.NET Core WebAPI üzerinde uygulayan bir örnek/referans projesidir. Resmi [](https://www.nuget.org/packages/ModelContextProtocol.AspNetCore) NuGet paketi kullanılarak HTTP tabanlı bir MCP sunucusu inşa eder. Bu sayede Claude gibi AI modelleri, özel araçları (tools) HTTP üzerinden çağırabilir. --- **…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related ai & ml servers