distribution
Give your MCP server a front door
Every deployment gets a shareable chat surface you can embed anywhere you already have an audience: no client install, no configuration.
Our open source tools are used by developers at top companies
How it runs
From endpoint to audience
- 1
Deploy
Ship your server as usual.
- 2
Enable
Turn on the public chat surface.
- 3
Brand
Set a name, icon and welcome copy.
- 4
Share
Embed it or send the link.
Embeddable anywhere
A single script tag drops the chat into your docs, marketing site or dashboard.
➜ npx create-mcpfy-app
✓ tools/chart-sales.ts
✓ widgets/Chart.tsx
✓ mcpfy.config.ts
➜ mcpfy dev
ready on :4141 · 6 tools registered
tools/chart-sales.ts
export const chartSales = tool({
name: "chart_sales",
input: z.object({ period: z.string() }),
});Your domain
Serve the chat from your own subdomain with TLS handled for you.
- mainProduction12s
- feat/chartsPreview9s
- fix/authPreview11s
➜ npx mcpfy deploy
✓ live → my-server.mcpfy.ai/mcp
Measured like everything else
Chat sessions flow into the same analytics as every other client.
last 24h ↑ 12.4%
By country34 regions
Tracesp50 42ms
- tools/call display_weatherclaude142ms
- resources/listchatgpt18ms
- tools/call search_docscursor842ms
- prompts/listcopilot12ms
- tools/call fetch_urlclaude503
p50
38ms
p95
112ms
errors
0.2%
In the box
A real surface, not a demo
Auth optional
Public, or gated behind your provider.
Rate limited
Sensible defaults you can tune.
Widget ready
Interactive views render inline.
Themed
Light and dark, matched to your brand.
Put your MCP server in front of real users
Explore the rest of the platform
Everything on mcpfy Cloud shares one pipeline.