- Home
- MCP servers
- Fast Mode
Fast Mode
- typescript
0
GitHub Stars
typescript
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
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.
How to use
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.
How to install
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"]
}
}
}
Additional setup notes
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_HERE
Available tools
get_started
Intelligent entry point tool that checks authentication, lists projects, reveals schema, and returns exact workflow for your task
validate_template
Validate HTML templates for correct token usage, form handling, and schema validation
sync_schema
Create collections and fields in your project schema to match template requirements
deploy_package
Deploy a packaged website to Fast Mode after schema validation
validate_manifest
Validate your manifest.json structure within the package