mcp-week-day
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-week-dayWhat day of the week is it today?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-week-day
A small MCP server built with FastMCP. It exposes a single tool, day_in_week, which returns the current day of the week — "Monday", "Tuesday", …
Requirements
Python 3.10+
Related MCP server: mcp-local-gateway
Setup & run from scratch
Using uv (recommended)
# Run the server
uv run mcp-week-dayFirst run might take some time as a virtual environment will be created and dependencies will be installed into it.
Using pip
# Create and activate a virtual environment
python -m venv .venv
source .venv/bin/activate # on Windows: .venv\Scripts\activate
# Install the project (+ dependencies)
pip install -e .
# Run the server
mcp-week-dayThe server communicates over stdio using the MCP protocol.
Register with an MCP client
Add an entry like this to your client's MCP configuration:
{
"mcpServers": {
"week-day": {
"command": "uv",
"args": ["run", "mcp-week-day"]
}
}
}If you installed with pip into an activated environment, you can instead use
"command": "mcp-week-day" with no args.
Tool
Tool | Arguments | Returns |
| none | The current weekday name, e.g. |
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityCmaintenanceA basic MCP server for testing with echo, datetime, and calculator tools.112
- Flicense-qualityBmaintenanceMinimal MCP server exposing a single tool, run_date, to execute the local date command via a Streamable HTTP endpoint.
- AlicenseAqualityCmaintenanceA minimal MCP server that provides a single 'hello' tool returning 'Hello, world!'.28MIT
- Flicense-qualityCmaintenanceA minimal MCP server offering a hello_world tool that returns a greeting and current UTC time via streamable HTTP.
Related MCP Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
A basic MCP server to operate on the Postman API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/knowitcz/mcp-week-day'
If you have feedback or need assistance with the MCP directory API, please join our Discord server