AI Skill Hub 推荐使用:开源MCP工具 是一款优质的MCP工具。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的MCP工具解决方案,这是一个值得深入了解的选择。
platypus是一个现代化的多租户平台,用于构建和管理AI代理,提供可视化的仪表盘和kanban板,方便管理和监控AI代理的状态和性能。
开源MCP工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
platypus是一个现代化的多租户平台,用于构建和管理AI代理,提供可视化的仪表盘和kanban板,方便管理和监控AI代理的状态和性能。
开源MCP工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/willdady/platypus
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"--mcp--": {
"command": "npx",
"args": ["-y", "platypus"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 开源MCP工具 执行以下任务... Claude: [自动调用 开源MCP工具 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"__mcp__": {
"command": "npx",
"args": ["-y", "platypus"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
A modern, multi-tenant platform for building and managing AI Agents.
Platypus is an open-source, full-stack application designed to help you build AI agents. Built with a focus on extensibility and modern web standards, Platypus allows you to create agents that can reason, use tools, and interact with the world.

compose.sandbox.yaml); the adapter interface is pluggable so other backends can be contributed.
The fastest way to get Platypus running is using Docker Compose.
git clone https://github.com/willdady/platypus.git
cd platypus
cp .env.example .env
Edit .env and set BETTER_AUTH_SECRET to a secure random string and update the admin credentials. See the comments in .env.example for all available options.
docker compose up -d
Navigate to http://localhost:3000 and sign in with the credentials you configured in .env.
[!CAUTION] Change the default password after your first login!
pnpm install
2. Configure Environment: Create .env files for both apps:
cp apps/frontend/.env.example apps/frontend/.env
cp apps/backend/.env.example apps/backend/.env
Edit apps/backend/.env and set the following environment variables: - BETTER_AUTH_SECRET: A secure random string (minimum 32 characters). - ADMIN_EMAIL: The email address for the initial admin user. - ADMIN_PASSWORD: A secure password for the initial admin user. - TIMEZONE (optional): IANA timezone name for e.g., "America/New_York", "Europe/London". Defaults to UTC. - FRONTEND_URL (optional): The URL of the frontend application, used for generating resource links in tool responses. Defaults to http://localhost:3001.
BETTER_AUTH_SECRET: "your-secure-random-string-here"
ADMIN_EMAIL: "admin@example.com"
ADMIN_PASSWORD: "your-secure-password-here"
TIMEZONE: "UTC"
FRONTEND_URL: "http://localhost:3001"
3. Start Development Server: This command starts the frontend, backend, and a local Postgres container.
pnpm dev
4. Initialize Database: Apply the schema to your local database (ensure pnpm dev is running first).
pnpm drizzle-kit-push
5. Sign in: Navigate to http://localhost:3001 and sign in with the default credentials configured in your .env file (ADMIN_EMAIL and ADMIN_PASSWORD).
platypus是一个现代化的多租户平台,用于构建和管理AI代理,提供可视化的仪表盘和kanban板,方便管理和监控AI代理的状态和性能,但需要进一步优化和完善。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,开源MCP工具 是一款质量良好的MCP工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | platypus |
| Topics | mcpaiai-agentsai-assistantdashboardkanbantypescript |
| GitHub | https://github.com/willdady/platypus |
| License | MIT |
| 语言 | TypeScript |
收录时间:2026-05-23 · 更新时间:2026-05-23 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端