Skip to main content
Glama

OpenAPI Client Generator MCP

openapi-client-generator MCP サーバー

TypeScript を使用して API クライアントを生成するモデル コンテキスト プロトコル サーバー。

特徴

リソース

  • API と対話するために使用できる axios ベースの API クライアントを生成します。

  • OpenAPI / Swagger 仕様を使用してクライアントを生成します。

プロンプト

  • generate_client - 指定された OpenAPI 仕様の API クライアントを生成します。

発達

依存関係をインストールします:

npm install

サーバーを構築します。

npm run build

自動リビルドを使用した開発の場合:

npm run watch

インストール

Claude Desktop で使用するには、サーバー設定を追加します。

MacOSの場合: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows の場合: %APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "openapi-client-generator": { "command": "node", "args": [ "< PATH TO >/openapi-client-generator/build/index.js" ] } } }

デバッグ

MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。

npm run inspector

インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。

貢献

ぜひ、問題を報告したり、プルリクエストを送信したりして、プロジェクトに貢献してください。プロジェクトの目標に沿った改善や新機能の提案は大歓迎です。

ライセンス

このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細についてはLICENSEファイルを参照してください。


Clineで構築

Deploy Server
A
security – no known vulnerabilities
-
license - not tested
A
quality - confirmed to work

Related MCP Servers

  • -
    security
    A
    license
    -
    quality
    An MCP server that exposes HTTP methods defined in an OpenAPI specification as tools, enabling interaction with APIs via the Model Context Protocol.
    Last updated -
    8
    MIT License
  • -
    security
    A
    license
    -
    quality
    Generate an MCP server for any OpenAPI documented endpoint.
    Last updated -
    312
    MIT License
    • Apple
    • Linux
  • -
    security
    F
    license
    -
    quality
    An auto-generated MCP server that enables interaction with the OpenAI API, allowing users to access OpenAI's models and capabilities through the Multi-Agent Conversation Protocol.
    Last updated -
  • -
    security
    F
    license
    -
    quality
    A service that converts OpenAPI specifications into MCP tools, enabling AI assistants to interact with your API endpoints through natural language.
    Last updated -

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/orhanveli/openapi-client-generator-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server