MCP.so
登录

Claude Chunks

@vetlefo

关于 Claude Chunks

MCP server for intelligent document chunking and progressive summarization, optimized for Claude context windows.

基本信息

分类

AI 与智能体

传输方式

stdio

发布者

vetlefo

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "claude-chunks": {
      "command": "node",
      "args": [
        "/path/to/claude-chunks/dist/index.js"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Claude Chunks?

Claude Chunks is an MCP server that splits large documents into meaningful, context-aware chunks optimized for Claude’s context windows. It generates rich summaries of each section, maintains context and connections between sections, and formats output for progressive processing by Claude.

How to use Claude Chunks?

Install by cloning the repository, running npm install and npm run build. Add the server to the Claude Desktop configuration with the command and path to dist/index.js, restart Claude Desktop, then use the chunk_document tool in conversations.

Key features of Claude Chunks

  • Smart document chunking into meaningful sections
  • Rich summarization of each section
  • Context preservation across sections
  • Claude-optimized output formatting
  • Progressive processing support for large documents

Use cases of Claude Chunks

  • Process books, theses, or long papers by splitting them into manageable chunks
  • Maintain semantic context when analyzing large documents with Claude
  • Generate section‑by‑section summaries for review
  • Optimize document input for Claude’s context windows

FAQ from Claude Chunks

评论

AI 与智能体 分类下的更多 MCP 服务器