Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Kimi MCP Server

NPM · @TRISHCHUK/KIMI-MCP-SERVER · SCANNED SEP 20

MCP server bridging AI assistants to Moonshot AI Kimi Code CLI for code analysis and review

0 this week 82 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 115 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability75
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 2602 tokens (~185/item across 14 items; 14 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage92
  • 93% of tools have a non-trivial description (not blank, and not just the tool's name).Partial
  • 85% of tool parameters carry a description.Partial
  • Structured output schemas are declared (29% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 14 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Kimi MCP Server server?

Kimi MCP Server runs locally as an npm package, launched with npx -y @trishchuk/kimi-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @trishchuk/kimi-mcp-server

# add to Claude Code
claude mcp add x51xxx-kimi-mcp-server -- npx -y @trishchuk/kimi-mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "x51xxx-kimi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@trishchuk/kimi-mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "x51xxx-kimi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@trishchuk/kimi-mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add x51xxx-kimi-mcp-server -- npx -y @trishchuk/kimi-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "x51xxx-kimi-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@trishchuk/kimi-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add x51xxx-kimi-mcp-server --command npx --arg -y --arg @trishchuk/kimi-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  x51xxx-kimi-mcp-server:
    command: "npx"
    args: ["-y", "@trishchuk/kimi-mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "x51xxx-kimi-mcp-server": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@trishchuk/kimi-mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add x51xxx-kimi-mcp-server -t stdio -c npx -a -y @trishchuk/kimi-mcp-server
// mcp.json
{
  "mcpServers": {
    "x51xxx-kimi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@trishchuk/kimi-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 0
    • Security disclosure: fail → unverified functional
  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 −2
    • Stability: pass → 0.83 functional
  • 16 Sept 26 0
    • Stability: 0.97 → pass security
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 0
    • Security disclosure: unverified → fail functional
  • 13 Sept 26 +1
    • Security disclosure: fail → unverified functional
  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/@trishchuk/kimi-mcp-server@0.2.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 14 exposed · ~2,602 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
ask-kimi ~657

Execute Kimi Code CLI with file analysis (@syntax), session resume, MCP passthrough, and safety controls.

NameTypeReqDescription
addDirsarrayAdditional writable directories (--add-dir, repeatable).
afkboolean--afk: auto-approve in away-from-keyboard mode (print mode implies this).
agentstringBuiltin agent spec to use (--agent). "default" or "okabe".
agentFilestringCustom agent spec file (--agent-file).
cdstringWorking directory
configConfiguration overrides — string (JSON/TOML) or object passed via --config.
configFilestringPath to a config file (TOML or JSON).
continueLatestbooleanUse --continue to resume the most recent Kimi session in cwd.
dryRunbooleanReturn the resolved CLI argv as JSON without spawning Kimi.
finalOnlybooleanAdd --final-message-only — skip intermediate tool-call output. Default: true.
includeMetadatabooleanInclude tool-call metadata in response (only meaningful with stream-json).
maxRalphIterationsintegerExtra autonomous iterations after the first turn (--max-ralph-iterations, -1 = unlimited).
maxStepsPerTurnintegerCap steps in one turn (--max-steps-per-turn).
mcpConfigFilestringPath to an MCP config file with `mcpServers` (passed via --mcp-config-file).
modelstringOptional model override. Known: kimi-for-coding, kimi-k2-6, kimi-k2-6-turbo, kimi-k2-thinking-turbo, kimi-k2-5, kimi-latest. If omitted, uses your Kimi CLI default (~/.kimi/config.toml).
outputFormatstringKimi --output-format. "text" (default for clean responses) or "stream-json" (JSONL with assistant + tool messages).
planbooleanStart in plan mode (--plan). For richer planning, prefer the plan-kimi tool.
promptstringyesTask or question. Use @ to include files (e.g., '@largefile.ts explain').
quietbooleanUse --quiet (= --print --output-format text --final-message-only).
resetSessionbooleanClear session context before execution. Starts fresh conversation.
responseModestringResponse verbosity: "clean" returns only the final answer (default), "full" includes tool calls and stderr execution log.
sessionIdstringInternal session ID for conversation continuity (workspace-isolated).
skillsDirsarrayCustom skills directories (--skills-dir, repeatable). Overrides default discovery.
thinkingbooleanToggle thinking mode (overrides default_thinking from config).
timeoutnumberMaximum execution time in milliseconds (optional)
workingDirstringWorking directory for execution (alias of cd)
yoloboolean⚠️ --yolo: auto-approve everything (dangerous, full file access).

No output schema declared.

No examples provided.

batch-kimi ~196

Delegate multiple atomic tasks to Kimi for batch processing. Ideal for repetitive operations, mass refactoring, and automated transformations.

NameTypeReqDescription
concurrencyintegerMaximum parallel Kimi processes when parallel=true. Default: min(task count, 4)
modelstringOptional model override applied to every task. Known: kimi-for-coding, kimi-k2-6, kimi-k2-6-turbo, kimi-k2-thinking-turbo, kimi-k2-5, kimi-latest.
parallelbooleanExecute independent tasks in parallel
stopOnErrorbooleanStop execution if any task fails
tasksarrayyesArray of atomic tasks to delegate to Kimi
timeoutnumberMaximum execution time per task in milliseconds
workingDirstringWorking directory for execution
yolobooleanAuto-approve everything (typical for batch jobs)
NameTypeReqDescription
failednumberyes
resultsarrayyes
skippednumberyes
successfulnumberyes
totalnumberyes

No examples provided.

bg-kimi ~318

Run Kimi CLI as a detached background task. Subactions: start (returns taskId), status, tail (log output), stop, remove, list. Use for long-running autonomous work — the MCP call returns immediately and you poll status later.

NameTypeReqDescription
actionstringyesBackground task action.
addDirsarray
agentstring
agentFilestring
cdstring
labelstringHuman-readable label to identify this task later.
linesintegerLines to return from log tail.
maxRalphIterationsintegerExtra autonomous iterations after the first turn. -1 = unlimited.
maxStepsPerTurninteger
mcpConfigFile
modelstringOptional model override. Known: kimi-for-coding, kimi-k2-6, kimi-k2-6-turbo, kimi-k2-thinking-turbo, kimi-k2-5, kimi-latest.
planbooleanStart in plan mode.
promptstringPrompt (required for action=start).
signalstringSignal for stop action.
skillsDirsarray
taskIdstringTask ID returned by action=start.
thinkingboolean
workingDirstring
yoloboolean--yolo: auto-approve everything (default for bg tasks: afk; pass yolo for full power).

No output schema declared.

No examples provided.

brainstorm ~261

Generate creative ideas using structured frameworks with domain context and feasibility analysis.

NameTypeReqDescription
afkbooleanAuto-approve in AFK mode
cdstringWorking directory
constraintsstringLimitations: budget, time, technical, legal, etc.
domainstringDomain: software, business, creative, research, product, marketing, etc.
existingContextstringBackground info or previous attempts
ideaCountintegerNumber of ideas (default: 12, range: 5-30)
includeAnalysisbooleanInclude feasibility/impact analysis
methodologystringFramework: divergent, convergent, scamper, design-thinking, lateral, auto (default)
modelstringOptional model override. Known: kimi-for-coding, kimi-k2-6, kimi-k2-6-turbo, kimi-k2-thinking-turbo, kimi-k2-5, kimi-latest. If omitted, uses your Kimi CLI default.
promptstringyesBrainstorming challenge or question
thinkingbooleanEnable thinking mode for deeper reasoning during ideation.
yoloboolean⚠️ Bypass all approvals

No output schema declared.

No examples provided.

delegate-kimi ~294

Delegate an implementation task to Kimi in an isolated git worktree. Kimi runs autonomously (--yolo) on a fresh branch, optionally looping against a test command. Returns a taskId; later 'collect' to grab the diff. Safe: changes are sandboxed, caller reviews & applies.

NameTypeReqDescription
acceptanceCriteriaarrayBullet list of criteria the implementation must satisfy.
actionstringstart: spawn delegated task; status: check progress; collect: stop + return diff + cleanup option.
autoTeststringShell command Kimi should run after editing to validate (e.g., "npm test"). If passed, Kimi is told to loop until it passes.
baseBranchstringBranch/commit to base the worktree on (default: current HEAD of repo).
branchNamestringName for the new branch in the worktree. Default: kimi/<random>.
cleanupbooleanOn collect: also run `git worktree remove` after grabbing the diff.
maxRalphIterationsintegerExtra autonomous iterations (Ralph mode). Default 5 (use -1 for unlimited).
modelstring
taskstringWhat Kimi should accomplish (required for action=start).
taskIdstring
workingDirstringRepo root (default: resolved automatically).

No output schema declared.

No examples provided.

digest-kimi ~310

Ingest many files at once and answer a focused question. Uses Kimi's 262K context to swallow whole modules / docs that don't fit in the caller's context. Walks directories, filters by extension, truncates oversized files, caps total payload. Returns a concentrated brief.

NameTypeReqDescription
excludearraySubstrings to exclude from paths (matched against relative path). Default: node_modules, .git, dist, build.
extensionsarrayFilter by extensions when walking dirs (e.g., [".ts", ".tsx"]). Default: all text-like files.
maxBytesPerFileintegerTruncate any single file above this size. Default: 200 KB.
maxTotalBytesintegerStop adding files once the total payload exceeds this (Kimi context is ~262K tokens / ~1MB safe). Default: 8 MB.
modelstring
pathsarrayyesFiles or directories to ingest. Directories are walked. Globs are NOT expanded — pass concrete paths.
questionstringyesFocused question to answer using the provided files (e.g., "explain auth flow", "find dead code").
recursivebooleanWalk into subdirectories. Default: true.
shapestringsummary: 1-paragraph; detailed: structured deep-dive; qa: focused answer to the question.
timeoutnumber
workingDirstring

No output schema declared.

No examples provided.

health ~46

Check Kimi CLI installation, authentication, and session health

NameTypeReqDescription
sessionIdstringOptional session ID to check specific session health
verbosebooleanInclude detailed diagnostic information
NameTypeReqDescription
issuesarrayyes
kimiCliobjectyes
sessionsobjectyes
statusstringyes

No examples provided.

Help ~14

Show Kimi CLI help output

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list-sessions ~59

List active conversation sessions with metadata, or manage them (delete/clear)

NameTypeReqDescription
actionstringAction: list (default), delete (single session), clear (all sessions)
sessionIdstringSession ID for delete action
NameTypeReqDescription
actionstringyes
sessionsarray
statsobject

No examples provided.

metrics ~20

Expose Prometheus-formatted metrics for Kimi MCP server

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

ping ~19

Echo

NameTypeReqDescription
promptstringMessage to echo

No output schema declared.

No examples provided.

plan-kimi ~178

Generate a structured implementation plan using Kimi's --plan mode. Use BEFORE coding to get steps, files-to-touch, risks, and open questions. Distinct from ask-kimi: uses --plan flag (different system prompt) and parses structured output.

NameTypeReqDescription
acceptancearrayAcceptance criteria the plan must satisfy.
constraintsstringHard constraints (must-not-touch areas, style rules, deadlines).
contextFilesarrayPaths/globs to include as @-references in the prompt.
formatstringOutput shape. json (default) returns structured steps/risks; markdown returns a checklist.
goalstringyesWhat you want planned (a feature, refactor, investigation).
modelstring
timeoutnumber
workingDirstring

No output schema declared.

No examples provided.

review-changes ~217

Run a code review against the current repository using Kimi (collects git diff + structured review prompt).

NameTypeReqDescription
basestringReview changes against a specific base branch (e.g., "main", "develop")
commitstringReview changes introduced by a specific commit SHA
modelstringOptional model override. Known: kimi-for-coding, kimi-k2-6, kimi-k2-6-turbo, kimi-k2-thinking-turbo, kimi-k2-5, kimi-latest. If omitted, uses your Kimi CLI default.
promptstringCustom review instructions or focus areas (optional)
thinkingbooleanEnable thinking mode for deeper review (recommended).
timeoutnumberMaximum execution time in milliseconds
titlestringOptional title for the review summary
uncommittedbooleanReview staged + unstaged + untracked changes (working tree)
workingDirstringWorking directory to run the review in

No output schema declared.

No examples provided.

version ~13

Display version and system information

Input schema present but exposes no named parameters.

NameTypeReqDescription
kimiClistring
mcpServerstringyes
nodeJsstringyes
platformstringyes

No examples provided.

Common questions

What is the Kimi MCP Server server?

Kimi MCP Server is listed in the public MCP registry as io.github.x51xxx/kimi-mcp-server. MCP server bridging AI assistants to Moonshot AI Kimi Code CLI for code analysis and review. This page covers its npm package (@trishchuk/kimi-mcp-server).

Is the Kimi MCP Server server safe to use?

Kimi MCP Server scores 82 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Kimi MCP Server server expose?

Kimi MCP Server exposes 14 tools: ask-kimi, batch-kimi, review-changes, brainstorm, bg-kimi, and 9 more. Their descriptions and schemas cost roughly 2,602 tokens of context every time the server is loaded.

Is the Kimi MCP Server server still maintained?

Kimi MCP Server is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Kimi MCP Server server under?

Kimi MCP Server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.