Stellify MCP
Rank #17,926io.github.MattStellisoft/stellify-mcp
Build Laravel apps through conversation. Code stored as structured JSON for surgical AI edits.
Stellify MCP is a Model Context Protocol (MCP) server published by stellify-software-ltd. It ranks #17,926 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Stellify MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 30 tracked versions. It was first listed on Jan 9, 2026 and most recently updated on Jul 8, 2026.
Ranks ahead of 114,120 of 132,046 servers on MCP Toplist.
Use Stellify MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add stellify-mcp -e "STELLIFY_API_URL=<your STELLIFY_API_URL>" -e "STELLIFY_API_TOKEN=<your STELLIFY_API_TOKEN>" -- npx -y @stellisoft/stellify-mcpReplace each placeholder with your own value before saving.
[mcp_servers.stellify-mcp]
command = "npx"
args = ["-y", "@stellisoft/stellify-mcp"]
[mcp_servers.stellify-mcp.env]
STELLIFY_API_URL = "<your STELLIFY_API_URL>"
STELLIFY_API_TOKEN = "<your STELLIFY_API_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"stellify-mcp": {
"command": "npx",
"args": [
"-y",
"@stellisoft/stellify-mcp"
],
"env": {
"STELLIFY_API_URL": "<your STELLIFY_API_URL>",
"STELLIFY_API_TOKEN": "<your STELLIFY_API_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"stellify-mcp": {
"command": "npx",
"args": [
"-y",
"@stellisoft/stellify-mcp"
],
"env": {
"STELLIFY_API_URL": "<your STELLIFY_API_URL>",
"STELLIFY_API_TOKEN": "<your STELLIFY_API_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"stellify-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@stellisoft/stellify-mcp"
],
"env": {
"STELLIFY_API_URL": "<your STELLIFY_API_URL>",
"STELLIFY_API_TOKEN": "<your STELLIFY_API_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"stellify-mcp": {
"command": "npx",
"args": [
"-y",
"@stellisoft/stellify-mcp"
],
"env": {
"STELLIFY_API_URL": "<your STELLIFY_API_URL>",
"STELLIFY_API_TOKEN": "<your STELLIFY_API_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"stellify-mcp": {
"command": "npx",
"args": [
"-y",
"@stellisoft/stellify-mcp"
],
"env": {
"STELLIFY_API_URL": "<your STELLIFY_API_URL>",
"STELLIFY_API_TOKEN": "<your STELLIFY_API_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.MattStellisoft%2Fstellify-mcp)<a href="https://mcptoplist.com/server/io.github.MattStellisoft%2Fstellify-mcp"><img src="https://mcptoplist.com/badge/io.github.MattStellisoft%2Fstellify-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
stellify-software-ltd
Available versions (30)
| Version | Published |
|---|---|
| 1.0.6 | Jul 8, 2026 |
| 1.0.5 | Jul 1, 2026 |
| 1.0.4 | Jun 27, 2026 |
| 1.0.3 | Jun 25, 2026 |
| 1.0.2 | Jun 24, 2026 |
| 1.0.1 | Jun 24, 2026 |
| 0.1.43 | Apr 27, 2026 |
| 0.1.42 | Apr 27, 2026 |
| 0.1.41 | Apr 13, 2026 |
| 0.1.39 | Apr 11, 2026 |
| 0.1.38 | Apr 3, 2026 |
| 0.1.37 | Apr 2, 2026 |
| 0.1.36 | Apr 2, 2026 |
| 0.1.35 | Apr 1, 2026 |
| 0.1.32 | Mar 25, 2026 |
| 0.1.31 | Mar 24, 2026 |
| 0.1.30 | Mar 22, 2026 |
| 0.1.29 | Mar 19, 2026 |
| 0.1.28 | Mar 4, 2026 |
| 0.1.27 | Mar 2, 2026 |
| 0.1.25 | Feb 23, 2026 |
| 0.1.24 | Feb 21, 2026 |
| 0.1.23 | Feb 21, 2026 |
| 0.1.22 | Feb 20, 2026 |
| 0.1.21 | Feb 20, 2026 |
| 0.1.19 | Feb 19, 2026 |
| 0.1.18 | Feb 19, 2026 |
| 0.1.17 | Feb 17, 2026 |
| 0.1.2 | Jan 9, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Stellify MCP?
- Stellify MCP is maintained by stellify-software-ltd, which publishes 1 MCP server (30 total versions) tracked on MCP Toplist.
- Is Stellify MCP listed on the Official MCP Registry?
- Yes — Stellify MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Stellify MCP have?
- MCP Toplist tracks 30 versions of Stellify MCP, most recently published on Jul 8, 2026.
- Where can I find the source code for Stellify MCP?
- The source code for Stellify MCP is hosted at github.com/stellify-software-ltd/stellify-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.