经 AI Skill Hub 精选评估,Speakeasy API SDK生成器 获评「强烈推荐」。这款MCP工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.0 分,适合有一定技术背景的用户使用。
Speakeasy API SDK生成器 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
Speakeasy API SDK生成器 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/speakeasy-api/speakeasy
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"speakeasy-api-sdk---": {
"command": "npx",
"args": ["-y", "speakeasy"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 Speakeasy API SDK生成器 执行以下任务... Claude: [自动调用 Speakeasy API SDK生成器 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"speakeasy_api_sdk___": {
"command": "npx",
"args": ["-y", "speakeasy"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
<br />
<hr /> <br /> <div align="left"> <h4><b>Trusted By:</b></h4> <h4> <p> <a href="https://github.com/mistralai/client-python" target="_blank"> <picture> <source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/bca19603-0a18-4425-8d0e-aabc81849e74"> <source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/a5cde465-8be4-4865-b1d3-03222cdea0a1"> <img height="44px" src="https://github.com/user-attachments/assets/bca19603-0a18-4425-8d0e-aabc81849e74#gh-light-mode-only" alt="Mistral"> </picture> </a> <a href="https://github.com/vercel/sdk" target="_blank"> <picture> <source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/9f499468-d679-43d6-9a4c-bb6d8391ebeb"> <source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/7d1b97ed-22d8-4dff-bac5-66fe5dead2fe"> <img height="44px" src="https://github.com/user-attachments/assets/9f499468-d679-43d6-9a4c-bb6d8391ebeb#gh-light-mode-only" alt="Vercel"> </picture> </a> <a href="https://github.com/gleanwork/api-client-python" target="_blank"> <picture> <source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/79db6f55-7061-41c5-9ba0-dd66eed86743"> <source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/a0f0852f-a491-450b-9183-94ad6f77da3c"> <img height="44px" src="https://github.com/user-attachments/assets/79db6f55-7061-41c5-9ba0-dd66eed86743#gh-light-mode-only" alt="Glean"> </picture> </a> <a href="https://github.com/clerk/clerk-sdk-python" target="_blank"> <picture> <source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/cc42df48-e54a-4c2b-bb54-83033a806e38"> <source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/dc4ee90f-7a48-4d7c-abe0-fd347addf785"> <img height="44px" src="https://github.com/user-attachments/assets/cc42df48-e54a-4c2b-bb54-83033a806e38#gh-light-mode-only" alt="Clerk"> </picture> </a> <a href="https://github.com/OpenRouterTeam/typescript-sdk" target="_blank"> <picture> <source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/d7db99df-7882-481f-93e2-50e7acf51b92"> <source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/1b63bec3-bd07-41d2-97c7-70e9f3bb1fb5"> <img height="44px" src="https://github.com/user-attachments/assets/d7db99df-7882-481f-93e2-50e7acf51b92#gh-light-mode-only" alt="OpenRouter"> </picture> </a>
</p> <a href="https://speakeasy.com/customers"><p> Full showcase → </p></a> </h4> </div> <br />
npm install your-api. Manage versioning and publishing to package managersCheck out the roadmap for whats coming up soon! <br /> <br />
Install Speakeasy CLI via:
Refer to the Speakeasy CLI installation documentation for more information. CLI releases are also directly available in the repository releases.
npx skills add speakeasy-api/agent-skills
Refer to the Speakeasy CLI Reference for usage documentation. Additionally, every CLI command and subcommand supports a --help flag for usage information.
Once installed, skills are available with the speakeasy: namespace:
/speakeasy:start-new-sdk-project # Initialize a new SDK project
/speakeasy:validate-openapi-spec # Validate an OpenAPI spec
/speakeasy:regenerate-sdk # Re-run SDK generation
See the agent-skills repository for the full list of available skills.
<p>Polished and type-safe SDKs, Terraform providers and Contract Tests for your API. 10 Languages and counting.</p> <a href="https://app.speakeasy.com/"><img src="https://custom-icon-badges.demolab.com/badge/-Start%20Generating%20-000?style=for-the-badge&logoColor=fffff&logo=speakeasy-api&labelColor=545454" alt="Start Generating"/></a> <a href="https://youtu.be/-cSZGUvT5-8?si=VwJBPcOGq0g2R4cI"><img src="https://img.shields.io/static/v1?label=Docs&message=Watch%20Demo&color=000&style=for-the-badge" alt="Watch Demo" /></a>
<br/> <h2> <p>How it works</p> <picture> <source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/41f1f1f2-2bf8-4505-83f2-aa4746a0bf95"> <source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/18978133-c8b5-46c3-95e4-b68c321f8ae4"> <img src="https://github.com/user-attachments/assets/41f1f1f2-2bf8-4505-83f2-aa4746a0bf95#gh-light-mode-only" alt="How it works diagram"> </picture> </a> </h2> <br />
Speakeasy是专业级API开发工具,通过自动化SDK生成显著降低开发成本。项目活跃度适中,功能完整且针对性强,特别适合API生态建设。
该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。
AI Skill Hub 点评:Speakeasy API SDK生成器 的核心功能完整,质量优秀。对于Claude Desktop / Claude Code 用户来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | speakeasy |
| 原始描述 | 开源MCP工具:Build APIs your users love ❤️ with Speakeasy. ✨ Polished and type-safe SDKs. 🌐 。⭐413 · JavaScript |
| Topics | API开发SDK生成代码生成多语言支持类型安全 |
| GitHub | https://github.com/speakeasy-api/speakeasy |
| License | NOASSERTION |
| 语言 | JavaScript |
收录时间:2026-05-19 · 更新时间:2026-05-30 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端