Connect Claude and other Model Context Protocol (MCP) clients to your LogYourWork account to read, search, and manage your work logs, projects, and analytics through an AI assistant.
LogYourWork exposes an MCP server at https://logyourwork.com/mcp, authenticated with OAuth 2.0. Connecting a client lets an AI assistant work with your data on your behalf. Access is opt-in per user and revocable at any time.
https://logyourwork.com with an MCP-enabled account.https://logyourwork.com/mcp.The connector URL is also shown in the app under Settings → Connect Claude (MCP).
All tools are scoped to the authenticated user's own data — a token for one user can never read or change another user's work logs or projects.
| Tool | Type | Purpose |
|---|---|---|
list_work_logs | read | List your work logs, newest first |
get_work_log | read | Fetch a single work log, including its description |
search_work_logs | read | Full-text search across titles and descriptions |
create_work_log | write | Create a new work log (markdown description supported) |
update_work_log | write | Edit an existing work log (partial updates) |
delete_work_log | destructive | Permanently delete a work log |
list_projects | read | List your projects with work-log counts |
create_project | write | Create a new project |
update_project | write | Rename or re-describe a project |
set_default_project | write | Set the default project used when none is specified |
move_work_logs | write | Move all work logs from one project into another |
delete_project | destructive | Delete a project (relocate or confirm-delete its logs first) |
get_profile | read | Read name, email, timezone, and default project |
update_profile | write | Update your timezone |
get_analytics | read | Dashboard analytics (today/week/month totals, streaks) |
When you connect an AI assistant, the data you ask it to access is transmitted to that assistant's provider (for Claude, this is Anthropic) and handled under their privacy terms. See the LogYourWork Privacy Policy for details on what is shared and how to revoke access.
/mcp and is reachable over HTTPS, and leave the Client ID and Secret blank (a stale, hand-entered client ID is a common cause)./mcp — the access token's scope does not include mcp, or its owner is not MCP-enabled. Re-authorize from scratch.For clients that auto-discover authentication:
/.well-known/oauth-authorization-server — RFC 8414 authorization-server metadata./.well-known/oauth-protected-resource — RFC 9728 protected-resource metadata, pointing at /mcp.