mcp-server-iis

MCP Server IISは、IISウェブサーバー管理のためのModel Context Protocol(MCP)サーバーです。Windows環境でIISがインストールされている必要があり、.NET 8 SDKを使用して構築されます。主にローカル環境での使用を想定しており、SSEを通じてデータを送信します。機能は限られていますが、VS CodeやClaude Desktopなどのツールと連携可能です。

GitHubスター

0

ユーザー評価

未評価

お気に入り

0

閲覧数

39

フォーク

0

イシュー

0

README
MCP Server IIS

Model Context Protocol (MCP) Server for IIS web server management

How to run
  • Checkout source
  • Compile and run either via Visual Studio or VS Code
    • dotnet build
    • dotnet run
How to test
  • Register the server into MCP hosts such as VS Code, Claude Desktop
  • Use the URL shown by dotnet run with /sse appended (e.g., http://localhost:5000/sse).
Prerequisites
  • Windows with IIS installed and configured
  • .NET 8 SDK
  • Visual Studio or Visual Studio Code
Limitations
  • Works only with local IIS. No remote support
  • Limited capabilities as tool
  • The transport used is SSE not the StdIO
Tools & Technologies
  • .NET 8 with C#
  • Model Context Protocol (MCP)
  • Nuget packages
    • ModelContextProtocol
    • Microsoft.Web.Administration
    • Microsoft.Extensions.Hosting