Claude Chunks

Claude Chunks

An MCP server that intelligently chunks large documents for Claude, enabling efficient context-aware processing and summary generation for enhanced document comprehension.

vetlefo

Digital Note Management
Media Content Processing
Content Fetching
Visit Server

README

Claude Chunks

An intelligent document chunking MCP server optimized for Claude context windows. Split large documents into meaningful, context-aware chunks that can be progressively processed by Claude.

Overview

Claude Chunks helps you process large documents (like books, theses, or long papers) by:

  1. Breaking them into meaningful sections
  2. Generating rich summaries of each section
  3. Maintaining context and connections between sections
  4. Formatting output for optimal Claude context reuse

Installation

# Clone the repository
git clone https://github.com/vetlefo/claude-chunks.git
cd claude-chunks

# Install dependencies
npm install

# Build the project
npm run build

Usage with Claude Desktop

  1. Add to Claude Desktop config:
{
  "mcpServers": {
    "claude-chunks": {
      "command": "node",
      "args": ["/path/to/claude-chunks/dist/index.js"]
    }
  }
}
  1. Restart Claude Desktop
  2. Use the chunk_document tool in your conversations

Development Roadmap

Phase 1: Core Functionality

  • [ ] Basic MCP server setup
  • [ ] Smart document chunking
  • [ ] Section summarization
  • [ ] Context preservation

Phase 2: Enhancements

  • [ ] Multiple document formats
  • [ ] Custom chunking strategies
  • [ ] Enhanced metadata tracking
  • [ ] Claude-optimized formatting

Phase 3: Advanced Features

  • [ ] Cross-reference tracking
  • [ ] Technical term extraction
  • [ ] Theme detection
  • [ ] Progressive loading

Contributing

Contributions are welcome! Please see our Contributing Guide for details.

License

MIT

Recommended Servers

Mult Fetch MCP Server

Mult Fetch MCP Server

A versatile MCP-compliant web content fetching tool that supports multiple modes (browser/node), formats (HTML/JSON/Markdown/Text), and intelligent proxy detection, with bilingual interface (English/Chinese).

Featured
Local
Persistent Knowledge Graph

Persistent Knowledge Graph

An implementation of persistent memory for Claude using a local knowledge graph, allowing the AI to remember information about users across conversations with customizable storage location.

Featured
Local
Hyperbrowser MCP Server

Hyperbrowser MCP Server

Welcome to Hyperbrowser, the Internet for AI. Hyperbrowser is the next-generation platform empowering AI agents and enabling effortless, scalable browser automation. Built specifically for AI developers, it eliminates the headaches of local infrastructure and performance bottlenecks, allowing you to

Featured
Local
Exa MCP

Exa MCP

A Model Context Protocol server that enables AI assistants like Claude to perform real-time web searches using the Exa AI Search API in a safe and controlled manner.

Featured
Web Research Server

Web Research Server

A Model Context Protocol server that enables Claude to perform web research by integrating Google search, extracting webpage content, and capturing screenshots.

Featured
Perplexity Chat MCP Server

Perplexity Chat MCP Server

MCP Server for the Perplexity API.

Featured
PubMedSearch

PubMedSearch

A Model Content Protocol server that provides tools to search and retrieve academic papers from PubMed database.

Featured
Youtube Translate

Youtube Translate

A Model Context Protocol server that enables access to YouTube video content through transcripts, translations, summaries, and subtitle generation in various languages.

Featured
Aindreyway Codex Keeper

Aindreyway Codex Keeper

Serves as a guardian of development knowledge, providing AI assistants with curated access to latest documentation and best practices.

Featured
Perplexity Deep Research

Perplexity Deep Research

A server that allows AI assistants to perform web searches using Perplexity's sonar-deep-research model with citation support.

Featured