- Explore MCP Servers
- cf-time-mcp
Cf Time Mcp
What is Cf Time Mcp
cf-time-mcp is an MCP Server that provides an interface for obtaining the current time using the public World Time API. It is built on the Spring AI MCP framework.
Use cases
Use cases for cf-time-mcp include developing chatbots that provide current time information, creating web applications that display time based on user location, and integrating time services into larger software systems.
How to use
To use cf-time-mcp, you need to configure it for your MCP Client by providing the necessary settings in a JSON configuration file. After configuration, you can run the server using the provided commands.
Key features
Key features of cf-time-mcp include a simple LLM interface for time retrieval, integration with the World Time API, and easy configuration and deployment using Spring AI MCP.
Where to use
cf-time-mcp can be used in applications that require real-time time data, such as scheduling applications, time zone converters, and any system needing accurate time information.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Cf Time Mcp
cf-time-mcp is an MCP Server that provides an interface for obtaining the current time using the public World Time API. It is built on the Spring AI MCP framework.
Use cases
Use cases for cf-time-mcp include developing chatbots that provide current time information, creating web applications that display time based on user location, and integrating time services into larger software systems.
How to use
To use cf-time-mcp, you need to configure it for your MCP Client by providing the necessary settings in a JSON configuration file. After configuration, you can run the server using the provided commands.
Key features
Key features of cf-time-mcp include a simple LLM interface for time retrieval, integration with the World Time API, and easy configuration and deployment using Spring AI MCP.
Where to use
cf-time-mcp can be used in applications that require real-time time data, such as scheduling applications, time zone converters, and any system needing accurate time information.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Time MCP Server
This MCP Server provides an LLM interface for getting the current time from the public World Time API. It was built with the Spring AI MCP project.

Building the Server
./mvnw clean package
Configuration
You will need to supply a configuration for the server for your MCP Client. Here’s what the configuration looks like for claude_desktop_config.json:
{ "mcpServers": { "time-mcp": { "command": "java", "args": [ "-Dlogging.file.name=time-mcp.webmvc.log", "-jar", "/path/to/time-mcp/target/time-mcp-0.0.1-SNAPSHOT.jar", "--server.port=8022" ] } } }
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










