A simple multiuser multiboard task MCP server managed via kanban board interface.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agent-task-mcp-serve": {
"command": "npx",
"args": [
"-y",
"dizlexic/agent-task-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add agent-task-mcp-serve npx -y dizlexic/agent-task-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"agent-task-mcp-serve": {
"command": "npx",
"args": [
"-y",
"dizlexic/agent-task-mcp-server"
]
}
}
}