{"id":43387672,"url":"https://github.com/studiometa/productive-tools","last_synced_at":"2026-02-24T16:04:22.914Z","repository":{"id":333647521,"uuid":"1135555055","full_name":"studiometa/productive-tools","owner":"studiometa","description":"CLI tool for interacting with the Productive.io API","archived":false,"fork":false,"pushed_at":"2026-02-21T08:22:13.000Z","size":1490,"stargazers_count":2,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-21T16:08:47.627Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/studiometa.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-16T09:07:29.000Z","updated_at":"2026-02-21T08:21:23.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/studiometa/productive-tools","commit_stats":null,"previous_names":["studiometa/productive-cli","studiometa/productive-tools"],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/studiometa/productive-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studiometa%2Fproductive-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studiometa%2Fproductive-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studiometa%2Fproductive-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studiometa%2Fproductive-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/studiometa","download_url":"https://codeload.github.com/studiometa/productive-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studiometa%2Fproductive-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29790415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T10:45:18.109Z","status":"ssl_error","status_checked_at":"2026-02-24T10:45:09.911Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-02T11:55:06.605Z","updated_at":"2026-02-24T16:04:22.909Z","avatar_url":"https://github.com/studiometa.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Productive.io Tools\n\n[![CI](https://github.com/studiometa/productive-tools/actions/workflows/ci.yml/badge.svg)](https://github.com/studiometa/productive-tools/actions/workflows/ci.yml)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat\u0026colorB=3e63dd\u0026colorA=414853)](https://opensource.org/licenses/MIT)\n\nMonorepo for [Productive.io](https://productive.io) integration tools — CLI and MCP server for AI agents and humans.\n\n## Packages\n\n| Package                                          | Description                                                               |\n| ------------------------------------------------ | ------------------------------------------------------------------------- |\n| [`@studiometa/productive-cli`](./packages/cli)   | CLI for Productive.io — projects, time tracking, tasks, reports, and more |\n| [`@studiometa/productive-mcp`](./packages/mcp)   | MCP server for Claude Desktop and other MCP clients                       |\n| [`@studiometa/productive-core`](./packages/core) | Shared business logic — executor functions with injectable dependencies   |\n| [`@studiometa/productive-api`](./packages/api)   | API client, types, and response formatters                                |\n\n## Quick Start\n\n### CLI\n\n```bash\nnpm install -g @studiometa/productive-cli\n\nproductive config set apiToken YOUR_TOKEN\nproductive config set organizationId YOUR_ORG_ID\nproductive config set userId YOUR_USER_ID\n\nproductive projects list\nproductive time list --from 2025-01-01\nproductive reports time --from 2025-01-01\n```\n\n### MCP Server (Claude Desktop)\n\n```bash\nnpm install -g @studiometa/productive-mcp\n```\n\nAdd to your Claude Desktop config (`~/Library/Application Support/Claude/claude_desktop_config.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"productive\": {\n      \"command\": \"productive-mcp\",\n      \"env\": {\n        \"PRODUCTIVE_ORG_ID\": \"your-org-id\",\n        \"PRODUCTIVE_API_TOKEN\": \"your-auth-token\",\n        \"PRODUCTIVE_USER_ID\": \"your-user-id\"\n      }\n    }\n  }\n}\n```\n\n## Requirements\n\n- **Node.js 24+**\n- **Productive.io account** with API access\n\n## Getting Productive.io Credentials\n\n1. Log into [Productive.io](https://productive.io)\n2. Go to **Settings → Integrations → API**\n3. Generate an API token\n4. Note your Organization ID (visible in API settings or URL)\n5. Note your User ID (click your profile, visible in URL)\n\n## Contributing\n\nSee [CONTRIBUTING.md](./CONTRIBUTING.md).\n\n## License\n\nMIT © [Studio Meta](https://www.studiometa.fr)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstudiometa%2Fproductive-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstudiometa%2Fproductive-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstudiometa%2Fproductive-tools/lists"}