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

yuque-mcp

v0.1.2

Published

MCP server for Yuque (语雀) — expose Yuque knowledge base to AI assistants via Model Context Protocol

Readme

Yuque MCP Server

CI npm version License: MIT

语雀 MCP Server — 通过 Model Context Protocol 让 AI 助手访问你的语雀知识库。

🌐 官网 · English

快速开始

1. 获取语雀 API Token

前往 语雀开发者设置 创建个人 Token。

2. 添加到 MCP 客户端

Claude Code

claude mcp add yuque-mcp -- npx -y yuque-mcp --token=YOUR_TOKEN

3. 开始使用!

让 AI 助手搜索语雀文档、创建文档、管理知识库。

可用工具(25 个)

| 分类 | 工具 | |------|------| | 用户 | yuque_get_useryuque_list_groups | | 搜索 | yuque_search | | 知识库 | yuque_list_reposyuque_get_repoyuque_create_repoyuque_update_repoyuque_delete_repo | | 文档 | yuque_list_docsyuque_get_docyuque_create_docyuque_update_docyuque_delete_doc | | 目录 | yuque_get_tocyuque_update_toc | | 版本 | yuque_list_doc_versionsyuque_get_doc_version | | 团队 | yuque_list_group_membersyuque_update_group_memberyuque_remove_group_member | | 统计 | yuque_group_statsyuque_group_member_statsyuque_group_book_statsyuque_group_doc_stats | | 工具 | yuque_hello |

常见问题

| 错误 | 解决方案 | |------|----------| | YUQUE_TOKEN is required | 传入 --token=YOUR_TOKEN 或设置 YUQUE_TOKEN 环境变量 | | 401 Unauthorized | Token 无效或过期 — 到语雀设置重新生成 | | 429 Rate Limited | 请求过于频繁,等待后重试 |

开发

git clone https://github.com/chen201724/yuque-mcp-server.git
cd yuque-mcp-server
npm install
npm test              # 运行测试(57 个测试用例)
npm run build         # 编译 TypeScript
npm run dev           # 开发模式

许可证

MIT

链接