npm catalyst-mcpstdioMITupdated 8d ago
Catalyst is a React framework for building performant web apps and universal apps for Android and iOS. It provides server-side rendering, route-level data fetching, app shell primitives, styling conventions, and native WebView packaging tools.
What can you do with mayankmahavar1mg?
Catalyst
Catalyst is a React framework for building performant web apps and universal apps for Android and iOS. It provides server-side rendering, route-level data fetching, app shell primitives, styling conventions, and native WebView packaging tools.
Quick Start
Create a new Catalyst app with:
npx create-catalyst-app@latest
Then start the generated app:
cd <your-app>
npm run start
The development server starts at http://localhost:3005.
Documentation
Read the full documentation at catalyst.1mg.com.
Useful starting points:
Packages
catalyst-core: the framework package used by Catalyst applications.create-catalyst-app: the CLI for scaffolding new Catalyst apps.
Requirements
- Node.js
20.4.0or later for generated Catalyst apps. - macOS or Linux for local development.
Repository
This repository is a monorepo containing the framework package, scaffolding CLI, docs app, and internal test fixture.
packages/catalyst-core: framework packagepackages/create-catalyst-app: CLI and scaffold templatesapps/catalyst-core-test: standalone fixture app used to testcatalyst-coredocs: Catalyst documentation app
Contributing
Install dependencies and create local docs config before running build/test commands:
npm run setup
Common development commands:
npm run core:build
npm run core:test
npm run cca:test
npm run docs:build
To scaffold a real app from the current branch packages:
npm run sandbox:create -- --name release-test
The sandbox app is created under .sandbox/<name> and uses a local packed catalyst-core from the current branch.
Install
Add mayankmahavar1mg to your client. Pick the one you use.
claude mcp add catalyst-mcp -- npx -y catalyst-mcpcodex mcp add catalyst-mcp -- npx -y catalyst-mcpamp mcp add catalyst-mcp -- npx -y catalyst-mcp{
"mcpServers": {
"catalyst-mcp": {
"command": "npx",
"args": [
"-y",
"catalyst-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"catalyst-mcp": {
"command": "npx",
"args": [
"-y",
"catalyst-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"catalyst-mcp","command":"npx","args":["-y","catalyst-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"catalyst-mcp": {
"command": "npx",
"args": [
"-y",
"catalyst-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"catalyst-mcp": {
"command": "npx",
"args": [
"-y",
"catalyst-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"catalyst-mcp": {
"command": "npx",
"args": [
"-y",
"catalyst-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"catalyst-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"catalyst-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"catalyst-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"catalyst-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y catalyst-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation18/25
- Maintenance19/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 1 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.2Latest | Jul 24, 2026 |
| 1.0.1 | Jul 24, 2026 |