claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// MCP Servers

xberg

A polyglot document intelligence framework with a Rust core. Extract text, metadata, images, and structured information from PDFs, Office documents, images,…

// MCP Servers[ cli ][ api ][ desktop ][ web ][ mobile ][ claude ]#claude#bun#csharp#document-intelligence#elixir#ffi#golang#java#mcp-serversMIT$open-sourceupdated 12 days ago
Actively maintained
100/100
last commit 5 days ago
last release 5 days ago
releases 237
open issues 13
// install
{
  "mcpServers": {
    "xberg": {
      "command": "npx",
      "args": ["-y", "https://github.com/xberg-io/xberg"]
    }
  }
}

Xberg

Extract text, metadata, transcripts, and code intelligence from 96 file formats and 306 programming languages at native speeds without needing a GPU.

Xberg is the next iteration of Kreuzberg. Same document-intelligence engine, rebuilt and rebranded under a fresh v1 line.

What and Why?

Xberg is a document-intelligence framework with a Rust core and native bindings for 16 languages. It turns documents, images, audio, and source code into clean, structured text — extracting tables, metadata, transcripts, and code intelligence from 96 file formats and 306 programming languages.

Modern AI and RAG pipelines need fast, reliable extraction without a GPU or a stack of heavyweight dependencies. Xberg delivers that from a single Rust core: SIMD-accelerated parsing, pure-Rust PDF, streaming for multi-GB files, and consistent output across every binding. Run it as a library, CLI, REST API, or MCP server.

OCR (Tesseract, PaddleOCR, EasyOCR, and VLM across 143 vision providers), Whisper audio/video transcription, chunking, language detection, embeddings, and structured LLM extraction are all built in.

Features

FeatureDescription
96 file formatsPDF, Office, images, HTML/XML, email, archives, and academic formats across 8 categories
306 languagesCode intelligence — functions, classes, imports, symbols, docstrings — via tree-sitter
PolyglotNative bindings for Rust, Python, Node.js, WebAssembly, Ruby, Go, Java, Kotlin, C#, PHP, Elixir, R, Dart, Swift, Zig, and C
OCRTesseract (incl. WASM), PaddleOCR, EasyOCR, and VLM OCR across 143 vision providers — extensible via plugins
TranscriptionWhisper ONNX transcripts for MP3, M4A, WAV, WebM, and MP4 audio tracks
LLM intelligenceStructured JSON extraction, embeddings, and VLM OCR through liter-llm, including local engines
DeploymentUse as a library, CLI tool, REST API server, or MCP server
High performanceRust core with pure-Rust PDF, SIMD optimizations, full parallelism, and streaming for multi-GB files
Token-efficient outputTOON wire format uses ~30–50% fewer tokens than JSON for LLM/RAG pipelines
ExtensiblePlugin system for custom OCR backends, validators, post-processors, extractors, and renderers

Supported Formats

96 file formats across 8 categories — Office documents, images (OCR-enabled), web and structured data, email, archives, academic, and audio/video — plus code intelligence for 306 programming languages. See the format reference for the complete list.

Star Xberg on GitHub

⭐ Star this repo to show your support — it helps others discover Xberg.

Quick Start

Language Packages

Python
pip install xberg
uv add xberg

See Python README for full documentation.

Node.js
npm install @xberg-io/xberg

See Node.js README for full documentation.

Rust
cargo add xberg

See Rust README for full documentation.

Go
go get github.com/xberg-io/xberg

See Go README for full documentation.

Java

Available on Maven Central as io.xberg:xberg. See Java README for the dependency snippet and current version.

C#
dotnet add package Xberg

See C# README for full documentation.

Ruby
gem install xberg

See Ruby README for full documentation.

PHP
composer require xberg-io/xberg

See PHP README for full documentation.

Elixir

Add {:xberg, "~> 1.0"} to your mix.exs dependencies. See Elixir README for full documentation.

WebAssembly
npm install @xberg-io/xberg-wasm

See WebAssembly README for full documentation.

R

Install from r-universe. See R README for full documentation.

Kotlin (Android)

Available on Maven Central as io.xberg:xberg-android. See Kotlin README for the dependency snippet and current version.

Swift

Add via Swift Package Manager. See Swift README for full documentation.

Dart / Flutter
dart pub add xberg

See Dart README for full documentation.

Zig

Add via zig fetch. See Zig README for full documentation.

C/C++ (FFI)

Build from source as part of this workspace. See C (FFI) README for full documentation.

