Workday Timesheet MCP Server
@albertnahas
Workday Timesheet MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"worday-timesheet-mcp-server": {
"command": "uv",
"args": [
"run",
"mcp",
"dev",
"server.py"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Workday Timesheet MCP Server?
A server that uses the Model Context Protocol (MCP) to automatically fill and submit timesheets in Workday. It is intended for users who want to automate their timesheet entry process, potentially through integration with LLM applications.
How to use Workday Timesheet MCP Server?
Install Python 3.12+ and uv, set up a virtual environment, and install required packages (uv pip install -r requirements.txt and playwright install). Configure your .env file with ANTHROPIC_API_KEY and WORKDAY_URL. Run the server with uv run mcp dev server.py. Use the fill_timesheet function with parameters such as week_start_date, days_off, and time_types, or check submission status via the timesheet_status resource.
Key features of Workday Timesheet MCP Server
- Automatically fill out and submit Workday timesheets
- Track timesheet submission status
Use cases of Workday Timesheet MCP Server
- Automating weekly timesheet entries for employees
- Integrating timesheet management with LLM-based assistants
- Checking the submission status of timesheets after filling
FAQ from Workday Timesheet MCP Server
What prerequisites are required?
Python 3.12 or higher, an Anthropic API key (or other supported LLM provider), Playwright, and a Chrome instance with remote debugging enabled.
How do I set up the environment?
Create a .env file with ANTHROPIC_API_KEY and WORKDAY_URL (your organization's Workday homepage URL
「その他」の他のコンテンツ
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Servers
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
コメント