mcpeepants
用于生成MCP服务器配置的CLI帮助程序。
用法
claude --mcp-config "$(./get-server-config.sh server1 server2)"可用服务器
desktop-commander-文件系统访问、终端执行、进程管理playwright-浏览器自动化和网页抓取zai-mcp-server-用于文本分析的Z AI模型访问sequential-thinking-多步骤任务的推理脚手架context7-50000多个库的实时文档搜索chrome-devtools-直接访问Chrome DevTools协议serena-具有语义编辑功能的高级编码代理工具包
例子
# Generate config with browser automation and sequential thinking
claude --mcp-config "$(./get-server-config.sh playwright sequential-thinking)"
# Use Context7 for real-time documentation search
claude --mcp-config "$(./get-server-config.sh context7)"
# Combine desktop-commander and playwright servers
claude --mcp-config "$(./get-server-config.sh desktop-commander playwright)"
# Development environment with documentation and browser tools
claude --mcp-config "$(./get-server-config.sh context7 playwright chrome-devtools)"