# Postcatlab/postcat | Model Context Protocol (MCP) Server > Postcat 是一个可扩展的 API 工具平台。集合基础的 API 管理和测试功能,并且可以通过插件简化你的 API 开发工作,让你可以更快更好地创建 API。An extensible API tool. - **Stars**: ⭐ 5,556 - **Language**: JavaScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "postcat": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-postcat" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "postcat": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-postcat" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-postcat` - **Docker**: `docker run -i --rm mcp/postcat`