ChatBI MCP Server

by enteve

267 downloads
Not rated
GitHub

Description

# ChatBI MCP Server This is a Model Context Protocol (MCP) server that integrates ChatBI abilities. ## Installation To use ChatBI MCP Server, you need to install it via npm, get domain url and token from ChatBI system, and configure it in your favorite app that supports MCP. ###…

About

# ChatBI MCP Server This is a Model Context Protocol (MCP) server that integrates ChatBI abilities. ## Installation To use ChatBI MCP Server, you need to install it via npm, get domain url and token from ChatBI system, and configure it in your favorite app that supports MCP. ### Clone the repository ```bash git clone…

Details

Author
enteve
Downloads
267
Categories
Other

- Integrates ChatBI abilities via MCP
- Requires domain URL and token for authentication
- Configurable in MCP-compatible apps
- Simple npm installation and build process

Install the server via npm, build it, then configure it in your MCP‑compatible app (e.g., Claude Desktop) by adding a server entry with the path to the built index.js and setting the CHATBI_DOMAIN and CHATBI_TOKEN environment variables.

ChatBI MCP Server

This is a Model Context Protocol (MCP) server that integrates ChatBI abilities.

Installation

To use ChatBI MCP Server, you need to install it via npm, get domain url and token from ChatBI system, and configure it in your favorite app that supports MCP.

Clone the repository

git clone https://github.com/enteve/chatbi-mcp-server.git

Install the dependencies

npm install

Build the server

npm run build

Configure Claude

- Open Claude Desktop Settings via +, (don't confuse with Claude Account Settings)
- Go to Developer sidebar section
- Click Edit Config and open claude_desktop_config.json file
- Add chatbi server inside mcpServers dictionary in the config file
- Restart the app

``json title="claude_desktop_config.json"
{
"mcpServers": {
"chatbi": {
"command": "node",
"args": ["/path/to/chatbi-mcp-server/dist/index.js"],
"env": {
"CHATBI_DOMAIN": "https://example.com",
"CHATBI_TOKEN": "token"
}
}
}
}
``

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.