AiChat MCP Server

AiChat MCP Server

An MCP server for AI dialogue via the AceDataCloud platform, supporting multi-model conversations including GPT-4/5, DeepSeek, Grok, and GLM.

Category
Visit Server

README

MCP AiChat Server

A Model Context Protocol (MCP) server for AI dialogue via the AceDataCloud platform. Supports a wide range of models including GPT-4/5, o-series, DeepSeek, Grok, and GLM.

Features

  • Multi-model support: GPT-4.1, GPT-4o, GPT-5, o1, o3, o4-mini, DeepSeek, Grok, GLM, and more
  • Multi-turn conversations: Continue conversations using conversation IDs
  • Stateful mode: Optional server-side conversation state management
  • Reference sources: Include external references for context-aware responses

Installation

pip install mcp-aichat

Configuration

Set your AceDataCloud API token:

export ACEDATACLOUD_API_TOKEN=your_token_here

Get your token from https://platform.acedata.cloud.

Usage

stdio mode (default)

mcp-aichat

HTTP mode

mcp-aichat --transport http --port 8000

Available Tools

Tool Description
aichat_create_conversation Create an AI conversation with any supported model
aichat_create_conversation_v2 Create/manage conversations via /aichat2/conversations
aichat_list_models List all available AI models
aichat_get_usage_guide Get API usage guide

Supported Models

OpenAI

  • GPT-5 series: gpt-5.5, gpt-5.4, gpt-5.2, gpt-5.1, gpt-5, gpt-5-mini, gpt-5-nano
  • GPT-4.1 series: gpt-4.1, gpt-4.1-mini, gpt-4.1-nano
  • GPT-4o series: gpt-4o, gpt-4o-mini, gpt-4o-all, gpt-4o-image
  • GPT-4 series: gpt-4, gpt-4-turbo, gpt-4-vision-preview
  • o-series: o1, o1-mini, o1-pro, o3, o3-mini, o3-pro, o4-mini

DeepSeek

  • deepseek-r1, deepseek-r1-0528, deepseek-v3, deepseek-v3-250324

xAI

  • grok-3

Zhipu AI

  • glm-5.1, glm-4.7, glm-4.6, glm-3-turbo

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured