IIS Manager
0
Manages Internet Information Services (IIS) web servers using the Model Context Protocol.
关于
IIS Manager is a Model Context Protocol (MCP) server designed for managing IIS web servers. Built with .NET 8 and C#, it enables automation and server administration tasks through integration with MCP-compatible hosts like VS Code and Claude Desktop. It supports local IIS instances and communicates using Server-Sent Events (SSE). While offering limited capabilities currently, it provides a foundation for extending IIS management within MCP environments.
主要功能
- Integrates with MCP-compatible hosts (e.g., VS Code, Claude Desktop)
- Supports local IIS server management
- Uses Server-Sent Events (SSE) for communication
- Built with .NET 8 and C#
- 0 GitHub stars
使用案例
- Automating IIS server configuration
- Integrating IIS management into development workflows
- Managing local IIS instances through MCP hosts