mcpbeat Sign in

Chirak MCP Server

local only

Chirak MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 676 installs a week from npm. Last commit 10 Sep 2026.

Model Context Protocol (MCP) Server for Chirak Sales & Inventory Assistant

Installs per day peak 556 · avg 21
a month agotoday
676
Installs / week
npm · chirak-mcp
0
Stars
0 open issues
10 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Chirak MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add chirak-mcp -- npx -y chirak-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "chirak-mcp": {
      "args": [
        "-y",
        "chirak-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.chirak-mcp]
command = "npx"
args = ["-y", "chirak-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "chirak-mcp": {
      "args": [
        "-y",
        "chirak-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "chirak-mcp": {
      "args": [
        "-y",
        "chirak-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CHIRAK_API_KEY (Your Chirak API Key starting with chk_live_ (generated from Chirak App -> More -> Integrations & AI)), CHIRAK_API_BASE_URL (Chirak Cloud API Endpoint (optional, defaults to https://chirak.app/api/v1)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Chirak MCP

same job, measured the same way
Esa MCP Server
by koki-develop

A Model Context Protocol (MCP) server for esa.io

74 installs/wk local only
MCP For API
by appwrite

MCP (Model Context Protocol) server for Appwrite

33 496 installs/wk local only
Procm
by coder-ka

A Model Context Protocol (MCP) server for process management.

75 installs/wk local only
Gitlab MCP Server
by dubuqingfeng

GitLab MCP (Model Context Protocol) server for AI agents

62 installs/wk local only
Trello MCP Server
by billnobill

Trello Model Context Protocol (MCP) Server for AI Agents

40 installs/wk local only
Fiori MCP Server
by sap

SAP Fiori - Model Context Protocol (MCP) server

76 843 installs/wk local only
Agentram MCP
by seanmarkwei

Model Context Protocol server for AgentRAM. Persistent memory for AI agents.

40 installs/wk local only
MCP Prometheus
by jeanlopezxyz

A Model Context Protocol (MCP) server for Prometheus monitoring

112 installs/wk local only

Chirak MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Chirak MCP?
Chirak MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package chirak-mcp was installed 676 times last week.
How do I connect Chirak MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls chirak-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Chirak MCP?
The npm package chirak-mcp was installed 676 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Chirak MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.