通过模型上下文协议使用 Superface 工具。
您需要此 API 密钥来配置 MCP 服务器。
claude_desktop_config.json 文件{
"mcpServers": {
"superface": {
"command": "npx",
"args": [
"-y",
"@superfaceai/mcp"
],
"env": {
"SUPERFACE_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
{
"mcpServers": {
"superface": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"SUPERFACE_API_KEY",
"mcp/superface"
],
"env": {
"SUPERFACE_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Docker 构建:
docker build -t mcp/superface .
本项目采用 MIT 许可证。详情见 LICENSE 文件。