Encapsulates the powerful jieba Chinese word segmentation library as a Model Context Protocol (MCP) server, offering robust text processing capabilities for various applications.
This MCP server is specifically designed to bring sophisticated Chinese text segmentation functionality to any MCP-compatible client, such as Claude Desktop. Built upon the efficient FastMCP framework, it seamlessly integrates the widely-used jieba library, transforming its capabilities into a standardized, accessible tool. Users can leverage three distinct segmentation modes—precise for detailed analysis, full for comprehensive word extraction, and search for improved recall in search contexts—all while benefiting from automatic whitespace filtering and efficient data transmission via Server-Sent Events (SSE). It further simplifies deployment through Docker containerization, making it easy to set up and integrate into existing workflows for data analysis, search, and other text-processing needs.