kreuzberg (MCP Server)

GitHub

A polyglot document intelligence framework with a Rust core. Extract text, metadata, images, and structured data from 101 formats (115 file extensions) plus code intelligence for 371 code languages. 15 language bindings โ€” Rust, Python, Ruby, Java, Go, PHP, Elixir, C#, TypeScript โ€” plus CLI, REST API, and MCP server.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "kreuzberg": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-kreuzberg"
      ]
    }
  }
}