
Research
Shai-Hulud Descends to Hades: Miasma Worm Campaign Spreads with New PyPI Wave
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.
kimi-code-mcp
Advanced tools
MCP server wrapping Kimi Code CLI (kimi-k2.5) — filesystem, shell, web, and agent tools
MCP server wrapping Kimi Code CLI (kimi-k2.5) — 14 tools for filesystem, shell, web, and agent operations.
Add to your Claude Desktop configuration:
{
"mcpServers": {
"kimi": {
"command": "npx",
"args": ["-y", "kimi-code-mcp@latest"]
}
}
}
Install the Kimi Code MCP server in VS Code:
Or add to .vscode/mcp.json:
{
"servers": {
"kimi": {
"command": "npx",
"args": ["-y", "kimi-code-mcp@latest"]
}
}
}
| Tool | Description |
|---|---|
kimi_read_file | Read a text file (up to 1000 lines) |
kimi_read_media | Analyze images and videos |
kimi_write_file | Create or overwrite a file |
kimi_edit_file | Find-and-replace edit in a file |
kimi_glob | Find files matching a glob pattern |
kimi_grep | Search for regex patterns in files |
kimi_shell | Execute shell commands |
kimi_web_search | Search the web (up to 20 results) |
kimi_fetch_url | Fetch and extract webpage content |
kimi_agent | Autonomous agent for complex tasks |
kimi_think | Extended reasoning and analysis |
kimi_review | Code review (bugs, security, perf, style) |
kimi_research | Research with 256K context window |
kimi_test | Generate or fix tests with edge cases |
| Variable | Description | Default |
|---|---|---|
KIMI_CLI_PATH | Absolute path to kimi binary | kimi (from PATH) |
MCP_KIMI_DEBUG | Enable debug logging to stderr | unset |
git clone https://github.com/userfrm/kimi-code-mcp.git
cd kimi-code-mcp
npm install
npm run build
npm test
MIT
FAQs
MCP server wrapping Kimi Code CLI (kimi-k2.5) — filesystem, shell, web, and agent tools
The npm package kimi-code-mcp receives a total of 12 weekly downloads. As such, kimi-code-mcp popularity was classified as not popular.
We found that kimi-code-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.