MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

get local time mcp

Created 6/2/2025
Updated 3 days ago
Repository documentation and setup instructions

MCP Time Server

Project Overview

This is an MCP server implemented in Golang, specifically designed to address the issue of incorrect time acquisition for large models in Cursor IDE. By adhering to the standardized MCP protocol, it provides accurate time services for AI models.

Features

✅ Provides precise time acquisition services

✅ Supports time zone conversion for multiple time zones

✅ Resolves the time acquisition error issue for Cursor Sonnet4

✅ Lightweight and high-performance implementation in Golang

✅ Complies with the MCP protocol standard

Installation Guide

Prerequisites

Go 1.20+ environment Cursor IDE (supports MCP protocol)

Cursor config:

`{

"mcpServers": {

"mcptime": {

  "command": "d:/mcptime.exe",

  "args": [

    ""

  ]

}

}

} `

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/alex2100a/mcptime
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "alex2100a-mcptime": { "command": "git", "args": [ "clone", "https://github.com/alex2100a/mcptime" ] } } }