<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Jorden</title>
    <description>The latest articles on DEV Community by Jorden (@jorden_25601263568).</description>
    <link>https://dev.to/jorden_25601263568</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3937873%2F491a690c-4e5c-4ccd-9178-3ebb9a421620.jpg</url>
      <title>DEV Community: Jorden</title>
      <link>https://dev.to/jorden_25601263568</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jorden_25601263568"/>
    <language>en</language>
    <item>
      <title>How Todo4you's MCP server lets Claude (and other AI) manage your project Kanban board</title>
      <dc:creator>Jorden</dc:creator>
      <pubDate>Mon, 18 May 2026 12:03:38 +0000</pubDate>
      <link>https://dev.to/jorden_25601263568/how-todo4yous-mcp-server-lets-claude-and-other-ai-manage-your-project-kanban-board-5am9</link>
      <guid>https://dev.to/jorden_25601263568/how-todo4yous-mcp-server-lets-claude-and-other-ai-manage-your-project-kanban-board-5am9</guid>
      <description>&lt;p&gt;Working on multiple projects at the same time can be tough. As a freelance PHP web developer, I have worked with countless systems for keeping track of my projects.&lt;/p&gt;

&lt;p&gt;In the past, I have used Pivotal Tracker, Trello, Jira, Azure DevOps, Asana, and Scrumwise. Some of them were great, others were a pain in the *ss to work with. Some were easy to get started with, others took some training.&lt;/p&gt;

&lt;p&gt;None of them had exactly what I needed. So for the past few years, whenever I had free time on my hands, I have been working on my own version.&lt;br&gt;
The idea was to keep the base simple, but include more advanced functionality - all included in every package, no gated features.&lt;br&gt;
&lt;strong&gt;What if you could ask your AI tool to execute a ticket — move it, time it, and log what it did?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The project base consists of 5 columns where tickets live in - the Kanban board, as you might know it. This means you can drag tickets from one column to the other. The base columns are: &lt;code&gt;Backlog&lt;/code&gt;, &lt;code&gt;To do&lt;/code&gt;, &lt;code&gt;In progress&lt;/code&gt;, &lt;code&gt;Review&lt;/code&gt;, &lt;code&gt;Done&lt;/code&gt;. &lt;br&gt;
If you need more, you can add more - for example, add a "Awaiting response" column based on "In progress".&lt;/p&gt;

&lt;p&gt;Add automations ("When a ticket has been &lt;code&gt;Done&lt;/code&gt; for 5 days, move it to archive" or "Automatically assign &lt;code&gt;Jorden&lt;/code&gt; to new tickets"). Install the iPhone or Android app and never miss a notification. Work with timers per ticket (works great as live activities on the iPhone app too!). Enable the documentation for a base "Wiki"-like docs area. Enable our locally hosted AI to power your tickets - translate,  generate tickets out of text or email, and more. Connect Todo4you to Slack, Telegram, Homey, Github, Gitlab, and many more tools.&lt;/p&gt;

&lt;p&gt;Invite your clients and/or colleagues and get started. The board updates in realtime, so if your client moved a ticket while you have the board open you see that happen in realtime - no reload needed!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The real power, however,&lt;/strong&gt; happens when you combine it with your own AI tool - whether that is Claude Code, OpenAI Codex, Cursor, Zed, VS Code, ChatGPT or any other AI tool that supports MCP.&lt;br&gt;
Generate a token (with access to 1 or more of your projects, grant read or read/write rights), follow the instructions and with 2 minutes you have it running.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Now you can ask AI:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;How many tickets did I close last week?&lt;/li&gt;
&lt;li&gt;Create a ticket in project XXX with the title "CSV importer is broken"&lt;/li&gt;
&lt;li&gt;Add a reaction to TODO-142 with information about the applied fix&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Or even better:&lt;br&gt;
&lt;strong&gt;Add detailed information for your AI tool on what to do, and ask:&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;Execute ticket TODO-154&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnl1cxug19uh56ax21owy.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnl1cxug19uh56ax21owy.png" alt="Connect your project to do list to your AI using MCP" width="800" height="527"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Depending on which AI tool you use, the AI will move the ticket from Backlog/To do to "In progress", start a timer, execute it, stop the timer, move it to "Review" or "Done", and add a reply to the ticket on what is done.&lt;/p&gt;

&lt;p&gt;No longer will the extensive reaction of your AI tool be lost once you close the session - it is now stored in Todo4you. I cannot emphasize how useful this is - so I really would love for you to try it out yourself.&lt;/p&gt;

&lt;p&gt;Go sign up at &lt;a href="https://www.todo4you.com" rel="noopener noreferrer"&gt;https://www.todo4you.com&lt;/a&gt; and use the code &lt;strong&gt;DEVTO2026&lt;/strong&gt; to try it out for free - you'll get 6 months on top of the 15 free days upon signup, for 3 users. All functionality is included (check out the project settings to enable AI functionality / docs for the projects, use your profile settings to generate an MCP token).&lt;br&gt;
You can sign up and use the 6 months &lt;strong&gt;without ever paying a cent or supplying payment details&lt;/strong&gt;. If you don't want to continue using Todo4you, just let it expire.&lt;/p&gt;

&lt;p&gt;I am, however, sure that this can be a really helpful tool for everyone. Let me know how you used AI in your projects - I am sure you can think of ways that I didn't know!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>webdev</category>
      <category>git</category>
    </item>
  </channel>
</rss>
