Back to MCP Servers
Claudia
AI-native task management system for Claude agents. Hierarchical tasks, dependencies, sprints, acceptance criteria, multi-agent coordination, and MCP server integration.
workplace-productivityaiagent
By yuvalsuede
Installation
npx -y claudiaConfiguration
{
"mcpServers": {
"claudia": {
"command": "npx",
"args": ["-y", "claudia"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes