Features

Monton MCP

Connect Monton to Claude, Cursor, and any MCP-compatible AI assistant. Manage projects, tasks, and time entries from chat.

Bring Monton into your AI workflow

Monton exposes a native MCP server so any compatible LLM can read and act on your projects, tasks, and time — through plain conversation.

Ask anything about your work

Query projects, tasks, hours logged, and team capacity in natural language. Get summaries, status updates, and answers without leaving your AI chat.

Manage projects from chat

Create projects, update tasks, assign people, and move work forward by simply describing what you want done.

Log time conversationally

Tell your assistant what you worked on and let it record time entries on the right project — no forms, no clicks.

Connect your favorite AI tool

Pick your client and paste the config. Monton works with any MCP-compatible assistant.

First, create a Personal Access Token

MCP authenticates with a Personal Access Token (PAT). Generate one from your user settings inside Monton — treat it like a password.

Open your client's MCP config, paste the snippet below, and replace the placeholder with your PAT.

Add the server with the Claude Code CLI, or paste the JSON into your project's .mcp.json file.

claude mcp add --transport http monton https://the.monton.app/api/mcp \
  --header "Authorization: Bearer monton_pat_..."

— or —

{
  "mcpServers": {
    "monton": {
      "url": "https://the.monton.app/api/mcp",
      "headers": {
        "Authorization": "Bearer monton_pat_..."
      }
    }
  }
}

Replace monton_pat_... with the token you just generated.

What is MCP?

The Model Context Protocol (MCP) is an open standard that lets LLMs talk to external systems through a single, secure interface. Connect Monton once and your assistant can plan, query, and update your agency without custom integrations.

  • Native support for Claude Code, Cursor, Claude Desktop, Windsurf, and VS Code Copilot
  • Token-based authentication — revoke or rotate any time
  • Read and write projects, tasks, and time entries
  • Works with any MCP-compatible client, present or future
{
  "mcpServers": {
    "monton": {
      "url": "https://the.monton.app/api/mcp",
      "headers": {
        "Authorization": "Bearer monton_pat_..."
      }
    }
  }
}

Get connected in 3 steps

1

Generate a PAT

From Monton, open user settings and create a Personal Access Token.

2

Add the MCP server

Paste the config into your AI client and replace the token placeholder.

3

Start chatting

Ask your assistant to list projects, log time, or update tasks.