data-ai MCP Server
MCP prompt tool applying Chain-of-Draft (CoD) reasoning - BYOLLM
Discovered via smithery and last synced 3mo ago.
1. Install the package
npx mcp-chain-of-draft-prompt-tool
2. Add to claude_desktop_config.json
{
"mcpServers": {
"mcp-chain-of-draft-prompt-tool": {
"command": "npx",
"args": [
"mcp-chain-of-draft-prompt-tool"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
Description
Solve a problem using Chain of Draft reasoning
Solve a math problem with CoD
Solve a coding problem with CoD
Solve a logic problem with CoD
Get token reduction statistics
Analyze problem complexity
Get performance stats for CoD vs CoT