Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Takos Office

БесплатноНе проверен

Self-hosted productivity suite with document, slide, and spreadsheet editors, all accessible via a single MCP endpoint for agent-native interaction.

GitHubEmbed

Описание

Self-hosted productivity suite with document, slide, and spreadsheet editors, all accessible via a single MCP endpoint for agent-native interaction.

README

Takos Office is the Takos ecosystem's productivity suite — documents, slides, and spreadsheets in one self-hostable worker, runnable inside your own Takos Workspace and agent-native through a single MCP endpoint. It replaces the previously separate takos-docs, takos-slide, and takos-excel apps, which are now folded into this one app.

It is the self-hosted, AI-operable alternative to Google Workspace / Microsoft 365 that you own.

Layout

takos-office/
  app/
    docs/      editor SPA + Hono routes (mounted at /docs)   — formerly takos-docs
    slide/     editor SPA + Hono routes (mounted at /slide)  — formerly takos-slide
    sheet/     editor SPA + Hono routes (mounted at /sheet)  — formerly takos-excel
    shared/    single copy of app-auth.ts, mcp-factory.ts, lib/takos-storage.ts
    server.ts        unified Hono worker (mounts the three editors + /mcp + /healthz)
    mcp.ts           unified MCP server (docs + slide + sheet tools on one endpoint)
    build-worker.ts  bundles the three SPA builds + the worker into dist/worker.js
  site/        standalone marketing site (office.takos.jp)
  docs/        roadmap
  outputs.tf   one OpenTofu app_deployment ("takos-office")

Runtime contract

Takos Office publishes the user-facing office surfaces and consumes an object-storage service:

Direction Service identity / capability
publish protocol.mcp.server at /mcp
publish interface.ui.surface for /docs, /slide, /sheet
publish interface.file.handler for .takosdoc, .takosslide, .takossheet
consume storage.object via OBJECT_STORAGE_API_URL; bearer comes from OBJECT_STORAGE_ACCESS_TOKEN

How it serves

One Cloudflare Worker, one Capsule install unit, three editor surfaces:

URL Surface
/ Office shell (cross-editor nav, recent items, cross-app search)
/docs document editor (.takosdoc)
/slide presentation editor (.takosslide)
/sheet spreadsheet editor (.takossheet)
/api/office/{items,search} cross-app recent / search feeding the shell
/mcp unified MCP (≈80 docs_*/slide_*/sheet_* tools)
/healthz readiness probe

Each editor SPA is built with its own vite base (/docs/, /slide/, /sheet/) and SolidJS Router base, so assets and routes resolve under the subpath. Storage stays the object-storage HTTP API (folders /takos-docs/, /takos-slide/, /takos-excel/), unchanged.

Build

bun install
bun run build      # 3 vite builds (build:spa) + unified worker (build:worker) → dist/worker.js
bun run check      # tsc --noEmit
bun test           # editor tests under app/*/src/__tests__

Run locally with bun run start (needs OBJECT_STORAGE_API_URL, OBJECT_STORAGE_ACCESS_TOKEN, TAKOS_SPACE_ID, MCP_AUTH_TOKEN).

dist/worker.js is generated output for local/self-host applies. Hosted Takosumi installs should pass worker_bundle_url + worker_bundle_sha256 from a Git release or CI artifact. Do not commit the built worker or SPA output to the repository.

Boundary

Takos Office is one installable Capsule app (jp.takos.office). It can be added explicitly from a Store or Git install link and removed as a whole. The three editors are no longer independently installable — they are surfaces of this app. It remains substitutable: being "office" grants no architectural privilege over Takos core. See AGENTS.md, docs/roadmap.md, and the ecosystem AGENTS.md.

The former standalone repos (takos-apps/takos-docs, takos-apps/takos-slide, takos-apps/takos-excel) are retired; their history lives in their own git remotes.

Site deploy

See site/DEPLOY.md.

from github.com/tako0614/takos-office

Установка Takos Office

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/tako0614/takos-office

FAQ

Takos Office MCP бесплатный?

Да, Takos Office MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Takos Office?

Нет, Takos Office работает без API-ключей и переменных окружения.

Takos Office — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Takos Office в Claude Desktop, Claude Code или Cursor?

Открой Takos Office на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Takos Office with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai