MCP Server IIS
@dotnet-demos
About MCP Server IIS
Model Context Protocol Server for IIS web server management
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-iis": {
"type": "http",
"url": "http://localhost:5000/sse"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers

EverArt
modelcontextprotocolModel Context Protocol Servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments