要通过Smithery自动安装Tembo Cloud API到Claude Desktop:
npx -y @smithery/cli install @tembo-io/mcp-server-tembo --client claude
git clone https://github.com/tembo-io/mcp-server-tembo.git
将以下tembo mcp服务器json配置加载到Claude Desktop中(打开Claude Desktop > 点击设置 > 开发者)
[!NOTE] 您需要生成一个Tembo Cloud的API密钥
{
"mcpServers": {
"mcp-server-tembo": {
"command": "node",
"env": {
"TEMBO_API_KEY": "your_tembo_api_key"
},
"args": ["/absolute/path/to/cloned/repo/mcp-server-tembo/dist/index.js"]
}
}
}
即将推出。
pnpm run build
node index.js