dhcckb-ctext-mcp-server
pypi/dhcckb-ctext-mcp-serverMCP Server for querying English translations of Chinese classical texts. v2.1 replaces domestic NMT with DeepSeek LLM (deepseek-chat) for the parallel dual-translation pipeline: ctext.org full-text search → parallel ctext human translation + DeepSeek LLM translation, with LRU memory cache and SQLite persistence.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"dhcckb-ctext-mcp-server": {
"url": "None",
"transport": "http"
}
}
}