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

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "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 →

Related other servers