SJS.Neos.MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SJS.Neos.MCPshow me all workspaces"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SJS.Neos.MCP
This package may work on Neos 8 but this is NOT TESTED! It is also under development so things can change
Core MCP (Model Context Protocol) server implementation for Neos CMS 9.x.
Quick Start
Neos 9
To get started fast install this FeatureSet:
SJS.Neos.MCP.FeatureSet.Agent — Agent knowledge, analysis, and scenario tools
composer require sjs/neos-mcp sjs/neos-mcp-feature-set-agentThen run the migration
./flow doctrine:migrateRelated MCP server: Kirby MCP
Configuration
Server instances are defined in Configuration/Settings.Server.yaml:
SJS:
Neos:
MCP:
server:
mcp: # <-- This is the default for now
featureSets:
myFeatureSet: \Vendor\Site\MCP\FeatureSet\MyFeatureSetMultiple named server instances can coexist alongside mcp.
Currently onlymcp is used as it is hardcoded for now.
Implementing new Features
Adding a new FeatureSet
Create a class extending
AbstractFeatureSetwith#[Flow\Scope("singleton")].Implement
initialize()to register tools via$this->addTool(...).Optionally override
resourcesList(),resourcesRead(),resourcesTemplatesList(),completionComplete().Register the class in
Configuration/Settings.Server.yamlunderserver.mcp.featureSets.
Tool name prefixes
AbstractFeatureSet automatically derives a prefix from the class name (e.g., WorkspaceFeatureSet → prefix workspace). Tool names are exposed as {prefix}_{tool_name}.
Development
MCP Inspector
yarn run mcp-inspector-cliLaunches the MCP Inspector UI for interactive testing.
References
Related
SJS.Flow.MCP — Flow framework MCP abstractions (server, tools, FeatureSets)
SJS.Neos.MCP.OAuth — OAuth 2.0 authentication for the MCP server
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA simple demonstration MCP server that provides an echo tool and resource for learning how to build MCP servers. Serves as a starting point and template for creating custom MCP server implementations.
- AlicenseNot gradedqualityAmaintenanceCLI-first MCP server for Composer-based Kirby CMS projects that enables IDE or agent to inspect blueprints, templates, plugins, docs, and interact with a real Kirby runtime.59MIT
- AlicenseBqualityBmaintenanceDynamic MCP server for Node.js enabling runtime tool creation, management, and execution in isolated sandboxes (Docker or Node).8171MIT
- AlicenseNot gradedqualityCmaintenanceA minimal, zero-dependency MCP server that enables defining and running tools over stdio transport, without extra features like HTTP or resources.151MIT
Related MCP Connectors
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
The official MCP Server from Mia-Platform to interact with Mia-Platform Console
MCP server for interacting with the Supabase platform
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sjsone/SJS.Neos.MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server