Xiyan_table_mcp_server
@zyy07
About Xiyan_table_mcp_server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"xiyan_table_mcp_server": {
"command": "python",
"args": [
"-m",
"xiyan_table_mcp_server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Xiyan_table_mcp_server?
Xiyan_table_mcp_server is an MCP server that enables natural language querying of CSV table data using large language models. It supports general LLMs such as GPT and Qwen‑Max, as well as the XiYanTable model, and provides the get_data tool to analyze and respond to natural language questions about table contents.
How to use Xiyan_table_mcp_server?
Install the server via pip: pip install xiyan-table-mcp-server. After installation, create a YAML configuration file (based on the provided config_demo.yml) specifying the CSV path, encoding, preview rows, and model settings. Set the environment variable YML to the config file path, then run the server with python -m xiyan_table_mcp_server. For MCP clients, use the JSON launch configuration shown in the README.
Key features of Xiyan_table_mcp_server
- Natural language querying of CSV table data.
- Supports GPT, Qwen‑Max, and XiYanTable models.
- Reads table contents from CSV files.
- Configurable table path, encoding, and preview rows.
- Provides a single
get_datatool for analysis. - Minimal setup with a YAML configuration file.
Use cases of Xiyan_table_mcp_server
- Query CSV data without writing SQL or Python code.
- Integrate natural language table analysis into MCP‑compatible applications.
- Quickly preview and explore tabular data using conversational AI.
- Prototype data‑driven conversations with large language models.
FAQ from Xiyan_table_mcp_server
What Python version is required?
Python 3.10 or higher is required to run the server.
How do I configure the server?
You must provide a YAML configuration file. The README includes a config_demo.yml example that defines the CSV path, encoding, preview row count, model name, API key, API base URL, and temperature.
What language models are supported?
The server supports general LLMs such as GPT and Qwen‑Max, as well as the XiYanTable model. Model details are set via the YAML configuration.
How do I specify the YAML configuration file path?
Set the environment variable YML to the absolute path of your YAML configuration file before starting the server. For example: env YML=path/to/yml python -m xiyan_table_mcp_server.
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
ICSS
chokcoco不止于 CSS
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Comments