Devart MCP Server for Firebird enables AI clients to interact with your data through a secure server running in your environment. It turns a regular AI chat into a practical way to work with real-world business data — and it is faster than conventional export or manual querying.
Devart MCP Server for Firebird allows you to:
- Work with data intuitively through natural language.
- Retrieve the required data for analysis within minutes.
- Generate reports faster with AI-powered assistance.
- Minimize manual data handling and integration maintenance.
Devart MCP Server for Firebird helps AI clients communicate directly with Firebird databases using natural-language prompts. It translates AI requests into structured queries, executes them through Devart connectivity drivers, and returns clean, structured results for seamless AI-powered data access.
To get started with Devart MCP Server for Firebird:
1. Download and install Devart ODBC Driver for Firebird.
2. Download and install Devart MCP Server for Firebird.
3. In Devart MCP Server for Firebird, configure your data connection and integration settings.
4. Run your first natural-language query.
Prerequisites
Before building and running Devart MCP Server for Firebird, ensure the following components are installed:
- .NET 8 SDK
- ODBC connection — Devart.AI.McpServer.Odbc.Firebird.csproj Devart ODBC Driver for Firebird (requires manual download and installation)
Step 1: Clone the repository
Clone the project repository and navigate to the project directory:
1. Open Command Prompt.
2. Enter the following command:
git clone https://github.com/devart-ai-connectivity/devart-mcp-server-firebird.git
cd devart-mcp-server-firebirdStep 2: Build the MCP Server from source
You can build Devart MCP Server for Firebird from source using ODBC.
To build the MCP server with ODBC, select the command based on the bitness of your data source.
- For 64-bit data source, run the following command:
dotnet publish Devart.AI.McpServer.Odbc/Devart.AI.McpServer.Odbc.Firebird/Devart.AI.McpServer.Odbc.Firebird.csproj -c ReleaseFirebird -r "win-x64" /p:TargetFramework=net8.0- For 32-bit data source, run the following command:
dotnet publish Devart.AI.McpServer.Odbc/Devart.AI.McpServer.Odbc.Firebird/Devart.AI.McpServer.Odbc.Firebird.csproj -c ReleaseFirebird -r "win-x86" /p:TargetFramework=net8.0Note
The target platform must match the bitness of your ODBC data source.
Step 3: Configure the database connection for the MCP Server
1. Create an mcpserver.json configuration file in the directory containing the built MCP Server executable.
2. In the file, configure the database connection:
{
"Connections": [
{
"Name": "my_firebird",
"DsnName": "your_dsn_name",
"ProtocolType": "stdio"
}
]
}Alternatively, you can configure the database connection using the connection string:
{
"Connections": [
{
"Name": "my_firebird",
"ConnectionString": "Driver={Devart ODBC Driver for Firebird};Server=localhost;User ID=firebird;Password=your_password;Database=your_database;",
"ProtocolType": "stdio"
}
]
}where:
-
Name— The name of the ODBC connection. -
DsnName— The name of your data source. -
ProtocolType— A transport protocol. The possible options are:stdioorhttp. -
HttpPort(required ifProtocolTypeis set tohttp) — The port number for thehttpprotocol.
Step 4: Run the MCP server
After you configure the MCP Server, you can start it.
Note
This step is required only when
ProtocolTypeis configured ashttp. If you use thestdiotransport protocol, your AI client starts the server automatically.
To start the server, run the following command:
Devart.AI.McpServer.Odbc.Firebird.exe run my_firebirdwhere my_firebird is the name of the ODBC connection.
Step 5: Integrate with Claude Desktop
1. Open claude_desktop_config.json, the Claude configuration file.
Tip
If you can't locate the configuration file, it may not exist yet. To create it, open Claude Desktop and navigate to File > Settings > Developer, then click Edit Config. The folder with the
claude_desktop_config.jsonfile opens.
2. Add one of the following objects, depending on the transport protocol used by MCP Server:
- STDIO
{
"mcpServers": {
"devart": {
"command": "C:\\path\\to\\Devart.AI.McpServer.Odbc.Firebird.exe",
"args": [
"run",
"my_firebird"
]
}
}
}where:
-
devartis the connector name that will appear in Claude Desktop. -
C:\\path\\to\\Devart.AI.McpServer.Odbc.Firebird.exeis the path to the executable file. -
my_firebirdis the connection name specified in themcpserver.jsonconfiguration file. -
HTTP
"mcpServers": { "devart": { "command": "npx", "args": [ "-y", "mcp-remote", "http://localhost:5000/sse" ] } }
where:
devartis the connector name that will appear in Claude Desktop.5000is the MCP Server listening port.
3. Save the file.
4. Restart Claude Desktop.
Devart MCP Server for Firebird is now integrated with Claude, and devart appears in the Claude Desktop app in Customize > Connectors.
You can also integrate Devart MCP Server for Firebird with other AI clients such as Cline, Codex, Cursor, Visual Studio Code, Windsurf, Zed.
Devart MCP Server for Firebird supports integration with the following AI clients:
- Claude Desktop
- Visual Studio Code
- Cursor
- Codex
- Windsurf
- Cline
- Zed
- ...and other MCP-compatible AI clients
Devart MCP Server for Firebird is a practical fit for teams working with Firebird as their primary data source.
-
ERP and accounting data analysis
Query financial records, journal entries, supplier invoices, and customer accounts stored in Firebird-backed ERP or accounting systems without SQL expertise. -
Legacy application data access
Use AI to explore and extract insights from Firebird databases embedded in legacy desktop or custom business applications still in active use. -
Inventory and logistics reporting
Let warehouse and operations teams ask natural-language questions about stock levels, order fulfillment, and logistics data managed in Firebird. -
Schema documentation and reverse engineering
Help developers understand Firebird schemas, stored procedures, triggers, and business logic in systems that lack current documentation. -
Ad-hoc business reporting
Generate one-off reports and answer business questions from Firebird data without building dedicated reporting infrastructure. -
Secure on-premises AI access to Firebird
Keep Firebird data inside your own environment while enabling AI tools to work with it in a controlled, non-destructive way.
Devart MCP Server for Firebird is distributed as a free single-source MCP server.
To connect to Firebird, the server requires the corresponding Devart ODBC Driver for Firebird, which is a paid product.
A 30-day free trial is available for the Devart ODBC Driver for Firebird.
See the product page and documentation for the latest installation and activation details.



