mcp-payroll
v1.0.0
Published
Model Context Protocol (MCP) server for autonomous compensation distribution, milestone payouts, and contractor payroll for AI teams.
Maintainers
Readme
mcp-payroll
Model Context Protocol (MCP) server for autonomous compensation distribution, milestone payouts, and contractor payroll for AI teams.
⚡ Core Capabilities
process_payout: Queue and authorize programmatic payout disbursements to registered contributors
Planned Ecosystem Sub-Branches
mcp-payroll-cryptomcp-payroll-stripe
🚀 Quick Start (Running with AI Clients)
Claude Desktop Integration
Add this configuration snippet to your claude_desktop_config.json:
{
"mcpServers": {
"payroll": {
"command": "npx",
"args": ["-y", "mcp-payroll"]
}
}
}Cursor IDE Integration
Add as a new stdio transport server:
- Command:
npx -y mcp-payroll
📦 Local Usage
npx mcp-payroll📄 License
MIT License. Designed and maintained for the global Model Context Protocol ecosystem.
