Sorftime 知识库

集成Sorftime MCP到工具

Sorftime-MCP-Claude

前置条件

查看Claude是否安装

代码块
1
claude --version
查看Claude版本

安装Claude(如果未安装)

代码块
1
npm install -g @anthropic-ai/claude-code

添加MCP服务

代码块
1
claude mcp add --transport http --scope user sorftime-server https://mcp.sorftime.com/ --header "Authorization: Bearer 请先登录"
添加MCP服务

验证是否添加成功

代码块
1
claude mcp list
验证成功

进入Claude测试

输入“请帮我查询一下亚马逊美国站类目”

Claude测试