Skip to content
This repository was archived by the owner on Jul 28, 2026. It is now read-only.
Akayashuu edited this page Jul 28, 2026 · 3 revisions

takt-mcp wiki

Warning

Deprecated. This static-key stdio package is no longer the recommended way to connect an AI agent to Takt. Takt now hosts a remote MCP server with OAuth 2.1 — no API key to generate or copy, per-team and per-scope consent, and one-click revocation. Point your MCP client at https://taktlytics.com/mcp instead:

claude mcp add --transport http takt https://taktlytics.com/mcp

See the MCP docs. This package and its repository are archived and no longer maintained.

@vskstudio/takt-mcp is a Model Context Protocol server that exposes a self-hosted Takt instance's privacy-friendly analytics to any MCP-aware AI agent (Claude Desktop, Claude Code, Cursor, …).

It is a thin, read-only stdio client. It runs on your machine and talks to your Takt instance with your single-site API key. Nothing is hosted by us.

AI agent  ──stdio (MCP)──▶  takt-mcp  ──HTTPS + Bearer──▶  Takt /api/v1

Pages

At a glance

Transport stdio (MCP)
Auth Takt API key (Bearer), single-site scoped
Mode read-only (GET only)
Tools 10 (stats + sites)
Resources takt://sites (when TAKT_ORG is set)
Node ≥ 18

The canonical docs live in the repo (README.md, docs/). This wiki mirrors them for quick browsing.

Clone this wiki locally