npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

koomaster-mcp-server

v1.0.25

Published

## 核心功能 - 🔌 WebSocket桥接服务(详见`src/llmClient.ts`) - 🧰 丰富工具集(`src/tools/`包含50+建模工具) - 基础建模工具(立方体/球体/圆环创建) - KJL资源库集成(资产搜索/置入/替换) - Tripo3D AI生成 - 材质替换

Readme

酷大师 MCP Server

核心功能

  • 🔌 WebSocket桥接服务(详见src/llmClient.ts
  • 🧰 丰富工具集(src/tools/包含50+建模工具)
    • 基础建模工具(立方体/球体/圆环创建)
    • KJL资源库集成(资产搜索/置入/替换)
    • Tripo3D AI生成
    • 材质替换

快速开始

运行环境准备

  1. 安装Node.js(v18+):
  2. 打开系统终端:

启动服务

npx -y koomaster-mcp-server

当终端显示MCP Server Endpoint: 即表示启动成功

故障排除

若启动失败,可尝试安装指定版本:

npm i -g [email protected] --registry=https://registry.npmjs.org

核心模块

1. 工具系统 (src/tools/)

  • 建模工具:面操作/辅助曲线/扫描建模
  • 资产工具:KJL资源搜索/批量置入
  • 反馈工具:场景截图/对象快照
  • 交互工具:对象选择/移动/旋转/缩放

2. 客户端连接 (src/llmClient.ts)

  • WebSocket长连接管理
  • 命令队列与超时控制
  • 客户端状态监测

3. 提示策略 (src/prompt.ts)

包含300+条建模规范:
- 坐标系标准 (Z-up右手系)
- 单位系统 (毫米级精度)
- 碰撞检测规则
- KJL资产优先策略

开发指南

  1. 工具扩展:在src/tools/创建新工具类
  2. API集成:参考tripo3d-tools.ts接入第三方服务
  3. 客户端协议:遵循llmClient.ts定义的消息格式

贡献者协议

请遵循src/prompt.ts中定义的建模规范提交代码