Apps
MCP Apps Server for rendering Module Federation components as interactive UIs in AI Agents
Installation
npx mcp-appsAsk AI about Apps
Powered by Claude Β· Grounded in docs
I know everything about Apps. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
π MCP Apps in VS Code Insiders: Create and Run Your First App
Hey developer ππ»! This repo implements an MCP server with YouTube tools (get-video, get-channel, get-latest-video) and two MCP Apps (video-render, channel-profile) bundled with Vite into a single HTML file to display them in VS Code Insiders. Learn how to build, serve and consume MCP Apps β€οΈ
π Features
- get-video: Searches for a video on YouTube by query and returns title, description and thumbnail (base64) with
video-renderUI - get-channel: Gets channel info (stats, base64 thumbnail) and displays it with
channel-profileUI - get-latest-video: Returns the latest video from a channel (used in
channel-profile) - UI Apps:
video-render: Renders a video card with linkschannel-profile: Renders channel profile and shows the latest video
π Requirements
- Node.js 18+
- npm or yarn
- YouTube Data API v3 key (
YOUTUBE_API_KEY)
π οΈ Installation
# Clone the repository
git clone https://github.com/0GiS0/mcp-apps.git
cd mcp-apps
# Install dependencies
npm install
# Configure environment
cp .env-sample .env
# Edit .env and set your YOUTUBE_API_KEY
ποΈ Project Structure
src/
βββ server.ts # MCP Server with Express and YouTube tools
βββ services/
β βββ youtube.ts # YouTube Data API integration logic
βββ apps/
βββ channel-profile/ # Channel profile UI
β βββ index.html
β βββ app.ts
β βββ styles.css
βββ video-render/ # Video renderer UI
βββ index.html
βββ app.ts
βββ styles.css
π§ Usage
Build the apps
npm run build
Start the MCP server
npm run serve
The server will start at http://localhost:3001/mcp
Configure in VS Code
Add the following configuration to your .vscode/mcp.json file:
{
"servers": {
"my-mcp-server": {
"url": "http://localhost:3001/mcp"
}
}
}
π¦ Main Dependencies
@modelcontextprotocol/sdk- Model Context Protocol SDK@modelcontextprotocol/ext-apps- Extension for creating MCP Appsexpress- HTTP Servercors- CORS Middleware (runtime)vite+vite-plugin-singlefile- App bundling
π Follow Me on Social Media
If you liked this project and want to see more content like this, don't forget to subscribe to my YouTube channel and follow me on social media:
