https://github.com/taku-o/mcp-thisweek
A simple MCP (Model Context Protocol) that returns the dates from Monday to Friday of this week, and today's date.
https://github.com/taku-o/mcp-thisweek
Last synced: 6 months ago
JSON representation
A simple MCP (Model Context Protocol) that returns the dates from Monday to Friday of this week, and today's date.
- Host: GitHub
- URL: https://github.com/taku-o/mcp-thisweek
- Owner: taku-o
- Created: 2025-03-18T04:48:12.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-03-18T09:24:42.000Z (8 months ago)
- Last Synced: 2025-03-18T10:31:15.376Z (8 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mcp-servers - **mcp-thisweek** - A simple MCP (Model Context Protocol) that returns the dates from Monday to Friday of this week, and today's date. `python` `mcp` `pip install git+https://github.com/taku-o/mcp-thisweek` (🤖 AI/ML)
- awesome-mcp-servers - **mcp-thisweek** - A simple MCP (Model Context Protocol) that returns the dates from Monday to Friday of this week, and today's date. `python` `mcp` `pip install git+https://github.com/taku-o/mcp-thisweek` (AI/ML)
README
# mcp-thisweek
今週の月曜日から金曜日の日付と、今日の日付を返すシンプルなMCP(Model Context Protocol)です。
## 機能
- 今週の日付(月曜日から金曜日)の取得 get_this_week_dates
- 今日の日付の取得 get_today_date
### 例
- 今週の月曜日から金曜日までの日付を教えてください。
- 今日の日付を教えてください。
## セットアップ
### download and setup mcp-thisweek
```
# download mcp-thisweek
git clone git@github.com:taku-o/mcp-thisweek.git
cd mcp-thisweek
pip install -r requirements.txt
# get fastmcp path
which fastmcp
```
### add mcp-thisweek MCP server to mcp.json, or claude_desktop_config.json
- replace "/path/to" with your path on example.
```
{
"mcpServers": {
"mcp-thisweek": {
"command": "/path/to/fastmcp",
"args": [
"run",
"/path/to/mcp-thisweek/server.py"
]
}
}
}
```
## ライセンス
MIT