CLI
brew install xberg-io/tap/xberg

See CLI usage for full documentation.

Docker
docker pull ghcr.io/xberg-io/xberg:latest

See Docker guide for API, CLI, and MCP server modes.

MCP Server

Run Xberg as a Model Context Protocol server. The prebuilt binaries (Homebrew, install.sh, Docker) include it; from source, enable the mcp feature.

# Prebuilt (Homebrew / install.sh / Docker) — MCP is included
brew install xberg-io/tap/xberg
xberg mcp                                   # stdio (default)

# From source — enable the mcp feature
cargo install xberg-cli --features mcp
xberg mcp

# HTTP transport instead of stdio
xberg mcp --transport http --host 127.0.0.1 --port 8001

Add it to an MCP client (Claude Desktop claude_desktop_config.json, Cursor .cursor/mcp.json):

{
  "mcpServers": {
    "xberg": { "command": "xberg", "args": ["mcp"] }
  }
}

See the MCP integration guide for tools, resources, prompts, HTTP transport, and configuration.

AI Coding Assistants

Install the Xberg plugin from the xberg-io/plugins marketplace. It ships the Xberg agent skills (extraction APIs, OCR backends, configuration, language conventions) and works with every major coding agent — expand your harness below.

Claude Code
/plugin marketplace add xberg-io/plugins
/plugin install xberg@xberg
Codex CLI
/plugins add https://github.com/xberg-io/plugins

Then search for xberg and select Install Plugin.

Cursor

Settings → Plugins → Add from URL → https://github.com/xberg-io/plugins, then select xberg.

Gemini CLI
gemini extensions install https://github.com/xberg-io/plugins
Factory Droid
droid plugin marketplace add https://github.com/xberg-io/plugins
droid plugin install xberg@xberg
GitHub Copilot CLI
copilot plugin marketplace add https://github.com/xberg-io/plugins
copilot plugin install xberg@xberg
opencode

Add the package to opencode.json:

{
  "$schema": "https://opencode.ai/config.json",
  "plugin": ["@xberg-io/opencode-xberg"]
}

Documentation

Full guides, API references for every binding, and the complete format and configuration reference live at xberg.io. Try it in the browser with the live demo.

Contributing

Contributions are welcome! See CONTRIBUTING.md for guidelines.

Join our Discord community for questions and discussion.

Part of Xberg.dev

  • crawlberg — web crawling and scraping with HTML→Markdown and headless-Chrome fallback.
  • html-to-markdown — fast, lossless HTML→Markdown engine.
  • liter-llm — universal LLM API client with native bindings for 14 languages and 143 providers.
  • tree-sitter-language-pack — tree-sitter grammars and code-intelligence primitives.
  • alef — the polyglot binding generator that produces every per-language binding across the 5 polyglot repos.

License

MIT License (MIT) — see LICENSE for details. See the MIT License for the full text.

// compatibility

Platformscli, api, desktop, web, mobile
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguageRust

// faq

What is xberg?

A polyglot document intelligence framework with a Rust core. Extract text, metadata, images, and structured information from PDFs, Office documents, images, and 97+ formats. Available for Rust, Python, Ruby, Java, Go, PHP, Elixir, C#, R, C, TypeScript (Node/Bun/Wasm/Deno)- or use via CLI, REST API, or MCP server.. It is open-source on GitHub.

Is xberg free to use?

xberg is open-source under the MIT license, so it is free to use.

What category does xberg belong to?

xberg is listed under mcp-servers in the Claudeers registry of Claude-compatible tools.

0 views
8,591 stars
unclaimed
updated 12 days ago

// embed badge

xberg on Claudeers
[![Claudeers](https://claudeers.com/api/badge/xberg.svg)](https://claudeers.com/xberg)

// retro hit counter

xberg hit counter
[![Hits](https://claudeers.com/api/counter/xberg.svg)](https://claudeers.com/xberg)

// reviews

// guestbook

0/500

// related in MCP Servers

🔓

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete…

// mcp-serversf/HTML164,687NOASSERTION[ claude ]
🔓

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io

// mcp-serversfarion1231/Rust112,854MIT[ claude ]
🔓

An open-source AI agent that brings the power of Gemini directly into your terminal.

// mcp-serversgoogle-gemini/TypeScript105,729Apache-2.0[ claude ]
🔓

A collection of MCP servers.

// mcp-serverspunkpeye/90,251MIT[ claude ]

// built by

→ see how xberg connects across the ecosystem