Databar
Freeby MCP Community
MCP server for Databar.ai — enables AI assistants to run data enrichments, manage tables, and more
v1.4.0Added Apr 12, 2026
mcpmodel-context-protocoldatabarenrichmentdata-enrichment
Databar MCP Server
MCP server for Databar.ai — enables AI assistants to run data enrichments, manage tables, and more
Installation
npx -y databar-mcp-server
Reviews
Installation
Quick install
npx -y databar-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"databar": {
"command": "npx",
"args": ["-y", "databar-mcp-server"]
}
}
}