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.
其他 分类下的更多 MCP 服务器
Nginx UI
0xJackyYet another WebUI for Nginx
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论