Connect Your Entire Workflow
MCP server for AI assistants. Webhooks for GitHub and GitLab. Import from Jira and Trello. Export to Czech invoicing.
MCP Server: AI's Native Language
mcptask.online provides a dedicated Model Context Protocol server - the standard way AI assistants communicate with external tools. No middleware, no scraping, no custom APIs. Native integration.
What is MCP?
Model Context Protocol (MCP) is the standardized protocol AI assistants like Claude use to communicate with external tools and data sources. Instead of parsing HTML or making HTTP calls, AI speaks MCP natively.
Capabilities
Read Operations:
- List projects and tasks
- Get task details (description, status, history)
- View parent/child relationships
- Access comments and attachments
- Read effort logs
Write Operations:
- Update task status
- Log work efforts
- Add comments
- Attach files
- Create tasks and subtasks
- Complete tasks
Query Operations:
- Get next available task (priority-sorted)
- Filter tasks by project, status, type
- Search task descriptions
- List recent activity
Setup Instructions
For Claude Code:
{ "mcpServers": { "mcptask": { "command": "npx", "args": ["-y", "@mcptask/mcp-server"], "env": { "MCPTASK_API_KEY": "your-api-key", "MCPTASK_ACCOUNT": "your-account-code" } } }}For Claude Desktop:
Same configuration in Claude Desktop settings.
For Other MCP Clients:
Standard MCP protocol over stdio. Contact support for specific client instructions.
Available MCP Tools
| Tool | Description |
|---|---|
get_next_task | Get highest priority available task |
get_task | Get specific task by ID |
list_tasks | List tasks with filters |
update_task_status | Change task state |
log_effort | Log work on a task |
add_comment | Add comment to task |
complete_task | Mark task as done |
create_task | Create new task |
Authentication
API Keys:
- Generate from mcptask.online dashboard
- Scoped per workspace
- Revokable anytime
- Rotate regularly for security
Permissions:
- Configure what each API key can access
- Limit to specific projects
- Read-only vs. read-write
- Action restrictions
Rate Limits
| Plan | Requests/Hour |
|---|---|
| Starter | 1,000 requests/hour |
| Professional | 10,000 requests/hour |
| Enterprise | Custom |
Rate limits are per API key. Contact sales for higher limits.
Version Control
GitHub Integration
Features
How It Works
- 1Add mcptask.online webhook URL to repository settings
- 2Select events: Push, Pull Request
- 3Save webhook
- 4Developers include task refs in commits: Fix bug #Task-47 2h
- 5mcptask.online receives webhook, logs time
Commit Message Format
<message> #Task-<ID> [duration]Examples:
- Fix login bug #Task-47 2h
- Implement OAuth #Task-48 3h 30m
- Refactor auth #Task-49 (auto-estimates time)
Pull Request Integration
- PR title/body parsed for task references
- PR linked to task in mcptask.online
- Merge can auto-complete task
- PR status visible in task
Configuration Options
GitLab Integration
Features
Self-Hosted Setup
- 1Add webhook URL to GitLab project
- 2Configure secret token
- 3Whitelist mcptask.online IPs (if firewall)
- 4Test webhook delivery
Security
Project Management Import
Jira Import
What Imports
What Doesn't Import
Process
- 1Generate Jira API token
- 2Connect mcptask.online to Jira
- 3Select projects to import
- 4Review field mapping
- 5Start import (background job)
- 6Verify imported data
Trello Import
What Imports
Mapping Options
Process
- 1Authorize Trello access
- 2Select boards to import
- 3Choose mapping style
- 4Start import
- 5Review and adjust
EasyRedmine Import
Contact sales for EasyRedmine migration assistance.
Enterprise Migration Support
Our team will help you migrate from EasyRedmine with minimal downtime.
Invoicing & Billing
Fakturoid (Czech Republic)
Features
Workflow
- 1Approve efforts in mcptask.online
- 2Click "Export to Fakturoid"
- 3Invoice created in Fakturoid
- 4Review and send
- 5Mark as billed in mcptask.online
iDoklad (Czech Republic)
Features
Workflow
Same as Fakturoid - select efforts, export, invoice.
Stripe (Global)
Features
Use Cases
REST API &Webhooks (Outgoing)
REST API
Full REST API for custom integrations beyond MCP. Use when you need direct HTTP access or custom workflows.
Authentication
Endpoints
Projects
Tasks (Pieces)
Efforts
Users
Rate Limits
Same as MCP server:
Documentation
Webhooks (Outgoing)
Send events from mcptask.online to your systems.
Available Events
Use Cases
Configuration
- 1Add webhook URL in settings
- 2Select events to send
- 3Configure secret for signature
- 4Test delivery
Requested Integrations (Roadmap)
Vote for what you need:
Communication
Calendar
Design
Cloud Storage
Request an integration: Contact support with your use case.
Integration Comparison by Plan
| Integration | Starter | Professional | Enterprise |
|---|---|---|---|
| MCP Server | ✓ (dedicated) | ||
| GitHub Webhooks | |||
| GitLab Webhooks | |||
| Fakturoid | |||
| iDoklad | |||
| Stripe | - | ||
| Jira Import | - | ||
| Trello Import | - | ||
| REST API | - | ||
| Outgoing Webhooks | - | ||
| Custom Integrations | - | - |
Connect Your Workflow Today
Need custom integration or migration assistance?
Request Custom Integration