ManicTime Cloud supports MCP (Model Context Protocol), so AI tools can connect directly to your cloud workspace and query your data without going through the local desktop client.
If you want to connect an AI tool to the desktop app running on your computer, see MCP server (AI integration).
Why use Cloud MCP
Use Cloud MCP when:
- your data is already in ManicTime Cloud
- your AI tool supports remote MCP servers with OAuth
- you want the AI tool to connect directly to your cloud workspace
Your ManicTime Cloud MCP server URL looks like this:
https://cloud.manictime.com/<your-cloud-id>/mcp
The <your-cloud-id> part is unique to your workspace. You can find it in the address bar when you are signed in to ManicTime Cloud.
What you need
Before you start, you need:
- a ManicTime Cloud account
- access to the Developer page in ManicTime Cloud
- an AI tool that supports remote MCP servers with OAuth
You can open the Developer page here:
- Single-user accounts: bottom-left menu → My profile → Developer
- Team accounts: bottom-left menu → Users and subscriptions → Developer
Connect ChatGPT
In ChatGPT, go to:
Settings → Apps → Create app
First you need to enable Developer mode.
Then click on Create app. Fill in:
- Name:
ManicTime - MCP Server URL:
https://cloud.manictime.com/<your-cloud-id>/mcp - Authentication:
OAuth
Under advanced authentication settings, ChatGPT will show a callback URL.
Then in ManicTime Cloud:
- Open the Developer page.
- Create a new client.
- Paste the callback URL provided by ChatGPT.
- Save the client.
- Copy the generated Client ID and Client Secret.
Go back to ChatGPT, paste the Client ID and Client Secret, then click Create.
After that, ChatGPT should complete OAuth and connect to your ManicTime Cloud MCP server.
Connect Claude
Claude also supports remote MCP servers with OAuth.
To add a custom connector, go to:
https://claude.ai/customize/connectors
Then:
Click +, then Add Custom connector.
Enter:
- Name:
ManicTime - MCP Server URL:
https://cloud.manictime.com/<your-cloud-id>/mcp
- Name:
In ManicTime Cloud, open the Developer page and create a new client.
For callback URL, use:
https://claude.ai/api/mcp/auth_callbackSave the client.
Copy the generated Client ID and Client Secret.
Go back to Claude and paste the Client ID and Client Secret.
Finish creating the connector.
Connect other AI tools
The same pattern works for any AI tool that supports:
- a remote MCP server URL
- OAuth authentication
- a custom callback URL
The setup is always the same:
- Start creating a new MCP connection in the AI tool.
- Enter your ManicTime Cloud MCP URL.
- Choose OAuth.
- Copy the callback URL the tool provides.
- In ManicTime Cloud, create a new client with that callback URL.
- Paste the client ID and client secret back into the AI tool.
- Complete the OAuth flow.
Check that it works
Once the connection is active, try a simple prompt first:
- "Are ManicTime tools available to you?"
Then you can try questions like:
- "How much time did I work yesterday?"
- "Which projects did I spend the most time on this week?"
- "Show me all tagged and untagged work from Monday."
- "Summarize my support work for today."
Depending on the MCP client and the permissions you allow, the AI may also be able to write data back, for example by saving tags.