Hubstaff MCP Server
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., "@Hubstaff MCP ServerShow me my recent task updates"
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.
Hubstaff MCP Server
A remote read-only MCP server for the Hubstaff Time Tracking API v2 and Hubstaff Tasks API v1. It provides tasks, recent updates, comments, and aggregated time by task via Streamable HTTP.
The server includes a built-in OAuth 2.1 authorization server for ChatGPT Developer mode: DCR, authorization code, PKCE S256, audience-bound JWT access tokens, and rotating refresh tokens.
MCP tools
hubstaff_list_organizations— available organizations and their IDs.hubstaff_list_tasks— organization tasks with filters.hubstaff_get_task— Time Tracking task details.hubstaff_recent_updates— recently updated tasks and time entries.hubstaff_task_hours— hours per task and breakdown by users.hubstaff_tasks_list_projects— Hubstaff Tasks projects.hubstaff_tasks_list_project_tasks— project board tasks.hubstaff_tasks_get_task— Hubstaff Tasks task details.hubstaff_tasks_list_comments— task comments, if the endpoint is available to the plan and token.
All tools only read data.
Related MCP server: timedoctor-mcp
Setup
Copy
.env.exampleto.env.Set
MCP_AUTH_TOKENto at least 32 characters.For ChatGPT, provide
OAUTH_ISSUER,OAUTH_USERNAME,OAUTH_PASSWORD, andOAUTH_SIGNING_SECRET. The OAuth state is stored in/data/oauth-state.json.Choose one Hubstaff authorization option:
HUBSTAFF_ORGANIZATION_TOKEN(hsoat_...) — the recommended option for an always-running server;HUBSTAFF_REFRESH_TOKEN— a Personal Access Token that Hubstaff issues as a refresh token;HUBSTAFF_ACCESS_TOKEN— a temporary access token.
PAT requires the hubstaff:read and tasks:read scopes. Hubstaff rotates the refresh token on every exchange; the server atomically saves the current pair to /data/token.json inside a named Docker volume. The original key remains only in .env, and .env is excluded from Git and the Docker build context.
Running:
npm ci
npm run build
npm test
npm startDocker:
docker compose up -d --buildConnecting an MCP client
URL:
https://hubstuff-mcp.copperdiver.studio/mcpFor a regular MCP client, you can use the service header:
Authorization: Bearer <MCP_AUTH_TOKEN>ChatGPT connects via OAuth automatically. The server publishes:
/.well-known/oauth-protected-resource/.well-known/oauth-authorization-server/oauth/register,/oauth/authorize,/oauth/token
In ChatGPT, enable Settings → Security and login → Developer mode, then on the Plugins page add the URL https://hubstuff-mcp.copperdiver.studio/mcp with OAuth/DCR. During the first connection, enter OAUTH_USERNAME and OAUTH_PASSWORD from the server's .env.
Availability check without a secret:
curl https://hubstuff-mcp.copperdiver.studio/healthHubstaff limitations
The Activity API returns intervals of no more than 7 days per request;
hubstaff_task_hourssplits the range into parts itself.Detailed activity history is available for at most about 6 months.
Comments belong to the Hubstaff Tasks API v1 and may not be returned on some plans or without the
tasks:readscope. In that case, the tool also checks the comments embedded in the task response and returns a clear error instead of an empty result.
Official documentation: Hubstaff API, authentication, tasks, activities.
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
- AlicenseAqualityAmaintenanceA Model Context Protocol (MCP) server for accessing Productive.io API endpoints (projects, tasks, comments, todos), tailored for read-only operations, providing streamlined access to essential data while minimizing token consumption18MIT
- AlicenseBqualityCmaintenanceMCP Server for extracting Time Doctor time tracking data via AI assistants.42MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server for Hubstaff API integration, enabling seamless time tracking, project management, and team collaboration through AI assistants.4MIT
- AlicenseBqualityCmaintenanceMCP server enabling natural language interaction with Hubstaff data, including organizations, projects, members, tasks, and tracked-time activities.10MIT
Related MCP Connectors
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2
Streamable HTTP MCP server for Google Calendar and Sheets with OAuth login.
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/copperdiver/mcp-hubstuff'
If you have feedback or need assistance with the MCP directory API, please join our Discord server