Skip to main content
Glama
knowitcz

mcp-week-day

by knowitcz

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-day

First 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-day

The 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

day_in_week

none

The current weekday name, e.g. "Monday".

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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