dat-ai-mcp
Provides browser automation, audio transcription, and LLM chat as MCP tools for any agent.
README
<div align="center">
<img src="assets/dat-logo-white.png" width="180" alt="dat.ai" />
dat.ai MCP Server
Browser automation, transcription, and LLM chat as MCP tools for any agent.
</div>
Tools
| Tool | Endpoint | Description |
|---|---|---|
dat_browse |
POST /api/v1/browsing/{async,sync} |
Natural language browser automation. Sync (waits up to 10 min) or async (returns task_id immediately). Optional screenshots |
dat_browse_status |
GET /api/v1/browsing/status |
Poll an async browsing task. Returns status + result if ready |
dat_browse_screenshot |
GET /api/v1/browsing/screenshots/{task_id}/{file} |
Download a screenshot as base64 image data |
dat_transcribe |
POST /api/whisper/transcribe/{async,sync} |
Whisper speech-to-text. Accepts audio URL or base64. Sync or async |
dat_transcribe_status |
GET /api/whisper/transcribe/status |
Poll an async transcription task |
dat_completions |
POST /v1/chat/completions |
OpenAI-compatible chat completions. Streaming, function calling, built-in dat.ai tools (net/fs/webview) |
dat_chat |
POST /api/chat |
Ollama-compatible chat. NDJSON streaming, system prompts, built-in tools |
Setup
Get an API key
Sign up at dat.ai and get your API key from the dashboard. See the official API docs for reference.
Hermes Agent (one-line install)
hermes plugins install willtholke/dat.ai-mcp --enable
Restart Hermes after installing. Set your API key in ~/.hermes/.env:
DAT_AI_API_KEY=your-api-key-here
The plugin registers all 7 tools as native Hermes tools. No MCP config needed.
Other MCP clients
Install the package:
pip install dat-ai-mcp
Or use directly with uvx (no install needed):
uvx dat-ai-mcp
Set the DAT_AI_API_KEY environment variable and add the server to your MCP client config
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"dat-ai": {
"command": "uvx",
"args": ["dat-ai-mcp"],
"env": {
"DAT_AI_API_KEY": "your-api-key-here"
}
}
}
}
Cursor / other MCP clients
Same pattern: command uvx, args ["dat-ai-mcp"], env DAT_AI_API_KEY
Environment variable
DAT_AI_API_KEY=your-api-key-here
Usage examples
Browser automation
dat_browse({
task: "Open https://example.com and summarize the page",
screenshots_mode: "final_only"
})
Audio transcription
dat_transcribe({
audio_url: "https://example.com/audio.mp3"
})
Chat completions with built-in tools
dat_completions({
model: "qwen3:1.7b",
messages: [{ role: "user", content: "Open https://example.com and summarize the page" }],
datai_tools: { net: true, webview: true }
})
Troubleshooting
Tools not appearing in Hermes
If the dat.ai tools don't show up after installing the plugin:
-
Don't also add an MCP server entry. The Hermes plugin registers all 7 tools as native Hermes tools. Adding a
dat-aientry tomcp_serversin config.yaml creates a redundant subprocess that can conflict with the native plugin. The plugin is the correct path — no MCP config needed. -
Verify the plugin is enabled:
hermes plugins listdat-aishould show asenabled. -
Verify the toolset is enabled for your platform:
hermes tools listdat-aishould appear under "Plugin toolsets" as enabled. If not, runhermes toolsand enable it. -
Restart Hermes after config changes. Plugin tool definitions are cached per-session.
Development
git clone https://github.com/willtholke/dat.ai-mcp.git
cd dat.ai-mcp
python -m venv .venv
source .venv/bin/activate
pip install -e .
License
Note
Special thanks to dat.ai co-founder & COO Eugenia Dushina for setting me up with the platform
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。