Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
https://mcp.trychannel3.com/
?apiKey=<your-api-key>
~/.cursor/mcp.json
{ "mcpServers": { "Channel3": { "url": "https://mcp.trychannel3.com/" } } }
.vscode/mcp.json
{ "servers": { "Channel3": { "type": "http", "url": "https://mcp.trychannel3.com/" } } }
claude mcp add --transport http Channel3 "https://mcp.trychannel3.com/"
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
{ "mcpServers": { "Channel3": { "command": "npx", "args": ["-y", "mcp-remote", "https://mcp.trychannel3.com/sse"] } } }
codex mcp add Channel3 --url https://mcp.trychannel3.com/
{ "mcp": { "Channel3": { "type": "remote", "url": "https://mcp.trychannel3.com/", "enabled": true } } }
Was this page helpful?