MCP Time Server - Streamable HTTP
@Cam10001110101
About MCP Time Server - Streamable HTTP
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-http-time": {
"command": "npx",
"args": [
"wrangler",
"dev"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Time Server - Streamable HTTP?
MCP Time Server - Streamable HTTP is a bare-bones Model Context Protocol server for demo and testing purposes. It provides time-related tools (current time, relative time, days in month, timestamp, timezone conversion, week numbers) via a Cloudflare Worker using the Streamable HTTP transport. It is intended for testing MCP Streamable HTTP protocol functionality and is not for production use.
How to use MCP Time Server - Streamable HTTP?
Clone the repository, install dependencies (npm install), build (npm run build), then run locally with npx wrangler dev (typically on http://localhost:8787). Deploy to Cloudflare with npx wrangler deploy. Point your MCP client to the server’s URL. The server exposes six tools: current_time, relative_time, days_in_month, get_timestamp, convert_time, and get_week_year.
Key features of MCP Time Server - Streamable HTTP
- Provides six time-related MCP tools.
- Uses modern Streamable HTTP transport.
- Deployed as a Cloudflare Worker.
- No authentication or security measures implemented.
- Designed solely for demo and testing.
Use cases of MCP Time Server - Streamable HTTP
- Testing MCP Streamable HTTP protocol with a simple server.
- Demonstrating time tool integration with Anthropic MCP Connector.
- Evaluating OpenAI Agents SDK Streamable HTTP support.
- Experimenting with Microsoft Copilot Studio MCP integration.
- Learning how to build and deploy an MCP Streamable HTTP server.
FAQ from MCP Time Server - Streamable HTTP
What tools does MCP Time Server - Streamable HTTP provide?
It provides current_time, relative_time, days_in_month, get_timestamp, convert_time, and get_week_year.
Is MCP Time Server - Streamable HTTP production-ready?
No. The README explicitly warns it is a bare bones example server for demo and testing only, lacking authentication and security.
What runtime does MCP Time Server - Streamable HTTP require?
It runs as a Cloudflare Worker. Development requires Node.js and npm, plus Wrangler for local testing and deployment.
Which clients can connect to MCP Time Server - Streamable HTTP?
It supports the Streamable HTTP transport. The README highlights Anthropic MCP Connector, OpenAI Agents SDK (MCPServerStreamableHttp), and Microsoft Copilot Studio.
Does MCP Time Server - Streamable HTTP have any authentication?
No. The README states it has no authentication or security measures implemented and that production servers should implement proper authentication as per official MCP documentation.
More Productivity MCP servers
applescript-mcp MCP Server
joshrutkowskiA macOS AppleScript MCP server
Desktop Commander
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
MCP Shrimp Task Manager
cjo4m06Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It converts natural language into structured dev tasks with dependency tracking and iterative refinement, enabling agent-like developer behavior in reasoning A
Task Manager MCP Server
tradesdontlieA task management MCP server that provides comprehensive project and task tracking capabilities
C++ Excel Automation MCP Server
smileFAaceA MCP server for automatically create, view and modify Excel related file using LLM
Comments