Back to Apps

MCP App Platform
Supports UIby parham-dev
A multi-app MCP server platform hosting Recipe Remix, PDF Insight, and Allocation Remix — each with its own interactive MCP App UI, deployed on Railway.
1 stars
1 views
Updated 2 days ago
Works in:ClaudeVS Code Copilot
Exposes:ToolsResources
What it does
MCP App Platform is a multi-tenant MCP server that hosts several independent MCP Apps under one deployment. Each app gets its own route (/{app-id}/mcp), its own React UI rendered via the MCP Apps extension, and shared infrastructure for authentication, routing, and session management. Currently ships three apps: Recipe Remix (cooking assistant), PDF Insight (PDF reader with notes), and Allocation Remix (portfolio allocation tool).
Key features
- Multi-app routing — each app lives in its own folder with
server.ts(tools/resources) andmcp-app.tsx(React UI), registered via a central app registry - Streamable HTTP transport — SSE-based connections for real-time streaming
- PDF Insight — reads PDFs, highlights passages, takes notes with SQLite persistence, full Vitest test suite
- Recipe Remix — interactive cooking assistant with ingredient substitutions and recipe visualisation
- Railway deployment — auto-builds from main, live at
https://mcp-production-3a5e.up.railway.app - Optional API key auth — set
API_KEYenv var to restrict access
Installation
Claude Desktop / VS Code Copilot:
{
"servers": {
"recipe-remix": { "type": "sse", "url": "https://mcp-production-3a5e.up.railway.app/recipe-remix/mcp" },
"pdf-insight": { "type": "sse", "url": "https://mcp-production-3a5e.up.railway.app/pdf-insight/mcp" },
"allocation-remix": { "type": "sse", "url": "https://mcp-production-3a5e.up.railway.app/allocation-remix/mcp" }
}
}
Self-hosted:
git clone https://github.com/parham-dev/mcp-app.git
npm install && npm run build
npx tsx main.ts
Supported hosts
Claude Desktop, VS Code Copilot — any MCP client supporting SSE or StreamableHTTP transport
Quick install
https://mcp-production-3a5e.up.railway.app/recipe-remix/mcpInformation
- Pricing
- free
- Published
- 4/3/2026
- Updated
- 2 days ago
- stars