-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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/mcpSee 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
- Getting Started — install and connect it to your agent
- Tools — every tool and its parameters
- Configuration — environment variables and tuning
- Architecture — modules and design rationale
- Recipes — example prompts
- Troubleshooting — common errors and fixes
- FAQ
| 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.
MIT © VSK Studio · Repository · npm