Claude Chunks
@vetlefo
Claude Chunks について
MCP server for intelligent document chunking and progressive summarization, optimized for Claude context windows.
基本情報
設定
以下の設定を使って、このサーバーを 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 とエージェント」の他のコンテンツ
Shell and Coding agent for Claude and other mcp clients
rusiaamanShell and coding agent on mcp clients
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
Gemini MCP Server
aliargunMCP server implementation for Google's Gemini API
コメント