FOCUS DATA MCP Server [中文]
A Model Context Protocol (MCP) server enables artificial intelligence assistants to directly query data results. Users can obtain data results from DataFocus using natural language.
Features
- Register on DataFocus to open an application space, and import (directly connect to) the data tables to be analyzed.
- Select Datafocus data table initialization dialogue
- Natural language data acquisition results
Prerequisites
- jdk 23 or higher. Download jdk
- gradle 8.12 or higher. Download gradle
- register Datafocus to obtain bearer token:
- Register an account in Datafocus
- Create an application
- Enter the application
- Admin -> Interface authentication -> Bearer Token -> New Bearer Token
Installation
- Clone this repository:
- Build the server:
MCP Configuration
Add the server to your MCP settings file (usually located
at ~/AppData/Roaming/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
):
Available Tools
1. tableList
Get table list in datafocus.
Parameters:
name
(optional): table name to filterbearer
(required): bearer token
Example:
2. gptText2DataInit
Initialize dialogue.
Parameters:
names
(required): selected table namesbearer
(required): bearer tokenlanguage
(optional): language ['english','chinese']
Example:
3. gptText2DataData
Query data results.
Parameters:
chatId
(required): chat idinput
(required): Natural languagebearer
(required): bearer token
Example:
Response Format
All tools return responses in the following format:
Visual Studio Code Cline Sample
- vsCode install cline plugin
- mcp server config
- use
- get table list
- Initialize dialogue
- query: what is the sum salary
- get table list
Contact:
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
The intelligent data query plugin under DataFocus that supports multi-round conversations provides plug-and-play ChatBI capabilities.
- Features
- Prerequisites
- Installation
- MCP Configuration
- Available Tools
- Response Format
- Visual Studio Code Cline Sample
- Contact:
Related Resources
Related MCP Servers
- -securityAlicense-qualityEnables LLMs to interact with Dify AI's chat completion API, including conversation context support and a restaurant recommendation tool.Last updated -10MIT License
- -securityAlicense-qualityA lightweight server that uses ChatGPT to qualify leads using the BANT framework (Budget, Authority, Need, Timeline) through a conversational question-by-question approach.Last updated -3MIT License
CB Insights MCP Serverofficial
AsecurityFlicenseAqualityAn interface that allows developers to interact with ChatCBI LLM through AI Agents, providing access to CB Insights' conversational AI capabilities.Last updated -18- -securityAlicense-qualityEnables AI assistants to interact with Power BI datasets through natural language, allowing users to query data, generate DAX, and get insights without leaving their AI assistant.Last updated -52MIT License