DotNetMetadataMcpServer

V0v1kkk/DotNetMetadataMcpServer
★ 25 stars C# 🤖 AI/LLM Updated 20d ago
A Model Context Protocol (MCP) server that provides detailed type information from .NET projects for AI coding agents.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dotnetmetadatamcpser": {
      "command": "npx",
      "args": [
        "-y",
        "V0v1kkk/DotNetMetadataMcpServer"
      ]
    }
  }
}