Connects Claude to Qwen's chat models (Qwen3.6-Plus and Flash variants) through a read-only knowledge surface. Exposes tools to query model capabilities, pricing, and official links, plus resources covering the FAQ and supported model lineup. The two prompts handle session summarization and chat workflow setup. No API keys required. Useful when you're evaluating Qwen as a drop-in replacement for OpenAI or Anthropic endpoints and want quick access to canonical model specs, the 1M context window details, and compatibility notes without leaving your MCP client. The server pulls from qwenchat.online's structured metadata rather than proxying live chat requests.
Qwen AI Chat Guide for Qwen3.6-Plus, Flash, and 1M Context
A Model Context Protocol server that exposes the canonical Qwen knowledge surface — models, prompts, and chat workflows, pricing, FAQ, official links — to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. Read-only, no API keys, no quota, ~50 ms cold start.
Official website: https://qwenchat.online
Qwen Chat (qwenchat.online) is a browser-based workspace for interacting with Alibaba's Qwen3 family of language models. The site provides direct chat access alongside a structured evaluation environment where users can test model capabilities across distinct task categories — code, documents, visual inputs, and web generation — without setting up local infrastructure. It is designed for people who want to move quickly from curiosity to practical assessment: load a file, paste a prompt, and observe how the model handles real work rather than toy examples.
Qwen Chat is aimed primarily at developers, technical leads, and product teams who are already using language models in their day-to-day work and want to evaluate whether Qwen3 fits their stack. It suits teams that handle long documents or large codebases and need a context window beyond what standard tiers offer. It is also relevant to engineers assessing API compatibility before committing to a migration — the site provides enough structured evidence to make that call without requiring a full integration first. Individual developers building side projects or prototypes who want a capable model accessible directly from the browser will find it practical as well.
list_modelsReturn the canonical list of chat models exposed on the site, with capability notes. (Qwen)
Input: no parameters. Returns: text/markdown.
get_pricingReturn the canonical pricing entry point for Qwen.
Input: no parameters. Returns: text/markdown.
get_official_linksReturn the canonical list of official links for Qwen (website, support, docs when available).
Input: no parameters. Returns: text/markdown.
site://chat/models — Supported chat models and capability notes.site://chat/pricing — Canonical pricing entry point.site://chat/faq — Short FAQ generated from public site metadata.site://chat/links — Canonical URLs to share with users.tell_me_about_chatSummarize what the site is, who it's for, and how it works. — Qwen
start_chat_session_chatOpen a chat-evaluation session against the site's models, with sensible defaults. — Qwen
npx -y @smithery/cli install chat-mcp --client claude
(Replace claude with cursor, windsurf, or continue for those clients.)
git clone https://github.com/rocnubie/chat-mcp.git
cd chat-mcp
pnpm install
Then add to your MCP client config (claude_desktop_config.json for Claude Desktop, mcp.json for Cursor / Windsurf / Continue):
{
"mcpServers": {
"chat-mcp": {
"command": "node",
"args": [
"/absolute/path/to/chat-mcp/src/index.mjs"
]
}
}
}
npx @modelcontextprotocol/inspector node src/index.mjs
pnpm install
pnpm start # run the server over stdio
MIT
io.github.mindstone/mcp-server-microsoft-teams
com.mintmcp/outlook-email
helbertparanhos/resend-email-mcp
marlinjai/email-mcp
io.github.mindstone/mcp-server-email-imap
io.github.osamahassouna/email-playbook-mcp