Dta Kb
Freeby MCP Community
Professional MCP (Model Context Protocol) server for seamless TOTVS DTA Knowledge Base integration with AI assistants like Claude, Cursor, and Continue.dev
v1.1.0Added Apr 12, 2026
mcpmodel-context-protocolknowledge-basetotvs-dtatypescript
Dta Kb MCP Server
Professional MCP (Model Context Protocol) server for seamless TOTVS DTA Knowledge Base integration with AI assistants like Claude, Cursor, and Continue.dev
Installation
Reviews
Installation
Quick install
npx -y dta-kb-mcpserver
Add to claude_desktop_config.json
{
"mcpServers": {
"dta-kb": {
"command": "npx",
"args": ["-y", "dta-kb-mcpserver"]
}
}
}