ILSpy-Mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
ILSpy-Mcp by bivex | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 33 | ★ 85,748 |
| 30d uses | — | — |
| Score | 44 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | C# | TypeScript |
| Last commit | 2 mo ago | this month |
ILSpy-Mcp · Summary
A .NET assembly decompiler and analysis tool that exposes ILSpy's capabilities through the MCP protocol for AI assistants.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
ILSpy-Mcp · Use cases
- Reverse-engineer .NET assemblies to understand their structure and functionality
- Analyze third-party libraries to understand their APIs and implementation details
- Debug .NET applications by examining the actual code rather than just debugging symbols
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
ILSpy-Mcp · Install
Installation
Prerequisites
- .NET 9.0 SDK or higher
- MCP-compatible client (Claude Code, Cursor, Claude Desktop, etc.)
Install the tool
dotnet tool install -g ILSpyMcp.ServerUpdate to latest version
dotnet tool update -g ILSpyMcp.ServerConfigure for Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"ilspy-mcp": {
"command": "ilspy-mcp",
"args": []
}
}
}time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}