Electron + React desktop todo with a built-in MCP server — turn your LLM into a daily productivity partner.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"dayboard": {
"command": "npx",
"args": [
"-y",
"simonbeijer/Dayboard"
]
}
}
}
Run in terminal:
claude mcp add dayboard npx -y simonbeijer/Dayboard
Add to .cursor/mcp.json:
{
"mcpServers": {
"dayboard": {
"command": "npx",
"args": [
"-y",
"simonbeijer/Dayboard"
]
}
}
}