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.
Claude Chunks helps you process large documents (like books, theses, or long papers) by:
# 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
{
"mcpServers": {
"claude-chunks": {
"command": "node",
"args": ["/path/to/claude-chunks/dist/index.js"]
}
}
}
chunk_document
tool in your conversationsContributions are welcome! Please see our Contributing Guide for details.
MIT
{
"mcpServers": {
"claude-chunks": {
"env": {},
"args": [
"/path/to/claude-chunks/dist/index.js"
],
"command": "node"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.