Server data from the Official MCP Registry
Qwen AI Chat guide to Qwen3.6-Plus and qwen3.6-flash with practical notes on 1M context, coding
Qwen AI Chat guide to Qwen3.6-Plus and qwen3.6-flash with practical notes on 1M context, coding
Excellent MCP server with clean, focused design. The server is read-only, requires no authentication or API keys, and exposes only static informational content about Qwen Chat. Code is well-structured, has no credential handling, no external API calls, no dangerous operations, and permissions are minimal and appropriate for the stated purpose. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity).
4 files analyzed · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-rocnubie-chat-mcp": {
"args": [
"-y",
"msa-chat-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.