Back to MCP Servers
DotNetMetadataMcpServer
Provides AI agents with detailed type information from .NET projects including assembly exploration, namespace discovery, type reflection, and NuGet integration
developer-toolsaiagent
By V0v1kkk
Installation
npx -y DotNetMetadataMcpServerConfiguration
{
"mcpServers": {
"DotNetMetadataMcpServer": {
"command": "npx",
"args": ["-y", "DotNetMetadataMcpServer"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes