AndurilCode/mcp-apps-kit
A TypeScript framework for building interactive MCP applications that work seamlessly with both MCP Apps and ChatGPT (OpenAI Apps SDK) from a single codebase.
Provides file-based auto-discovery of tools and widgets with zero-config code generation—drop a `tools/get-weather.ts` file and it instantly becomes a typed GraphQL-like endpoint. Includes Vite-powered hot module reloading for React widgets, middleware hooks for cross-cutting concerns, and a monorepo of modular packages (`@mcp-apps-kit/core` for serverside logic, `@mcp-apps-kit/ui-react` for client bindings, and `@mcp-apps-kit/codegen` for manifest generation). Supports both MCP protocol and OpenAI Apps SDK from a single codebase with convention-over-configuration patterns (kebab-case filenames → camelCase tool names).
Stars
13
Forks
2
Language
TypeScript
License
MIT
Category
Last pushed
Mar 10, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/AndurilCode/mcp-apps-kit"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Featured in
Higher-rated alternatives
toolsdk-ai/toolsdk-mcp-registry
MCPSDK.dev(ToolSDK.ai)'s Awesome MCP Servers and Packages Registry and Database with Structured...
Dicklesworthstone/mcp_agent_mail
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads,...
opentiny/next-sdk
Based on the MCP protocol, enable defining MCP Servers on the frontend, allowing AI to operate...
Dicklesworthstone/fastmcp_rust
Rust framework for building Model Context Protocol servers with cancel-correct async, zero-copy...
religa/multi_mcp
Multi-Model chat, code review and analysis MCP Server for Claude Code