Skip to content
Back to search
30
MCP

@metaengine/mcp-server

npm/@metaengine/mcp-server

Model Context Protocol server for spec-first code generation: convert OpenAPI, GraphQL, Protobuf, and SQL specs into typed clients and models, or generate arbitrary type graphs with automatic imports, across 11 languages (TypeScript, Python, Go, C#, Java,

Uptime
0.0%
22 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

API-to-MCP-Generator
Transform any OpenAPI specification into a production-ready Model Context Protocol (MCP) server. Instantly make your REST APIs available to
0 tools
mcp-openapi-server
MCP Server (Model Context Protocol) for turning OpenAPI specifications into a MCP Resource
0 tools
@gpthuman/mcp-server
Model Context Protocol (MCP) server providing access to GPTHuman's API, the leading platform for transforming AI-generated text into natural
0 tools
github-mcp-server
A Model Context Protocol (MCP) server built in TypeScript that integrates with GitHub's API, enabling AI assistants to manage repositories,
0 tools
io.github.cap-js/mcp-server
Model Context Protocol (MCP) server for AI-assisted development of CAP applications.
0 tools
MetaEngine
Spec-first code generation: OpenAPI, GraphQL, Protobuf, and SQL to typed clients in 11 languages.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@metaengine/mcp-server": {
      "url": "None",
      "transport": "http"
    }
  }
}