Takos Office
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Takos OfficeCreate a new document titled 'Project Overview'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Takos Office
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 ordinary runtime URLs consumed by service-side Interface blueprintsRelated MCP server: mail-cal-drive-mcp
Runtime contract
Takos Office publishes the user-facing office surfaces and consumes an object-storage service. Runtime declarations
live in Takosumi's service-side InstallConfig.interfaceBlueprints; the repository exports only ordinary OpenTofu
values.
Direction | Service identity / capability |
publish |
|
publish |
|
publish |
|
consume |
|
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) |
| document editor ( |
| presentation editor ( |
| spreadsheet editor ( |
| cross-app recent / search feeding the shell |
| unified MCP (≈80 |
| 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.
OpenTofu outputs and first apply
The seven Interface source URLs are ordinary root-module outputs:
Output | Runtime surface |
| unified Streamable HTTP MCP resource |
| Docs UI |
| Slide UI |
| Sheet UI |
|
|
|
|
|
|
launch_url / url / public_url remain normal deployment convenience outputs. app_deployment and
service_exports are retired and are not runtime registries.
On a managed first apply, Takosumi projects the non-secret Workspace id into
object_storage_workspace_id and the Capsule id into app_capsule_id. The module injects them into the Worker as
APP_WORKSPACE_ID and APP_CAPSULE_ID (and keeps TAKOS_SPACE_ID for the storage namespace). Interface ids and
resolved revisions do not exist until after apply, so they are deliberately not module variables or Worker env.
MCP authentication
Managed /mcp calls use short-lived InterfaceBinding OAuth credentials with the exact mcp.invoke permission and
mcp_url audience. For every request, the Worker sends the bearer to Takosumi Accounts UserInfo. Accounts first
revalidates current Interface and Binding state; the Worker then requires all of the following from the 200 response:
token_use: "interface_oauth", a non-emptysub, exactaud, and exact singlescope;exact
takosumi.workspace_idandtakosumi.capsule_id;non-empty
interface_idandinterface_binding_id, plus a positiveinterface_resolved_revision.
The check is fail-closed, follows no UserInfo redirects, and keeps no static Interface id/revision pin. An explicitly
provided mcp_auth_token is still accepted as MCP_AUTH_TOKEN for direct/self-host standalone use only. Empty input
creates no standing MCP credential, and no credential is exposed through an Output.
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. Storage needs OBJECT_STORAGE_API_URL, OBJECT_STORAGE_ACCESS_TOKEN, and a
Workspace (TAKOS_SPACE_ID). For MCP, either provide an explicit standalone MCP_AUTH_TOKEN, or configure
APP_URL, OIDC_ISSUER_URL, APP_WORKSPACE_ID, and APP_CAPSULE_ID for Interface OAuth. Unauthenticated MCP is
available only through the explicit local/dev MCP_ALLOW_UNAUTHENTICATED escape hatch.
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.
install-options.json is the optional source chooser.
The separate general
.well-known/takosumi.json Repository manifest
proposes input names and presentation projections for the root direct module and
deploy/takoform from the same Git commit. Neither document carries secrets,
provider credentials, Cloudflare account authority, Interface grants, or
execution authority. Takosumi validates the proposal and compiles it into a
DB-owned InstallConfig before the ordinary Plan and Apply lifecycle.
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceSelf-hosted MCP server that exposes Synology Drive, Spreadsheet, MailPlus, and Calendar as structured tools for AI agents, enabling file, spreadsheet, email, and calendar management via natural language.3979MIT
- Alicense-qualityDmaintenanceA self-hosted MCP server for managing email, calendar, and cloud storage across Microsoft 365, Google Workspace, and IMAP accounts, enabling natural language interaction through any MCP client.1MIT
- AlicenseAqualityCmaintenanceEnables AI agents to generate real Office documents (.pptx, .docx, .xlsx) and source code from natural language via MCP protocol.4MIT
- Alicense-qualityBmaintenanceA self-hosted MCP server that provides any LLM with a graph-backed memory layer of your life—tasks, email, finance, contacts, calendar—plus autonomous agent offices that act on your behalf.Apache 2.0
Related MCP Connectors
MCP-native collaborative markdown editor with real-time AI document editing
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
AI document editing for agents: draft, edit, export .docx/PDF. 37 MCP tools; agent self-signup.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tako0614/takos-office'
If you have feedback or need assistance with the MCP directory API, please join our Discord server