assistoone-mcp-server
v1.0.0
Published
Assisto One MCP Server — AI-powered personal ERP tools for freelancers and small teams
Downloads
142
Maintainers
Readme
Assisto One MCP Server
AI-powered personal ERP tools for freelancers and small teams. Use these tools directly from Claude, ChatGPT, or any MCP-compatible AI assistant.
Tools
| Tool | Description |
|------|-------------|
| calculate_hourly_rate | Calculate ideal freelancer hourly rate |
| estimate_project_cost | Estimate project cost with phase breakdown |
| freelancer_productivity_score | Get your productivity score (0-100) |
| plan_sprint | Create a structured sprint plan |
| score_lead | Score potential clients/leads |
| generate_invoice | Generate professional invoices |
| break_down_task | Break complex tasks into subtasks |
| calculate_tax_turkey | Turkish freelancer tax calculator |
Quick Start
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"assisto-one": {
"command": "npx",
"args": ["assistoone-mcp-server"]
}
}
}From GitHub (recommended)
git clone https://github.com/assistoone/mcp-server.git
cd mcp-server
npm install
npm run build
node dist/index.jsSmithery
npx -y @smithery/cli install assistoone-mcp-server --client claudeAbout Assisto One
Assisto One is a personal ERP with 48 modules for freelancers: Projects, Tasks, CRM, Finance, Invoicing, Time Tracking, AI Assistant, and more.
- Website: https://www.assistoone.com
- App: https://app.assistoone.com
License
MIT
