DataBridge AI MCP Server — 268 tools for data reconciliation, hierarchy management, and financial modeling
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"databridge-mcp": {
"command": "npx",
"args": [
"-y",
"datanexum/databridge-mcp"
]
}
}
}
Run in terminal:
claude mcp add databridge-mcp npx -y datanexum/databridge-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"databridge-mcp": {
"command": "npx",
"args": [
"-y",
"datanexum/databridge-mcp"
]
}
}
}