Skip to main content
Glama
c-cf

BI Chart MCP Server

by c-cf

BI Chart MCP Server

This project implements the BI Chart MCP Server using Python. Previously, the functionality was prototyped with TypeScript, but the current and maintained version is built with Python.

Project Structure

  • mcp_bi_visualizer/: Contains the main server code and modules.

    • server.py: Main entry point for starting the MCP server.

    • data/: Data loading and processing modules.

      • loader.py

      • processor.py

    • resources/: Modules to manage project resources.

      • manager.py

      • memo.py

    • visualization/: Visualization components.

      • renderer.py

      • vega_lite.py

  • scripts/

    • run_server.py: A script to launch the server.

  • tests/: Unit tests for the server and visualization components.

  • Other files include configuration files (e.g., pyproject.toml, requirements.txt, setup.py) and documentation.

Related MCP server: Vega-Lite MCP Server

Installation

  1. Clone the repository.

  2. Create a virtual environment and activate it:

    python -m venv .venv
    .venv\Scripts\activate   # On Windows
  3. Install the required dependencies:

    pip install -r requirements.txt

Running the Server

You can run the server using the provided script:

python scripts/run_server.py

Alternatively, you can start the server directly from the module:

python -m mcp_bi_visualizer.server

Testing

Run the tests using your preferred test runner. For example, with pytest:

pytest

Notes

  • The project has been migrated from a TypeScript-based implementation to Python.

  • For any issues or contributions, please refer to the CONTRIBUTING.md file.

Enjoy using the BI Chart MCP Server!

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    Enables AI-powered business intelligence and data analysis using pandas and LLM code generation. Supports automated data processing, statistical analysis, and visualization creation through natural language interactions.
    15
  • A
    license
    -
    quality
    F
    maintenance
    Enables creating interactive data visualizations from natural language queries using DuckDB for local databases or Databricks for enterprise data warehouses. Supports multiple chart types, CSV imports, SQL queries, and automatic statistical analysis through Claude Desktop.
    19
    MIT

View all related MCP servers

Related MCP Connectors

  • Renders interactive Chart.js charts and dashboards inline in AI conversations.

  • Provide real-time data querying and visualization by integrating Tako with your agents. Generate o…

  • Ask your app anything — revenue, errors, read-cost, growth — and get rendered charts back.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/c-cf/BI-Chart-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server