Let Claude (or any MCP-compatible client) read and act on your tasks and journal entries, scoped to one organization at a time. Takes about a minute to set up.
Model Context Protocol is an open standard for letting AI assistants safely access tools and data from external services. Instead of copy-pasting context into a chat window, you grant the AI scoped, revocable access to specific functions — like "list my tasks" or "create a journal entry" — and it can call them on your behalf when it makes sense in the conversation.
You stay in control: the AI can only do what you explicitly authorize, scoped to a single organization, and you can revoke access at any time from your Settings page.
https://kokoroe.ai/api/mcpYou'll paste this into Claude Desktop in the next step.
In Claude Desktop, open Settings → Connectors → Add custom connector (the exact menu name varies by Claude Desktop version — look for "MCP" or "Custom Connector").
Name it anything you like ("Kokoroe", "My Tasks", etc.) and paste https://kokoroe.ai/api/mcp as the URL. Click Save.
Claude Desktop will detect that the server needs OAuth and open a browser tab to start the sign-in flow.
You'll be sent to Kokoroe to sign in. If you're already signed in, you'll skip straight to the consent screen.
On the consent page you'll see three things:
Click Authorize. The browser tab redirects back to Claude Desktop and the connection is live.
Just talk to Claude normally. When your request maps to one of the tools below, Claude picks the right one automatically and asks you to confirm before any write (creating, editing, completing).
Try the example prompts in the next section.
Once connected, any of these prompts (or anything that means the same thing in your own words) will route through the appropriate tool.
list_tasksSee your tasks at a glance, optionally filtered by status.
get_taskRead the full details of a specific task by its display ID.
create_taskCreate a new task. Claude will ask for confirmation before writing.
update_taskEdit an existing task — title, description, status, priority, severity, assignee.
assign_task_to_meAssign a task to yourself. Convenience shortcut.
start_taskMove a task to in-progress. Convenience shortcut.
complete_taskMark a task done. Convenience shortcut.
searchSemantic search across your published journal entries and tasks.
list_entriesBrowse your published journal entries (private entries are never shown).
get_entryRead a specific journal entry by ID (only if not marked private).
create_entryCreate a new journal entry. Claude will ask for confirmation.
update_entryEdit an existing journal entry (title, content, status).
Go to Settings → Authorized apps. You'll see every app connected to your account, which org it's bound to, what scopes it has, and when you authorized it. Click Revoke on any row to immediately cut off its access — the next request that app makes will be rejected, and the row disappears from the list.
Revoking is instant and permanent. To reconnect, the app has to walk through the full consent flow again.
Double-check the URL is exactly https://kokoroe.ai/api/mcp (https, not http). If your network blocks third-party OAuth flows, you may need to ask your IT team to whitelist kokoroe.ai.
Each user account can have up to 2 OAuth apps connected at a time. Revoke an existing one in Settings → Authorized apps before connecting a new app.
Tasks created in the org you authorized show up immediately. If you created it in a different org, switch which org Claude is connected to: revoke the current connection and re-authorize with the right org selected on the consent screen.
Access tokens expire after about an hour; Claude Desktop refreshes them automatically. If you see a re-authorization prompt, just walk through the consent flow again — it takes seconds and remembers your previous scope grants.