VOOZH about

URL: https://mcp.so/server/konbu/krtw00

โ‡ฑ


Konbu

@krtw00

A self-hostable all-in-one planner combining calendar, notes, todos, and bookmarks. Built-in MCP server lets Claude Desktop, Cursor, and any MCP client operate your personal data via natural language. Single Go binary, MIT licensed.
Overview

konbu

The all-in-one planner, built like dev tools.

konbu is a self-hostable digital planner that combines Notion + Todoist + Google Calendar into a single Go binary. The built-in MCP server lets AI agents like Claude Desktop and Cursor read and write your data directly.

What's different

  • Native MCP server โ€” Say "schedule a dentist appointment next week" in natural language. The MCP server exposes calendar, notes, and todo operations to any MCP client.
  • CLI client included โ€” Manage everything from your terminal with konbu memo add, konbu todo list, and more.
  • BYOK โ€” Bring your own OpenAI/Anthropic API key, or use the included free tier.
  • Cross-resource full-text search โ€” Search across memos, todos, events, and bookmarks in one query.
  • Self-hostable or cloud โ€” Run on your own server with Docker, or use the hosted version at konbu-cloud.codenica.dev.

Features

  • Calendar โ€” month view, iCal import, recurring events, shared calendars
  • Notes โ€” Markdown with live preview, tags, attachments
  • Todos โ€” inline creation, due dates, tags
  • Bookmarks โ€” drag-and-drop reordering
  • AI Chat โ€” natural language interface (BYOK supported)
  • Export/Import โ€” JSON, Markdown ZIP, iCal
  • Internationalization โ€” English / Japanese

MCP Setup

After running a konbu API server (self-hosted or using the cloud version), add this to your MCP client config:

{
 "mcpServers": {
 "konbu": {
 "command": "konbu",
 "args": ["mcp"],
 "env": {
 "KONBU_API": "http://localhost:8080",
 "KONBU_API_KEY": "your-api-key"
 }
 }
 }
}

Generate an API key in Settings > Security on the web UI.

Tech Stack

Go ยท React ยท PostgreSQL ยท MIT License

Links

Server Config

{
 "mcpServers": {
 "konbu": {
 "command": "konbu",
 "args": [
 "mcp"
 ],
 "env": {
 "KONBU_API": "http://localhost:8080",
 "KONBU_API_KEY": "your-api-key"
 }
 }
 }
}
ยฉ 2025 MCP.so. All rights reserved.

Build with ShipAny.