MCP.so
登录

Workday Timesheet MCP Server

@albertnahas

关于 Workday Timesheet MCP Server

暂无概览

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

albertnahas

配置

使用下面的配置,将此服务器添加到你的 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

评论

其他 分类下的更多 MCP 服务器