TimeLog MCP · How to connect

Connect an MCP client

  1. Open https://timelog-mcp.ic-consult.net/settings, sign in with Microsoft and register your TimeLog Personal Access Token (one time).
  2. Add this server to your MCP client:
Server URL
https://timelog-mcp.ic-consult.net/mcp
Transport
Streamable HTTP
Authorization
OAuth 2.1 via Microsoft Entra ID (tenant 3ac65224-61ae-43a3-b5af-f6da3cac486c)
Scope
api://b72ea1a9-af19-4765-a6a9-afbf251a46b6/mcp.access

Claude Code

claude mcp add --transport http timelog https://timelog-mcp.ic-consult.net/mcp

Complete the browser sign-in when prompted. If your client asks for a client ID, use the one above.

claude.ai / Claude Desktop (custom connector)

Settings โ†’ Connectors โ†’ Add custom connector โ†’ URL https://timelog-mcp.ic-consult.net/mcp.

VS Code

{ "servers": { "timelog": { "type": "http", "url": "https://timelog-mcp.ic-consult.net/mcp" } } }