MCP.so
ログイン

MCP Server IIS

@dotnet-demos

MCP Server IIS について

Model Context Protocol Server for IIS web server management

基本情報

カテゴリ

その他

ランタイム

c#

トランスポート

stdio

公開者

dotnet-demos

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-server-iis": {
      "type": "http",
      "url": "http://localhost:5000/sse"
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is MCP Server IIS?

MCP Server IIS is a Model Context Protocol (MCP) server that provides an interface to manage a local IIS web server. It is intended for developers and system administrators who want to control IIS through MCP‑compatible hosts like VS Code or Claude Desktop.

How to use MCP Server IIS?

Build and run the server from source using dotnet build and dotnet run (requires .NET 8 SDK and IIS on Windows). Register the running server in an MCP host using the SSE endpoint (e.g., http://localhost:5000/sse).

Key features of MCP Server IIS

  • Implements the Model Context Protocol for IIS management
  • Uses Server‑Sent Events (SSE) transport
  • Built with .NET 8 and C#
  • Leverages Microsoft.Web.Administration for configuration
  • Integrates with Visual Studio Code and Claude Desktop

Use cases of MCP Server IIS

  • Manage local IIS application pools, sites, and other settings from an AI assistant
  • Automate routine IIS maintenance tasks via scripted MCP interactions
  • Incorporate IIS administration into a developer’s existing MCP‑aware workflow

FAQ from MCP Server IIS

What are the prerequisites to run this server?

Windows with IIS installed and configured, .NET 8 SDK, and Visual Studio or Visual Studio Code.

Which transport does the server use?

The server uses SSE (Server‑Sent Events), not StdIO.

Can the server manage remote IIS instances?

No. The server works only with a local IIS installation; remote management is not supported.

Are there any known limitations?

The server has limited capabilities as an MCP tool and only supports local IIS.

コメント

「その他」の他のコンテンツ