studiox-skills-mcp
OfficialClick 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., "@studiox-skills-mcplist all frontend skills"
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.
STUDIO X Skills MCP Server
MCP-server som gir tilgang til STUDIO X sine 100+ development skills via Claude Code og andre MCP-klienter.
Installasjon
Via npx (anbefalt)
Legg til i Claude Code settings (~/.claude/settings.json):
{
"mcpServers": {
"sx-autopilot": {
"command": "npx",
"args": ["-y", "studiox-skills-mcp"],
"env": {
"CONVEX_URL": "https://steady-lobster-463.convex.cloud"
}
}
}
}Global installasjon
npm install -g studiox-skills-mcpDeretter i settings:
{
"mcpServers": {
"sx-autopilot": {
"command": "studiox-skills-mcp",
"env": {
"CONVEX_URL": "https://steady-lobster-463.convex.cloud"
}
}
}
}Related MCP server: claude-oracle-mcp
Tilgjengelige verktøy
Verktøy | Beskrivelse |
| Hent en spesifikk skill med fullt innhold |
| List alle skills, valgfritt filtrert på kategori |
| Søk etter skills basert på nøkkelord |
| Analyser kravspek og få skill-forslag |
| Generer CONTEXT.md med valgte skills |
Eksempler
# I Claude Code
> Hent skill for PWA-utvikling
> Søk etter skills om autentisering
> Analyser denne kravspesifikasjonen og foreslå skillsKategorier
frontend- React, TypeScript, UI/UXbackend- API, database, serverintegration- Betalinger, auth, eksterne tjenesterdesign- Design systems, patternsdevops- CI/CD, deploymentprocess- Estimering, prosjektstyring
Utvikling
# Installer avhengigheter
bun install
# Kjør i utviklingsmodus
bun run dev
# Bygg for produksjon
bun run buildPublisering til npm
npm login
npm publishThis 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.
Latest Blog Posts
- 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/studioxdeveloper/studiox-skills-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server