Remix App Template
Build and deploy applications using Cloudflare Workers with Remix.
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install marbiano/marbiano.dev -c claude
This command will automatically install and configure the Remix App Template MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
After opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"Remix App Template": {
"command": "npx",
"args": [
"-y",
"remix-app-template"
],
"env": {}
}
}
}
Welcome to Remix!
Development
You will be running two processes during development when using Vercel as your server.
- Your Miniflare server in one (miniflare is a local environment for Cloudflare Workers)
- The Remix development server in another
# in one tab (starts remix dev server)
$ npm run dev
# in another (starts miniflare server)
$ npm start
Open up http://127.0.0.1:8787 and you should be ready to go!
If you'd rather run everything in a single tab, you can look at concurrently or similar tools to run both processes in one tab.
Deployment
Use wrangler to build and deploy your application to Cloudflare Workers:
npm run deploy
Details:
Stars
4Forks
0Last commit
4 months agoRepository age
4 years
Auto-fetched from GitHub .
MCP servers similar to Remix App Template:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit