First-MCP-Server-Project vs time
Side-by-side comparison to help you pick between these two MCP servers.
First-MCP-Server-Project by burakarslan0110 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 0 | ★ 85,748 |
| 30d uses | — | — |
| Score | 32 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | C# | TypeScript |
| Last commit | 5 mo ago | this month |
First-MCP-Server-Project · Summary
A .NET 10 MCP server providing math and string processing tools for AI assistants.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
First-MCP-Server-Project · Use cases
- Enable AI assistants to perform mathematical calculations without leaving the chat interface
- Provide text processing capabilities to AI for content analysis
- Demonstrate MCP server implementation in .NET for developers to build upon
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
First-MCP-Server-Project · Install
Installation
- Install [.NET 10.0 SDK](https://dotnet.microsoft.com/download/dotnet/10.0)
- Clone the repository:
git clone https://github.com/burakarslan0110/First-MCP-Server-Project.git - Navigate to the project directory:
cd First-MCP-Server-Project - Restore dependencies:
dotnet restore - Build the project:
dotnet build
Usage
- Run the server:
dotnet run --project First-MCP-Server-Project - Configure your AI assistant (e.g., Claude Desktop) to connect to this MCP server:
{
"mcpServers": {
"first-mcp-server": {
"command": "dotnet",
"args": ["run", "--project", "PATH_TO_PROJECT"]
}
}
}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"]
}
}
}