FreeAppStore Server
FreeNot checkedEnables AI agents to browse, create, and manage apps on the FreeAppStore platform, including provisioning repositories, writing code, and deploying live.
About
Enables AI agents to browse, create, and manage apps on the FreeAppStore platform, including provisioning repositories, writing code, and deploying live.
README
Remote MCP server for AI agents to interact with the FreeAppStore platform.
Endpoint: https://mcp.freeappstore.online/mcp
Connect
Claude Code
claude mcp add freeappstore -- npx mcp-remote https://mcp.freeappstore.online/mcp
Codex
codex mcp add freeappstore --url https://mcp.freeappstore.online/mcp
Cursor
Settings > MCP > Add Server: npx mcp-remote https://mcp.freeappstore.online/mcp
Project-local .mcp.json
{
"mcpServers": {
"freeappstore": {
"command": "npx",
"args": ["mcp-remote", "https://mcp.freeappstore.online/mcp"]
}
}
}
Any MCP client
Streamable HTTP transport at https://mcp.freeappstore.online/mcp
Tools
Build (write code yourself)
| Tool | Auth | Description |
|---|---|---|
create_app |
FAS token | Provision repo + hosting + listing, scaffold template, deploy live |
update_files |
Owner | Write/overwrite files in your app's repo; auto-redeploys |
Build (let the VibeCode agent write code)
| Tool | Auth | Description |
|---|---|---|
agent_build |
FAS token + vaulted AI key | Hand a prompt to the VibeCode agent; it writes + deploys |
agent_status |
FAS token | Poll an agent_build session for progress + live URL |
Read
| Tool | Auth | Description |
|---|---|---|
list_files |
None | List files in an app's repo |
read_file |
None | Read a file from an app's repo |
Inspect
| Tool | Auth | Description |
|---|---|---|
list_apps |
FAS token | List your published apps |
app_info |
None | Live URL, repo, store listing, up/down status |
deploy_status |
None | Check last 5 GitHub Actions runs for any app |
app_logs |
Owner | Recent errors/warnings/SDK calls/build info |
platform_guide |
None | Fetch full SKILLS.md (the complete platform guide) |
sdk_reference |
None | SDK docs for auth, KV, counters, collections, rooms, proxy, keys, UI |
Discovery
- MCP Registry: io.github.freeappstore-online/mcp
- Auto-discovery: freeappstore.online/.well-known/mcp.json
- Platform guide: freeappstore.online/llms.txt
- Docs: freeappstore.online/docs/mcp
Architecture
Cloudflare Worker with a SQLite-backed Durable Object (FasMcpAgent), using the agents SDK. Deployed via GitHub Actions.
Development
npm install
npm run dev # local dev server
npm run deploy # deploy to CF Workers
License
MIT.
Installing FreeAppStore Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/freeappstore-online/mcpFAQ
Is FreeAppStore Server MCP free?
Yes, FreeAppStore Server MCP is free — one-click install via Unyly at no cost.
Does FreeAppStore Server need an API key?
No, FreeAppStore Server runs without API keys or environment variables.
Is FreeAppStore Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install FreeAppStore Server in Claude Desktop, Claude Code or Cursor?
Open FreeAppStore Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare FreeAppStore Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
