ChatData MCP 服务器
Overview
ChatData MCP Server is a service application based on the Model Control Protocol (MCP) that provides a rich toolkit and prompt system to enhance the capabilities of large language models.
To use the ChatData MCP Server, set up a Python virtual environment, install the dependencies, and start the server in either standard input/output mode or Server-Sent Events (SSE) mode.
- Flexible server framework for interacting with large language models via MCP protocol. - Execution of various tool functions to extend model capabilities. - Predefined prompt templates to simplify common tasks. - Support for communication through standard input/output or SSE. - Automatic discovery and registration of newly added tools and prompts.
- Enhancing language model capabilities with custom tools.
- Simplifying complex tasks with predefined prompts.
- Facilitating real-time communication with language models.
Add to your AI client
Use these steps to connect ChatData MCP 服务器 in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"chatdata-mcp-server-xiaozhch5": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-chatdata-mcp-server-xiaozhch5"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"chatdata-mcp-server-xiaozhch5": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-chatdata-mcp-server-xiaozhch5"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"chatdata-mcp-server-xiaozhch5": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-chatdata-mcp-server-xiaozhch5"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"chatdata-mcp-server-xiaozhch5": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-chatdata-mcp-server-xiaozhch5"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"chatdata-mcp-server-xiaozhch5": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-chatdata-mcp-server-xiaozhch5"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"chatdata-mcp-server-xiaozhch5": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-chatdata-mcp-server-xiaozhch5"
]
}
}
}FAQ
What programming language is used for ChatData MCP Server?
The server is developed in Python.
How can I add new tools to the server?
You can add new tools by creating a new Python file in the tools directory and implementing the required functions.
Is there a license for using ChatData MCP Server?
Yes, the project is licensed under the MIT License.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2707,"uuid":"decc3846-2da7-4111-96fc-9e0b95b337e5","name":"chatdata-mcp-server","title":"ChatData MCP 服务器","description":"","avatar_url":"https://avatars.githubusercontent.com/u/46479816?v=4","created_at":"$D2025-03-13T09:45:31.454Z","updated_at":"$D2025-03-13T09:50:25.036Z","status":"created","author_name":"xiaozhch5","author_avatar_url":"https://avatars.githubusercontent.com/u/46479816?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/xiaozhch5/chatdata-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"2\",\"license\":\"\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-04-22 16:41:45\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]