Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ€– Coding Agents
  3. Stellify MCP
Stellify MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/22/2026, 7:17:40 PM

Stellify MCP

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website

Build Laravel apps through conversation. Code stored as structured JSON for surgical AI edits.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "stellify-mcp": {
      "url": "https://api.stellisoft.com/v1"
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (32) Directory Badge Claim listing AlternativesπŸ€– More in Coding Agents

Capabilities & Tool Schemas (32) ~626 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Stellify MCP.

get_project

Get the active Stellify project for the authenticated user. **Call this first before any other operations.**

get_directory

Get a directory by UUID to see its contents.

create_directory

Create a new directory for organizing files.

create_file

Create a new file in a Stellify project. This creates an empty file shell - no methods, statements, or template yet.

get_file

Get a file by UUID with all its metadata, methods, and statements.

save_file

Save/update a file with its full configuration. This finalizes the file after `create_file`.

Documentation Overview

Stellify MCP Server

npm version License: MIT

Model Context Protocol (MCP) server for Stellify - the AI-native code generation platform.

What is This?

This MCP server lets AI assistants (like Claude Desktop) interact with your Stellify projects to build Laravel and Vue.js applications incrementally. Instead of generating full code files at once, AI can:

  • Create file structures (classes, controllers, models, middleware, Vue components)
  • Add method signatures with type hints
  • Parse PHP/JavaScript code into structured JSON (statement-by-statement)
  • Convert HTML to Stellify elements in a single operation
  • Search existing code in your projects
  • Install reusable code from the global library
  • Build applications through natural conversation

Quick Start

Prerequisites

  • Node.js 18 or higher
  • A Stellify account - Sign up at stellisoft.com
  • Claude Desktop (or another MCP-compatible AI client)

Installation

Install globally via npm:

Terminal
npm install -g @stellisoft/stellify-mcp

Configuration

  1. Get your Stellify API token:

    • Log into Stellify
    • Navigate to Settings β†’ API Tokens
    • Click "Create New Token"
    • Copy your token
  2. Configure Claude Desktop:

    Edit your Claude Desktop configuration file:

    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
    • Linux: ~/.config/claude/claude_desktop_config.json

    Add the Stellify MCP server:

    config.json
    {
      "mcpServers": {
        "stellify": {
          "command": "stellify-mcp",
          "env": {
            "STELLIFY_API_URL": "https://api.stellisoft.com/v1",
            "STELLIFY_API_TOKEN": "your-token-here"
          }
        }
      }
    }
    
  3. Restart Claude Desktop

That's it! The Stellify tools should now be available in Claude Desktop.

Usage

Once configured, you can talk to Claude naturally to build applications:

Example Conversations

Create a new controller:

Code
"Create a UserController in my Stellify project"

Add methods:

Code
"Add a method called 'store' that takes a Request parameter and returns a JsonResponse"

Implement method logic:

Code
"Add this implementation to the store method:
$user = User::create($request->validated());
return response()->json($user, 201);"

Build a Vue component:

Code
"Create a Counter component with an increment button"

Convert HTML to elements:

Code
"Convert this HTML to Stellify elements:
<div class='container'><h1>Hello</h1><button>Click me</button></div>"

Search your codebase:

Code
"Search for all controller files in my project"
"Find methods related to authentication"

Available Tools

Project & Directory Tools

get_project

Get the active Stellify project for the authenticated user. Call this first before any other operations.

Parameters: None

Returns:

  • uuid: Project UUID (needed for most operations)
  • name: Project name
  • directories: Array of {uuid, name} for existing directories

get_directory

Get a directory by UUID to see its contents.

Parameters:

  • uuid (required): The UUID of the directory

create_directory

Create a new directory for organizing files.

Parameters:

  • name (required): Directory name (e.g., "js", "css", "components")

File Tools

create_file

Create a new file in a Stellify project. This creates an empty file shell - no methods, statements, or template yet.

Parameters:

  • directory (required): UUID of the directory (get from get_project directories array)
  • name (required): File name without extension (e.g., "Counter", "UserController")
  • type (required): File type - "class", "model", "controller", "middleware", or "js"
  • extension (optional): File extension. Use "vue" for Vue components.
  • namespace (optional): PHP namespace (e.g., "App\Services\"). Only for PHP files.
  • includes (optional): Array of fully-qualified class names to import (e.g., ["App\\Models\\User", "Illuminate\\Http\\Request"]). Stellify will resolve these to file UUIDs, fetching from Laravel API or vendor directory if needed.

Directory selection: Match the directory to your file's purpose. If the directory doesn't exist, create it first with create_directory.

File TypeDirectoryNamespace
ControllerscontrollersApp\Http\Controllers\
ModelsmodelsApp\Models\
ServicesservicesApp\Services\
MiddlewaremiddlewareApp\Http\Middleware\
Vue/JSjsN/A

Example workflow:

  1. create_file β†’ creates empty shell, returns file UUID
  2. create_statement + add_statement_code β†’ add variables/imports
  3. create_method + add_method_body β†’ add functions
  4. html_to_elements β†’ create template elements (for Vue)
  5. save_file β†’ finalize with all UUIDs wired together

Auto-dependency creation (when auto_create_dependencies: true):

When you create a file with code like:

php
<?php
namespace App\Http\Controllers;

use App\Models\User;
use Illuminate\Http\Request;

class UserController extends Controller
{
    public function store(Request $request)
    {
        $user = User::create($request->validated());
        return response()->json($user);
    }
}

Stellify will:

  1. Parse use statements to find dependencies (User, Request, Socialite)
  2. Check Application DB for framework classes β†’ find cached classes
  3. For core Laravel classes β†’ fetch from api.laravel.com
  4. For vendor packages (Socialite, Spatie, etc.) β†’ read from vendor/ directory
  5. Create missing App classes β†’ create User model file
  6. Wire up the file's includes array with all dependency UUIDs

Supported sources:

  • Laravel API - Core Illuminate\* classes fetched from api.laravel.com
  • Vendor packages - Laravel\Socialite\*, Laravel\Cashier\*, Spatie\*, Livewire\*, etc. read directly from your vendor/ directory using PHP-Parser

The response includes a dependencies report showing what was created/resolved and from which source.


get_file

Get a file by UUID with all its metadata, methods, and statements.

Parameters:

  • uuid (required): UUID of the file

save_file

Save/update a file with its full configuration. This finalizes the file after create_file.

Parameters:

  • uuid (required): UUID of the file
  • name (required): File name (without extension)
  • type (required): File type ("js", "class", "controller", "model", "middleware")
  • extension (optional): File extension ("vue" for Vue SFCs)
  • template (optional): Array of root element UUIDs for Vue <template> section
  • data (optional): Array of METHOD UUIDs only (functions)
  • statements (optional): Array of STATEMENT UUIDs (imports, variables, refs)
  • includes (optional): Array of file UUIDs to import

Important: data = method UUIDs only, statements = statement UUIDs (code outside methods)


search_files

Search for files in the project by name or type.

Parameters:

  • name (optional): File name pattern to search for
  • type (optional): File type filter

Method Tools

create_method

Create a method signature in a file (without implementation).

Parameters:

  • file (required): UUID of the file to add the method to
  • name (required): Method name (e.g., "increment", "store", "handleClick")
  • visibility (optional): "public", "protected", or "private" (PHP only, default: "public")
  • is_static (optional): Whether the method is static (PHP only, default: false)
  • returnType (optional): Return type (e.g., "int", "string", "void")
  • parameters (optional): Array of {name, type} objects

add_method_body

Parse and add code to a method body. Stellify parses the code into structured JSON statements.

Parameters:

  • file_uuid (required): UUID of the file containing the method
  • method_uuid (required): UUID of the method to add code to
  • code (required): Code for the method body (just the statements, no function declaration)

Example:

Code
code: "return $a + $b;"

search_methods

Search for methods in the project by name or within a specific file.

Parameters:

  • name (optional): Method name to search for (supports wildcards)
  • file_uuid (optional): Filter results to a specific file

Statement Tools

create_statement

Create an empty statement in a file. This is step 1 of 2 - you must call add_statement_code next.

Parameters:

  • file (optional): UUID of the file to add the statement to
  • method (optional): UUID of the method to add the statement to (for method body statements)

Use cases:

  • PHP: Class properties, use statements, constants
  • JS/Vue: Variable declarations, imports, reactive refs

add_statement_code

Add code to an existing statement. This is step 2 of 2 - call after create_statement.

Parameters:

  • file_uuid (required): UUID of the file containing the statement
  • statement_uuid (required): UUID of the statement to add code to
  • code (required): The code to add

Examples:

server.ts
code: "use Illuminate\\Http\\Request;"
code: "const count = ref(0);"
code: "import { ref } from 'vue';"

get_statement

Get a statement by UUID with its clauses (code tokens).

Parameters:

  • uuid (required): The UUID of the statement

Route Tools

create_route

Create a new route/page in a Stellify project.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Coding Agents View all alternatives
  • Codegraphcontext logoCodegraphcontext

    An MCP server that indexes local code into a graph database to provide context to AI assistants with a graphical code visualizations for humans.

    πŸ€– Coding Agents3 views
    Compare vs Codegraphcontext β†’
  • Ssh MCP logoSsh MCP

    MCP server exposing SSH control for Linux and Windows servers via Model Context Protocol. Securely execute remote shell commands with password or SSH key authentication.

    πŸ€– Coding Agents2 views
    Compare vs Ssh MCP β†’
  • Leetcode MCP Server logoLeetcode MCP Server

    MCP server enabling automated access to LeetCode's programming problems, solutions, submissions and public data with optional authentication for user-specific features (e.g., notes), supporting both leetcode.com (global) and leetcode.cn (China) sites.

    πŸ€– Coding Agents5 views
    Compare vs Leetcode MCP Server β†’
  • L
    Loki Mode

    Autonomous spec-to-product coding-agent CLI with an MCP server exposing 34 tools over stdio.

    πŸ€– Coding Agents1 views
    Compare vs Loki Mode β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
1
Stargazers on the source repository.
Last commit
2mo ago
Most recent push to the default branch.
Tools exposed
32
Callable tools this server registers over MCP.
Directory activity
1 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Stellify MCP

stellify-mcp is a hosted MCP server. Add it as a remote server in your client's config: "mcpServers": { "stellify-mcp": { "url": "https://api.stellisoft.com/v1" } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewStellify MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/stellify-mcp?style=directory)](https://allmcps.com/mcp/stellify-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/stellify-mcp"><img src="https://allmcps.com/api/badge/stellify-mcp?style=directory" alt="Stellify MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ€–Coding Agents
More technical detailsExpand β–Ύ
TransportSSE (Remote)
Last updatedJul 23, 2026
4/5 checks healthy over the last 46d
Views1
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 23, 2026
51Quality signal: Good Β· 51/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools25/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ€– Coding Agents β†’Best MCP servers for Coding Agents β†’Alternatives to Stellify MCP β†’Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients