home / mcp / fast mode mcp server
Provides MCP tooling to convert, validate, and deploy sites to Fast Mode using prebuilt binaries and browser-based authentication.
Configuration
View docs{
"mcpServers": {
"arihgoldstein-fastmode-mcp": {
"command": "npx",
"args": [
"-y",
"fastmode-mcp"
],
"env": {
"FASTMODE_AUTH_TOKEN": "YOUR_TOKEN_HERE"
}
}
}
}You are the guide for using a focused MCP server that helps AI assistants convert, validate, and deploy websites to Fast Mode. This server provides a streamlined entry point, validation checks, and deployment orchestration so you can turn static sites into editable, content-managed deployments with minimal friction.
You interact with the MCP server through your preferred MCP client. The server exposes a standard set of tools and flows that let you start from a website, validate its structure, sync custom CMS schema, and deploy to Fast Mode. Start by launching an authenticated session, then request a guided workflow that fits your goal, such as converting a site, adding content, or deploying a ready package.
Prerequisites: ensure you have Node.js installed on your system. You will run a prebuilt MCP package via a simple CLI command from your terminal. The server is designed to download prebuilt binaries during installation to avoid PATH issues.
Install the MCP client integration by configuring your MCP client to call the server using the standard npx-based entry point shown in the setup examples.
// Example client configuration for Claude, Cursor, or other MCP-enabled tools
{
"mcpServers": {
"fastmode": {
"command": "npx",
"args": ["-y", "fastmode-mcp"]
}
}
}Authentication is browser-based via OAuth device flow when a tool requires access to your Fast Mode account. The browser will open automatically to complete login, and credentials are stored locally at a path shown by the client. You can also provide an environment variable to supply the token directly.
// Example environment variable for authentication (optional)
FASTMODE_AUTH_TOKEN=YOUR_TOKEN_HEREIntelligent entry point tool that checks authentication, lists projects, reveals schema, and returns exact workflow for your task
Validate HTML templates for correct token usage, form handling, and schema validation
Create collections and fields in your project schema to match template requirements
Deploy a packaged website to Fast Mode after schema validation
Validate your manifest.json structure within the package