Dav Ai
Freeby MCP Community
DAV-M — terminal AI assistant powered by Anthropic, OpenAI, and Google Gemini with MCP support
v1.0.6Added Apr 12, 2026
aicliterminalassistantmcp
Dav Ai MCP Server
DAV-M — terminal AI assistant powered by Anthropic, OpenAI, and Google Gemini with MCP support
Installation
npx -y dav-ai
Reviews
Installation
Quick install
npx -y dav-ai
Add to claude_desktop_config.json
{
"mcpServers": {
"dav-ai": {
"command": "npx",
"args": ["-y", "dav-ai"]
}
}
}