MCP Server IIS
@dotnet-demos
MCP Server IIS について
Model Context Protocol Server for IIS web server management
基本情報
設定
以下の設定を使って、このサーバーを 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.
「その他」の他のコンテンツ

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
ICSS
chokcoco不止于 CSS
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
コメント