Miftah gives your AI assistant the tools to run a store — catalog, checkout, file delivery, a real sell page. You describe what you're selling; the assistant builds it. There is no dashboard to learn, because there is no dashboard.
This is a sandbox prototype. Pages are marked test and kept out of search engines; payments use test cards only.
Minted for this visit. It already carries your identity — nothing to sign up for. Keep it private, like a password. Expires 2026-08-31.
mg_mer_01M0RKD5E0A7YV9VAYZNT9NVQ3.1788136856.9e77dea3ac87dc7aff35a067eae90d3a7dac425225409e013125551a901b7907
Server: https://mcp.usemiftah.com/mcp
Claude Desktop connects through a config file. You don't need to find it — Claude will open and create it for you.
Claude Desktop → Settings → Developer → Edit Config. This opens the file, and creates it if it doesn't exist yet.
Select all (Cmd+A), paste, save (Cmd+S). This is the complete file — you are not adding a snippet to something, so it doesn't matter whether the file was empty.
{
"mcpServers": {
"miftah": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.usemiftah.com/mcp",
"--header",
"Authorization:${MIFTAH_KEY}"
],
"env": {
"MIFTAH_KEY": "Bearer mg_mer_01M0RKD5E0A7YV9VAYZNT9NVQ3.1788136856.9e77dea3ac87dc7aff35a067eae90d3a7dac425225409e013125551a901b7907"
}
}
}
}Closing the window is not enough; Claude keeps running and won't reload the config. Quit it completely, then open it again.
The tools icon in the message box should list Miftah. Ask: "what Miftah tools do you have?"
Paste this single line into Terminal (macOS) instead of steps 1–2, then continue from step 3.
mkdir -p "$HOME/Library/Application Support/Claude" && printf '%s' '{"mcpServers": {"miftah": {"command": "npx","args": ["-y","mcp-remote","https://mcp.usemiftah.com/mcp","--header","Authorization:${MIFTAH_KEY}"],"env": {"MIFTAH_KEY": "Bearer mg_mer_01M0RKD5E0A7YV9VAYZNT9NVQ3.1788136856.9e77dea3ac87dc7aff35a067eae90d3a7dac425225409e013125551a901b7907"}}}}' > "$HOME/Library/Application Support/Claude/claude_desktop_config.json"No file editing. Run it in any directory, then start claude.
claude mcp add --transport http miftah https://mcp.usemiftah.com/mcp --header "Authorization: Bearer mg_mer_01M0RKD5E0A7YV9VAYZNT9NVQ3.1788136856.9e77dea3ac87dc7aff35a067eae90d3a7dac425225409e013125551a901b7907"
Verify with /mcp — Miftah should show as connected.
If your client supports remote MCP servers natively, point it at https://mcp.usemiftah.com/mcp over streamable HTTP and set the header Authorization: Bearer <your key>. No bridge, no config file.
Once it's connected, try:
I want to sell a PDF guide. It's called "Weekend Coffee Guide to Dubai", $25. Set it up and show me a preview.
Claude will create it as a draft, hand you a link to upload the PDF, and give you a private preview page. Nothing goes live until you say so.
No MCP client, or just want a look first?
Miftah has its own assistant built in — same tools, nothing to install. Your key is already attached, so it opens straight into a conversation.