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".

Maintenance

ActivityMaintained
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    B
    maintenance
    Minimal MCP server exposing a single tool, run_date, to execute the local date command via a Streamable HTTP endpoint.
  • A
    license
    A
    quality
    C
    maintenance
    A minimal MCP server that provides a single 'hello' tool returning 'Hello, world!'.
    2
    16
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    A minimal MCP server offering a hello_world tool that returns a greeting and current UTC time via streamable HTTP.

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