MCP Client User Guide
AI Chat interface is a lightweight, agent-driven environment where users can interact with intelligent tools powered by MCP servers.By combining natural language prompts with structured tool execution, the AI Chat enables users to:
- Complete complex tasks through dialogue
- Automatically trigger tools from connected MCP servers
- Customize prompt behavior and tool selection through settings
Add Server to MCP Client
- Go to MCP Client > Dashboard > Add Server.
-
In the pop-up window, fill in the following details:
- Server Name: A unique name to identify the server.
- Server Type: Choose
STDIO
(standard input/output) orSSE
(Server-Sent Events). - Server URL: Paste the server link generated in Step 1.
- Status: Set the initial status (default is ON).
- Description: Briefly describe the server’s functions, supported services, and usage scenarios.
-
Click Add Server to complete the setup.
Once added, the MCP server will be available for use in AI model powered interactions.
Use AI Chat to Access MCP Tools
- Go to MCP Client.
- In the chatbox, enter your request or command.
- The system will automatically identify the appropriate MCP server and tool based on your input, and return a structured response.
- You can also configure prompt templates in the Settings section to streamline repetitive or complex tasks.
Enable BigTools Retrieval Tool
You can enable BigTools in the AI chat settings to improve tool selection when interacting with MCP servers that contain a large number of APIs.
- Navigate to the Prompt Settings section in the AI chat configuration panel.
- Locate the BigTools option and check the box to enable it.
- Begin a conversation with the AI and assign it a task that involves calling an MCP server.
- When BigTools is enabled, the AI will:
- First analyze your task
- Automatically select only the most relevant tools from the MCP server
- Then proceed to call those tools to complete the task