MCP server for Productive.io API integration
Productive mcp mcp server lets Claude, Cursor and other MCP clients work with Productive MCP directly. MCP server for Productive.io API integration.
An MCP (Model Context Protocol) server that enables Claude Desktop, Claude Code, and other MCP-compatible clients to interact with the Productive.io API.
Once connected, the assistant can call these 14 tools directly:
macOS — ~/Library/Application Support/Claude/claude_desktop_config.jsonWindows — %APPDATA%\Claude\claude_desktop_config.jsonwhoami — Get current user context and configured user IDlist_companies — List companies/customers. Filter by status (active/archived), limitlist_projects — List projects. Filter by status, company_id, limitlist_folders — List folders in a project. Filter by project_id, status (1=active, 2=archived), limitget_folder — Get folder details by folder_idcreate_folder — Create a folder. Requires project_id, nameupdate_folder — Rename a folder. Requires folder_id, optional namearchive_folder — Archive a folder by folder_idrestore_folder — Restore an archived folder by folder_idlist_boards — List boards. Filter by project_id, limitcreate_board — Create a board. Requires project_id, namelist_task_lists — List task lists. Filter by board_id, limitThe server is distributed via npm as productive-mcp, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
Before the server will start you need to supply 3 environment variables: PRODUCTIVE_API_TOKEN, PRODUCTIVE_ORG_ID, PRODUCTIVE_USER_ID. Keep credentials in your client's env block or a secrets manager rather than committing them.
Productivity servers pay off through capture: the tasks and notes that never get filed are the ones where opening the app is more friction than the thought is worth. Productive MCP sits in that group, and the shape of its toolset — macOS, Windows, whoami among others — tells you what it is really for. Worth comparing against the other productivity servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| macOS | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Windows | %APPDATA%\Claude\claude_desktop_config.json |
| whoami | Get current user context and configured user ID |
| list_companies | List companies/customers. Filter by status (active/archived), limit |
| list_projects | List projects. Filter by status, company_id, limit |
| list_folders | List folders in a project. Filter by project_id, status (1=active, 2=archived), limit |
| get_folder | Get folder details by folder_id |
| create_folder | Create a folder. Requires project_id, name |
| update_folder | Rename a folder. Requires folder_id, optional name |
| archive_folder | Archive a folder by folder_id |
| restore_folder | Restore an archived folder by folder_id |
| list_boards | List boards. Filter by project_id, limit |
| create_board | Create a board. Requires project_id, name |
| list_task_lists | List task lists. Filter by board_id, limit |
{
"mcpServers": {
"productive": {
"command": "npx",
"args": ["-y", "productive-mcp"],
"env": {
"PRODUCTIVE_API_TOKEN": "your_api_token_here",
"PRODUCTIVE_ORG_ID": "your_organization_id_here",
"PRODUCTIVE_USER_ID": "your_user_id_here"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| PRODUCTIVE_API_TOKEN | Credential the server authenticates with. | Yes |
| PRODUCTIVE_ORG_ID | Configuration value read at startup. | Optional |
| PRODUCTIVE_USER_ID | Configuration value read at startup. | Optional |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.