BetterYeah Integrated with AskTable MCP
By integrating the AskTable MCP extension, you can directly query and analyze data using natural language within BetterYeah, and gain insights. With just a simple configuration, your AI assistant can be equipped with powerful data analysis capabilities.
Step 1: Open BetterYeah
- Open BetterYeah Official Website
- Click "Free Trial"
Step 2: Create an MCP Plugin
- Enter Plugin Management
- Click on "Plugin" in the main interface of BetterYeah
- Select "Custom Plugin"
- Add a New Plugin
-
Click "Add MCP Plugin"
-
Choose "Create Custom"
Step 3: Configure the JSON File
- Import Configuration
- Click "JSON Import"
- Enter Your Information
- You need to first obtain an API-Key in AskTable get API-Key and get Data Source ID.
-
Copy the following JSON configuration and fill it into creating the MCP plugin to create a connection to AskTable's MCP (SSE) service. If you have any other special requirements, please refer to the documentation
{
"mcpServers": {
"asktable": {
"type": "sse",
"url": "https://mcp.asktable.com/sse/?apikey=ASKER_K6E3BHIC351RESYOD9PJ&datasource_id=ds_3YwxTDexTyAkRuNN47gfrM",
"headers": {},
"timeout": 300,
"sse_read_timeout": 300
}
}
}
-
Replace
YOUR_API_KEY
with the API Key you obtained from AskTable -
Replace
YOUR_DATASOURCE_ID
with your data source ID
- Save the Configuration
- Click "Finish" to save the configuration
- Click "Finish" again
- 🎉 Two tools for AskTable MCP have been successfully added

Step 4: Enable the MCP Service
- Create a New Agent
-
Return to the main page
-
Click "New Agent"
-
Select "Blank Agent"
- Add Plugin
-
Click "Add Plugin" in the Agent settings
-
Find the created AskTable custom plugin
-
Click "Add All"
🎉 Configuration Completed
Congratulations! You have successfully integrated the AskTable MCP extension in BetterYeah! You can now start having intelligent conversations with your data.
Example Questions
Query the order time, product name, category, price, and discount of Ke Wu's purchased orders.
Query Result Display
Here is the query result obtained using the AskTable MCP service:

For further assistance, please contact us.