Back to Apps

OutSystems Task Manager
Supports UIby wmkeza
Interactive task management for OutSystems backends with a dedicated UI panel for Claude Desktop.
0 stars
Works in:claude
Exposes:Resources
What it does
This MCP app provides an interactive user interface within Claude Desktop to manage tasks stored in an OutSystems backend. It transforms a standard task API into a visual management console.
Key features
- Visual Task Board: Interactive UI panel for viewing and managing tasks directly in the chat.
- Full CRUD Support: Create, read, update, and delete tasks through a streamlined interface.
- Task Detail View: Inspect titles, descriptions, priorities, due dates, and statuses at a glance.
- OutSystems Integration: Seamlessly connects to OutSystems backend API endpoints.
Installation
- Claude Desktop: Add the following to your
claude_desktop_config.json:
{
"mcpServers": {
"outsystems-task-server": {
"command": "npm",
"args": ["run", "start"],
"cwd": "/path/to/mcp-apps-outsystems-task-server"
}
}
}
Supported hosts
- Claude Desktop
Choose your AI client and follow the steps below.
Claude Desktop
Add to claude_desktop_config.json: { "mcpServers": { "outsystems-task-server": { "command": "npm", "args": ["run", "start"], "cwd": "/path/to/mcp-apps-outsystems-task-server" } } }





