Skip to content

抖音MCP渠道安装方式文档错误 #256

@taineng1919

Description

@taineng1919

问题描述

references/social.md 中关于抖音 MCP 渠道的安装说明存在错误,导致用户无法成功配置。

错误一:安装命令不存在

文档中未提供正确的安装命令。agent-reach install --channels douyin 不是有效命令(doctor 输出中也确认抖音在"可选渠道待解锁"列表)。

错误二:HTTP 模式不工作

douyin.py 中描述的 HTTP URL 方式:

mcporter config add douyin http://localhost:18070/mcp

实际测试结果:服务无法以 HTTP 模式启动,curl http://localhost:18070/mcp 无响应。

错误三:正确的 stdio 方式未提及

douyin-mcp-server 是 stdio 模式的 MCP server,正确注册方式为:

pipx install douyin-mcp-server
mcporter config add douyin --command "/path/to/douyin-mcp-server" --scope home

环境信息

  • macOS
  • mcporter 0.8.1
  • douyin-mcp-server 1.2.1
  • fnm 管理 Node 版本

复现步骤

  1. 按文档安装 pipx install douyin-mcp-server
  2. 按 HTTP 方式配置 mcporter config add douyin http://localhost:18070/mcp
  3. 运行 mcporter list douyin → 无响应

建议修正

  1. 更新 references/social.md 中抖音部分的安装说明
  2. 使用 stdio 模式注册方式(--command 而非 --url
  3. 补充完整的路径查找步骤(pipx 安装路径因用户名而异)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions