OpenAPI MCP Studio Demo
An MCP server that demonstrates converting a safe OpenAPI subset into MCP tools and interactive apps, using the GitHub API as an example. It provides three GitHub tools with summary, table, and ranking views.
README
OpenAPI-to-MCP Studio Demo
A clean-room product proof for configuring a safe OpenAPI subset as MCP tools and interactive MCP Apps. It uses mcp-use v2 and Manufact Cloud rather than rebuilding MCP infrastructure.
Current Scope
The Studio imports the bundled GitHub Repository API subset, classifies supported operations, and locally edits a bounded app-config.json. The runtime registers the resulting checked-in configuration as three safe GitHub tools with interactive summary, table, and ranking views.
Getting Started
This project requires Node >=22.22.2. On this machine, use the Homebrew Node 24 runtime:
export PATH="/opt/homebrew/opt/node/bin:$PATH"
npm install
npm run dev
Open http://localhost:3000/mcp/inspector, then invoke open-studio to browse the catalog.
The Studio saves edits to browser local storage and can export app-config.json. This is intentionally prototype-only: exported changes do not modify the running server until they are reviewed, copied into data/app-config.json, and the server is restarted.
The three configured GitHub tools are also available locally:
npx mcp-use client connect local http://localhost:3000/mcp
npx mcp-use client local tools call get_repository_overview owner=mcp-use repo=mcp-use
npx mcp-use client local tools call list_repository_issues owner=mcp-use repo=mcp-use state=open limit:=10
npx mcp-use client local tools call list_top_contributors owner=mcp-use repo=mcp-use limit:=10
GITHUB_TOKEN is optional. Copy .env.example to .env.local and set it only when GitHub's unauthenticated rate limit becomes restrictive.
Quality Checks
npm run test
npm run typecheck
npm run build
node .agents/skills/mcp-apps-builder/scripts/check-v2.mjs .
Project Layout
data/app-config.json: checked-in example configuration.examples/: reduced GitHub OpenAPI document and unsupported fixture.src/config/: Zod configuration schema.src/openapi/: OpenAPI parsing and support classification.views/studio/: catalog MCP App view.views/summary-card/,views/data-table/,views/ranked-list/: normalized GitHub result views.src/tests/: configuration and parser tests.
Deployment
The completed Studio is deployed at:
- MCP URL:
https://keen-forge-ocsbv.run.mcp-use.com/mcp - Chat URL:
https://keen-forge-ocsbv.run.mcp-use.com/chat
All three configured GitHub tools and their assigned MCP App views have been verified against this public endpoint.
Security Boundary
- The prototype will support only explicit allowlisted HTTPS hosts at runtime.
- Optional bearer credentials remain server-side and must never be committed.
- Requests are GET-only, do not accept caller-provided headers, reject redirects, enforce a timeout and 1 MB response cap, and log only safe request metadata.
- Unsupported OpenAPI constructs are classified visibly instead of being generated.
- The project contains only public GitHub API examples and clean-room code.
Current Limitations
- The Studio currently starts from the bundled spec; remote URL import is a future enhancement.
- Browser persistence and JSON export are not cloud persistence or collaborative configuration.
- Only the bundled GET operations are registered at runtime; editing the browser config does not hot-reload server tools.
- The current Manufact deployment contains the unmodified Milestone 0 template and will be updated only after final review.
Phase 2 Direction
The next validated product slice is a separately hosted Studio with remote spec import, visual view bindings and preview, versioned configuration, and a constrained flow builder for sequential tools, field mapping, conditions, and explicit user confirmations. See docs/phase-2.md.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.