Channel3 MCP Server — search millions of products from any AI agent
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Documented (README)
git clone https://github.com/channel3-ai/mcp-server{
"mcpServers": {
"mcp-server": {
"command": "node",
"args": ["/path/to/mcp-server/dist/index.js"]
}
}
}MCP Servers overview
# Channel3 Shopping
Shopping search across 100M+ products, with every retailer's offer and live price in one place — an MCP server with an interactive storefront UI on hosts that support it.
https://github.com/user-attachments/assets/59508319-aa1f-4462-afbe-52b64638ece3
- **Transport**: Streamable HTTP (protocol revision `2026-07-28`, stateless)
- **Endpoint**: `https://mcp.trychannel3.com/`
- **Tools**: `search_products`, `get_products`
- **Prompts**: `find-gift`, `price-check`, `find-dupes`
- **UI**: results render in an interactive storefront (MCP Apps) on hosts that support it
## Connect
One URL, no API key and no OAuth:
```
https://mcp.trychannel3.com/
```
Limits on the free tier are generous and sized for personal use. For unlimited usage and affiliate attribution, [add an API key](#free-tier-and-api-keys).
[](https://cursor.com/install-mcp?name=Channel3&config=eyJ1cmwiOiJodHRwczovL21jcC50cnljaGFubmVsMy5jb20vIn0%3D)
[](https://insiders.vscode.dev/redirect/mcp/install?name=Channel3&config=%7B%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fmcp.trychannel3.com%2F%22%7D)
### Claude Code
```bash
claude mcp add --transport http --scope user Channel3 https://mcp.trychannel3.com/
```
### Claude web, Desktop, and mobile
**Settings → Connectors → Add custom connector**, then paste the endpoint URL. Claude connects from its own servers, so one connector covers every Claude surface including mobile.
Don't use `claude_desktop_config.json` for this: it only accepts stdio servers, and an entry with a `url` field is silently dropped along with the rest of `mcpServers`.
### ChatGPT
Turn on [developer mode](https://developers.openai.com/api/docs/guides/developer-mode) under **Settings → Security and login**, then create an app under **Settings → Plugins** pointing at the endpoint URL, with authentication set to none.
### Codex
```bash
codex mcp add Channel3 --url https://mcp.trychannel3.com/
```
### Cursor and VS Code by hand
`~/.cursor/mcp.json`, or `.cursor/mcp.json` to scope it to one project:
```json
{
"mcpServers": {
"Channel3": {
"url": "https://mcp.trychannel3.com/"
}
}
}
```
`.vscode/mcp.json`, or `code --add-mcp '{"name":"Channel3","type":"http","url":"https://mcp.trychannel3.com/"}'` for the user profile:
```json
{
"servers": {
"Channel3": {
"type": "http",
"url": "https://mcp.trychannel3.com/"
}
}
}
```
### Any other client
Register the endpoint as a **Streamable HTTP** server; there is no SSE endpoint. It's stateless, so there's no session to keep alive, and clients on the `2026-07-28` revision can skip the `initialize` handshake entirely.
## Free Tier and API Keys
Create an account at [trychannel3.com](https://trychannel3.com), copy a key from the [dashboard](https://trychannel3.com/dashboard/api), and send it as an **`X-API-Key` header**. That lifts the free-tier rate limit and attributes affiliate clicks to your account.
- **Cursor / VS Code**: add `"headers": { "X-API-Key": "<your-api-key>" }` alongside `url`.
- **Claude Code**: append `--header "X-API-Key: <your-api-key>"` to the `claude mcp add` command.
- **Claude connectors**: enter the key under **Request headers** in the Add custom connector dialog. That section is a beta still rolling out.
- **ChatGPT**: developer-mode apps accept OAuth or no auth only, so there's no header field.
- **OpenAI hosted MCP** (Responses API `mcp` tool, `HostedMCPTool`): put the key in the tool's `authorization` field — the server accepts it as a bearer token.
- **Codex**: map the header to an env var in `~/.codex/config.toml` so the key stays out of the file:
```toml
[mcp_servers.Channel3]
url = "https://mcp.trychannel3.com/"
env_http_headers = { "X-API-Key" = "CHANNEL3_API_KEY" }
```
What people ask about mcp-server
What is channel3-ai/mcp-server?
+
channel3-ai/mcp-server is mcp servers for the Claude AI ecosystem. Channel3 MCP Server — search millions of products from any AI agent It has 2 GitHub stars and its last recorded update is dated 2026-08-05.
How do I install mcp-server?
+
You can install mcp-server by cloning the repository (https://github.com/channel3-ai/mcp-server) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is channel3-ai/mcp-server safe to use?
+
Our security agent has analyzed channel3-ai/mcp-server and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.
Who maintains channel3-ai/mcp-server?
+
channel3-ai/mcp-server is maintained by channel3-ai. The last recorded GitHub activity is dated 2026-08-05, with 1 open issues.
Are there alternatives to mcp-server?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy mcp-server to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/channel3-ai-mcp-server)<a href="https://claudewave.com/repo/channel3-ai-mcp-server"><img src="https://claudewave.com/api/badge/channel3-ai-mcp-server" alt="Featured on ClaudeWave: channel3-ai/mcp-server" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!