generate-mcp-server
π―Skillfrom speakeasy-api/agent-skills
Generates an MCP server from an OpenAPI spec, enabling AI assistants to directly call API operations as tools.
Part of
speakeasy-api/agent-skills(25 items)
Installation
npx my-api-mcp mcp start --bearer-auth "YOUR_TOKEN"claude mcp addnpx my-api-mcp mcp start{
"mcpServers": {
"my-api": {
"command": "npx",
"args": [
...Skill Details
Use when generating an MCP server from an OpenAPI spec with Speakeasy. Triggers on "generate MCP server", "MCP server", "Model Context Protocol", "AI assistant tools", "Claude tools", "speakeasy MCP", "enableMCPServer"
More from this repository10
validate-openapi-spec skill from speakeasy-api/agent-skills
start-new-sdk-project skill from speakeasy-api/agent-skills
create-openapi-overlay skill from speakeasy-api/agent-skills
fix-validation-errors-with-overlays skill from speakeasy-api/agent-skills
apply-openapi-overlay skill from speakeasy-api/agent-skills
improve-operation-ids skill from speakeasy-api/agent-skills
merge-openapi-specs skill from speakeasy-api/agent-skills
get-ai-suggestions skill from speakeasy-api/agent-skills
check-workspace-status skill from speakeasy-api/agent-skills
configure-authentication skill from speakeasy-api/agent-skills