MCP is available only in the Qwen Chat Desktop app on Mac and Windows — not in the web chat.
What you’ll need
- Your Statista API key
- Qwen Chat Desktop installed on Mac or Windows
- Node.js 20 or later (needed for the
mcp-remoteintegration)
Install Qwen Chat Desktop
To connect the Statista MCP Server with Qwen Chat Desktop, follow these steps:- Install Qwen Chat Desktop for Mac or Windows
- If you don’t already have one, create an account
- Open Qwen Chat Desktop
Connect via JSON
- In the chat window, click MCP
- Go to MCP settings
- Click Add MCP
- Choose the JSON option
- Copy/paste this configuration:
Replace
YOUR_API_KEY with your provided Statista API key. On Windows, use the full path to npx.cmd as shown — plain npx often fails in desktop apps that do not inherit your system PATH.- Save and enable the connector
Verify the connection
Once the connector is enabled, ask a market research question in Qwen Chat. The model should be able to use Statista tools such assearch-statistics and get-chart-data-by-id.
Troubleshooting
- 401 authentication error: confirm the
x-api-keyheader is set correctly - Connection fails: confirm Node.js 20+ is installed and try
npx mcp-remote@latest - Windows: command not found: use
C:\\PROGRA~1\\nodejs\\npx.cmdinstead ofnpxin the JSON config - Manual config inspection (if needed):
- Mac:
~/Library/Application Support/Qwen/settings.json - Windows:
%APPDATA%\Qwen\settings.json
- Mac: