Catalog
io.github.Sohlin2/freelance-os
OfficialFreelanceOS
Freelance business manager — clients, proposals, invoices, time tracking, scope, and follow-ups.
Manages freelance business operations including clients, proposals, invoices, and time tracking.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
FREELANCEOS_API_KEYrequiredsecretFreelanceOS API key for MCP server authentication
claude_desktop_config.json
{
"mcpServers": {
"freelance-os": {
"command": "npx",
"args": [
"-y",
"freelance-os@0.2.2"
],
"env": {
"FREELANCEOS_API_KEY": "<YOUR_FREELANCEOS_API_KEY>"
}
}
}
}