Workday Timesheet MCP Server
@albertnahas
About Workday Timesheet MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"worday-timesheet-mcp-server": {
"command": "uv",
"args": [
"run",
"mcp",
"dev",
"server.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Comments