Skip to main content
Glama
MojoRohjo

Instant-MCP Studio

by MojoRohjo

⚡ Instant-MCP Studio

자율적 제로 비용 OpenAPI 및 REST를 프로덕션 FastMCP 서버 생성기로

FastMCP 호환 제로 비용 Claude Desktop 준비 완료

Instant-MCP Studio는 모든 OpenAPI v3.1 / v3.0 / Swagger 2.0 명세(JSON, YAML 또는 실시간 URL)를 1초 만에 프로덕션 준비가 완료된 타입 안전 FastMCP Python 서버로 변환합니다. 세련된 Glassmorphism 로컬호스트 스튜디오와 1-클릭 Claude Desktop / Cursor IDE 통합을 제공합니다.


🌟 Instant-MCP를 선택해야 하는 이유?

기존 OpenAPI 생성기는 심각한 결함이 있습니다:

  • 토큰 파산: 150개의 도구를 Claude의 컨텍스트 창에 덤프하여 도구 호출 실패를 유발합니다.

  • Stdout 오염: JSON-RPC 스트림을 손상시키고 Claude Desktop을 충돌시키는 터미널 출력문.

  • 수동 설정의 골칫거리: Windows/Mac JSON 경로 및 이스케이프 오류와 씨름.

Instant-MCP는 이를 해결합니다:

  • 스마트 엔드포인트 정리: 시각적 체크박스로 필요한 5-10개의 도구만 선택하세요.

  • 1-클릭 Claude 및 Cursor 주입: 경로 오류 없이 %APPDATA%\Claude\claude_desktop_config.json을 자동으로 작성합니다.

  • 제로 비용 로컬 스튜디오: 다크 모드 Monaco 코드 편집기로 100% 로컬에서 실행됩니다.

  • 순환 참조 방어: 재귀 오류를 방지하는 강력한 사이클 인식 파서.


Related MCP server: mcp-forge

🚀 빠른 시작

1. 웹 스튜디오 실행

python -m instant_mcp.cli studio --port 8765

브라우저에서 http://127.0.0.1:8765 를 엽니다.

2. 또는 CLI에서 생성

python -m instant_mcp.cli generate https://petstore.swagger.io/v2/swagger.json --output ./petstore_mcp.py --install-claude

🏗️ 아키텍처

graph TD
    A[OpenAPI / Swagger JSON] --> B[Cycle-Aware AST Parser]
    B --> C[Intermediate Representation IR]
    C --> D[Smart Endpoint Filter]
    D --> E[Jinja2 + Pydantic FastMCP Codegen]
    E --> F[1-Click Claude Desktop / Cursor Injector]
    E --> G[Live Monaco Studio Preview]

👤 저자

Mohit Yadav (@MojoRohjo) AI 기반 검색 엔진 및 MCP 워크플로우 구축.

F
license - not found
-
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • MCP server for AI access to Swagger by SmartBear.

  • Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.

  • Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.

View all MCP Connectors

Latest Blog Posts

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/MojoRohjo/instant-mcp-generator'

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