Paylocity Data Fetcher
An MCP server that provides access to Paylocity API endpoints, allowing retrieval of employee data, earnings, company codes, local taxes, and pay statements.
mz462
README
mcpPaylocity MCP Server
A Model Context Protocol (MCP) server to fetch data from Paylocity API endpoints.
Components
Resources
The server implements Paylocity API resources with:
- Custom
paylocity://
URI scheme for accessing Paylocity data - The following resources are available:
paylocity://employees/{company_id}
- List all employees for a companypaylocity://employees/{company_id}/{employee_id}
- Get details for a specific employeepaylocity://earnings/{company_id}/{employee_id}
- Get earnings data for a specific employeepaylocity://codes/{company_id}/{code_resource}
- Get company codes for a specific resourcepaylocity://localtaxes/{company_id}/{employee_id}
- Get local taxes for a specific employeepaylocity://paystatement/{company_id}/{employee_id}/{year}/{check_date}
- Get pay statement details for a specific date
Tools
The server implements the following tools:
fetch_employees
- Fetches all employees for a company- Takes optional
company_id
parameter
- Takes optional
fetch_employee_details
- Fetches details for a specific employee- Takes required
employee_id
and optionalcompany_id
parameters
- Takes required
fetch_employee_earnings
- Fetches earnings data for a specific employee- Takes required
employee_id
and optionalcompany_id
parameters
- Takes required
fetch_company_codes
- Fetches company codes for a specific resource- Takes required
code_resource
and optionalcompany_id
parameters
- Takes required
fetch_employee_local_taxes
- Fetches local taxes for a specific employee- Takes required
employee_id
and optionalcompany_id
parameters
- Takes required
fetch_employee_paystatement_details
- Fetches pay statement details for a specific date- Takes required
employee_id
,year
,check_date
and optionalcompany_id
parameters
- Takes required
Future Implementations
The following endpoints will be implemented in future updates:
- [ ] Higher level insights (e.g. turnover rate, headcount by department, rate comparison etc.)
Configuration
The server requires the following environment variables to be set:
PAYLOCITY_CLIENT_ID
- Your Paylocity API client IDPAYLOCITY_CLIENT_SECRET
- Your Paylocity API client secretPAYLOCITY_COMPANY_IDS
- Comma-separated list of company IDs to usePAYLOCITY_ENVIRONMENT
- API environment to use (production
ortesting
)
These can be set in a .env
file in the project root directory.
Security
⚠️ IMPORTANT: This application caches authentication tokens in the src/mcppaylocity/access_token/
directory. These files contain sensitive credentials and should never be committed to version control.
The repository includes these paths in .gitignore
, but please verify that token files are not accidentally committed when pushing changes.
If you've accidentally committed token files, follow these steps:
- Remove the files from the repository:
git rm --cached src/mcppaylocity/access_token/token.json src/mcppaylocity/access_token/token_info.txt
- Commit the removal:
git commit -m "Remove accidentally committed token files"
- Consider rotating your Paylocity API credentials as they may have been compromised
Quickstart
Install
Claude Desktop
On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
<details> <summary>Development/Unpublished Servers Configuration</summary>
"mcpServers": {
"mcpPaylocity": {
"command": "uv",
"args": [
"--directory",
"/path/to/mcpPaylocity",
"run",
"mcppaylocity"
]
}
}
</details>
<details> <summary>Published Servers Configuration</summary>
"mcpServers": {
"mcpPaylocity": {
"command": "uvx",
"args": [
"mcppaylocity"
]
}
}
</details>
Development
Building and Publishing
To prepare the package for distribution:
- Sync dependencies and update lockfile:
uv sync
- Build package distributions:
uv build
This will create source and wheel distributions in the dist/
directory.
- Publish to PyPI:
uv publish
Note: You'll need to set PyPI credentials via environment variables or command flags:
- Token:
--token
orUV_PUBLISH_TOKEN
- Or username/password:
--username
/UV_PUBLISH_USERNAME
and--password
/UV_PUBLISH_PASSWORD
Debugging
Since MCP servers run over stdio, debugging can be challenging. For the best debugging experience, we strongly recommend using the MCP Inspector.
You can launch the MCP Inspector via npm
with this command:
npx @modelcontextprotocol/inspector uv --directory /path/to/mcpPaylocity run mcppaylocity
Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.
Architecture
The server is built with the following components:
- PaylocityClient - Handles communication with the Paylocity API
- TokenManager - Manages authentication tokens, including caching and renewal
- FastMCP Server - Exposes Paylocity data through MCP resources and tools
License
MIT License
Copyright (c) 2024 MJ Zou (@mjzou)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Recommended Servers
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Mult Fetch MCP Server
A versatile MCP-compliant web content fetching tool that supports multiple modes (browser/node), formats (HTML/JSON/Markdown/Text), and intelligent proxy detection, with bilingual interface (English/Chinese).
AIO-MCP Server
🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows. Folk from
Persistent Knowledge Graph
An implementation of persistent memory for Claude using a local knowledge graph, allowing the AI to remember information about users across conversations with customizable storage location.
Hyperbrowser MCP Server
Welcome to Hyperbrowser, the Internet for AI. Hyperbrowser is the next-generation platform empowering AI agents and enabling effortless, scalable browser automation. Built specifically for AI developers, it eliminates the headaches of local infrastructure and performance bottlenecks, allowing you to

Any OpenAI Compatible API Integrations
Integrate Claude with Any OpenAI SDK Compatible Chat Completion API - OpenAI, Perplexity, Groq, xAI, PyroPrompts and more.
Exa MCP
A Model Context Protocol server that enables AI assistants like Claude to perform real-time web searches using the Exa AI Search API in a safe and controlled manner.
BigQuery
This is a server that lets your LLMs (like Claude) talk directly to your BigQuery data! Think of it as a friendly translator that sits between your AI assistant and your database, making sure they can chat securely and efficiently.
Web Research Server
A Model Context Protocol server that enables Claude to perform web research by integrating Google search, extracting webpage content, and capturing screenshots.