Docbot
Freeby MCP Community
Bidirectional CSV <> JSON <> Markdown transformer
v1.0.5Added Apr 12, 2026
Docbot MCP Server
Bidirectional CSV <> JSON <> Markdown transformer
Installation
Reviews
Installation
Quick install
npx -y docbot-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"docbot": {
"command": "npx",
"args": ["-y", "docbot-mcp"]
}
}
}