qwen-expert
Qwen Studio Browser Gateway
Claude Code に対して、手動で承認された chat.qwen.ai の Web セッションを介して、Qwen 3.8 Max の信頼できない専門家の意見を 1 つ提供する、非公式の localhost 限定ゲートウェイです。
これは Qwen の公式 API ではなく、主要なエージェントでも、正しい回答を保証するものではありません。ユーザーは各ホストで手動的にサイトにログインします。プロジェクトは cookies/tokens を転送せず、CAPTCHA/MFA を回避せず、Qwen にシェル、ファイルシステム、またはローカルツールへのアクセスを与えることもありません。
フロー
Claude Code
└─ MCP ask_qwen_expert
└─ http://127.0.0.1:8798/v1/expert
└─ FIFO, active = 1
└─ CDP http://127.0.0.1:9333
└─ одна видимая вкладка https://chat.qwen.ai
└─ точная Qwen3.8-MaxSend の前に、ゲートウェイは qwen3.8-max / Qwen3.8-Max を選択して確認します。モデルの不一致、不明な DOM、チャレンジ、ログインの欠落、リモートエンドポイントは、すべてエラーになります。Send 後、ブラウザの生成は自動的に繰り返されません。
Related MCP server: cc-in-codex
要件
Node.js 22+;
グラフィカルウィンドウ付きの Chrome / Chromium;
既製の systemd user テンプレート用 Linux(Node.js ゲートウェイ自体は移植可能です);
自分自身の Qwen アカウントと Web サービスを利用する権利。
インストール
npm ci
npm run check
npm run build
npm testプライベートな設定を作成します:
install -d -m 700 ~/.config/qwen-studio-browser-gateway
cp .env.example ~/.config/qwen-studio-browser-gateway/server.env
chmod 600 ~/.config/qwen-studio-browser-gateway/server.envserver.env を編集します:
ローカルの
QWEN_BROWSER_EXECUTABLE_PATHを設定してください;このホスト用に新しいランダムな
QWEN_LOCAL_API_KEYを生成してください;loopback エンドポイントを変更しないでください;
使用前に、実際の UI で最強のモデルの最新の ID/label を確認してください。
server.env とブラウザプロファイルをコミットしないでください。
手動ログイン
別のブラウザを起動します:
set -a
source ~/.config/qwen-studio-browser-gateway/server.env
set +a
./start-qwen-browser.sh開いたウィンドウで https://chat.qwen.ai に自分でログインします。CAPTCHA と MFA はユーザーだけが通過できます。Qwen のタブを 1 つ開いたままにしてください。
別のターミナルでゲートウェイを起動します:
set -a
source ~/.config/qwen-studio-browser-gateway/server.env
set +a
node dist/cli.js serveLinux の永続的なユーザーサービスには、systemd/ のテンプレートと docs/setup.md の説明を使用してください。
安全なスモークテスト
これらのリクエストは生成を開始しません:
node dist/cli.js browser doctor
curl -fsS -H "Authorization: Bearer $QWEN_LOCAL_API_KEY" \
http://127.0.0.1:8798/health
curl -fsS -H "Authorization: Bearer $QWEN_LOCAL_API_KEY" \
http://127.0.0.1:8798/v1/models
node dist/cli.js mcp install-configPOST /v1/expert と POST /v1/chat/completions は実際の Web 生成を実行し、クォータを消費する可能性があります。
Claude Code MCP
npm run build の後に次を実行します:
node dist/cli.js mcp install-configこのコマンドは、現在の Node.js と dist/cli.js のパスを含む移植可能な JSON を出力します。qwen-expert オブジェクトを、このホストの Claude Code の MCP 設定に追加してください。MCP は ask_qwen_expert のみを公開します。応答は常に advisory としてマークされ、独立して検証する必要があります。
セキュリティの境界
HTTP と CDP は loopback エンドポイントのみ受け付けます。
QWEN_WEB_URLはオリジンhttps://chat.qwen.aiのみを受け取ります。ローカル API キーが必須です。
プロンプトはログに記録されません。スクリーンショットはデフォルトでオフです。
1 つのタブと 1 つの FIFO キューが応答の混在を防ぎます。
Qwen は実行可能なツールやローカルファイルを受け取りません。
このプロジェクトは、サイトの制限の回避や大量自動化を目的としていません。
詳細: AGENTS.md、docs/architecture.md、docs/security.md、docs/troubleshooting.md。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseNot gradedqualityDmaintenanceEnables Claude Code to consult external LLMs (GPT, Gemini) through multi-turn sessions for second opinions, parallel consultations, and web-grounded research.MIT- AlicenseBqualityCmaintenanceEnables Codex to manage a local Claude Code companion through MCP, implementing a dual-agent workflow where Codex handles reasoning and review while Claude Code performs engineering tasks.181MIT
- AlicenseAqualityBmaintenanceEnables OpenAI Codex to consult Claude Code for co-analysis, adversarial second opinions, and read-only file review over the Model Context Protocol, with Claude remaining advisory and unable to modify files.954MIT
- AlicenseNot gradedqualityAmaintenanceEnables Codex chat to use the Claude Code harness for repository consultation and editing, routing through GPT models via a local proxy.10MIT
Related MCP Connectors
Browser-backed QA with evidence and fix-ready reports for coding agents.
Persistent memory and cross-session learning for AI coding assistants (hosted remote MCP).
Paid remote MCP for Claude Code skill update gate MCP, structured receipts, audit logs, and reviewer
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/satyasai-collab/qwen-studio-browser-gateway'
If you have feedback or need assistance with the MCP directory API, please join our Discord server