postcat

GitHub

Postcat 是一个可扩展的 API 工具平台。集合基础的 API 管理和测试功能,并且可以通过插件简化你的 API 开发工作,让你可以更快更好地创建 API。An extensible API tool.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "postcat": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-postcat"
      ]
    }
  }
}