TokenisttTokenistt
PricingResourcesBlogDocsLegalAbout UsCareers
private beta · limited accessSign inStart free →
PricingResourcesBlogDocumentationLegalAbout UsCareers
Start free →Sign in
DocsMCP Server — Installation
← Back
Getting Started
MCP Server
Integrations
Features
Reference

MCP Server — Installation

The Tokenistt MCP server is a Node.js process that implements the Model Context Protocol. It acts as a middleware layer between any MCP-compatible host and the Anthropic API.

Global install (recommended)

npm install -g tokenistt-mcp
tokenistt --version  # → tokenistt-mcp v0.4.2

Project-local install

npm install tokenistt-mcp --save-dev

# Add to package.json scripts:
"tokenistt": "tokenistt-mcp"

System requirements

Node.js18.0.0+
npm9.0.0+
OSmacOS, Linux, Windows (WSL2)
Memory~60 MB resident
Port9317 (configurable)
NOTETokenistt does not require an account for local use. Create a free account at tokenistt.com to unlock the cloud dashboard, team workspaces, and analytics history.