mcp-simple-timeserver
Simple solution to give Claude ability to check current time via MCP
GitHub Stars
23
User Rating
Not Rated
Favorites
0
Views
42
Forks
15
Issues
2
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
To install Simple Timeserver for Claude Desktop automatically via [Smithery](https://smithery.ai/server/mcp-simple-timeserver):
First install the module using:
Then configure in MCP client - the [Claude desktop app](https://claude.ai/download).
Under Mac OS this will look like this:
Under Windows you have to check the path to your Python executable using
bash
npx -y @smithery/cli install mcp-simple-timeserver --client claude
bash
pip install mcp-simple-timeserver
json
"mcpServers": {
"simple-timeserver": {
"command": "python",
"args": ["-m", "mcp_simple_timeserver"]
}
}
where python in the cmd (Windows command line).
Typical configuration would look like this:Additional Resources
Author Information
14
Followers
19
Repositories
0
Gists
0
Total Contributions
Related MCPs
mcp-domain-availability
14
mcp-domain-availability is a Python library designed to check the availability of specified domain names. Users can easily verify the status of domains, and it can be integrated into automated workflows via an API. This tool streamlines the domain acquisition process, saving time and enhancing efficiency.