Perspective MCP 服务器
提供与 Perspective API 交互工具的 MCP 服务器。
快速入门
- 获取 Perspective API 密钥。
- 在 MCP 配置文件中添加服务器: 添加以下 JSON 配置: { "mcpServers": { "perspective": { "command": "npx", "args": [ "-y", "@mtane0412/perspective-mcp-server" ], "env": { "PERSPECTIVE_API_KEY": "your-api-key" } } } }
- 使用命令 npm run inspect 调试,通过浏览器访问调试工具。