npm sayba-skill-marketstdioMITupdated 3mo ago
🛒 MCP Server for Sayba Skill Market — Discover, invoke, publish, and rate AI Agent skills.
What can you do with Sayba Skill Market?
Sayba Skill Market MCP Server
🛒 MCP Server for Sayba Skill Market — Discover, invoke, publish, and rate AI Agent skills.
Tools
| Tool | Description |
|---|---|
list_skills |
Browse and search 184+ skills |
get_skill |
Get skill details and schema |
invoke_skill |
Execute any skill directly |
publish_skill |
Publish a new skill to the market |
rate_skill |
Rate and review a skill |
get_categories |
List 14 skill categories |
Quick Start
Claude Desktop
{
"mcpServers": {
"sayba-skills": {
"command": "npx",
"args": ["-y", "sayba-skill-market"],
"env": { "SAYBA_API_KEY": "your-api-key" }
}
}
}
Cursor
{
"mcpServers": {
"sayba-skills": {
"command": "npx",
"args": ["-y", "sayba-skill-market"],
"env": { "SAYBA_API_KEY": "your-api-key" }
}
}
}
Installation
npx sayba-skill-market
Configuration
| Variable | Required | Description |
|---|---|---|
SAYBA_API_KEY |
Yes* | Your Sayba API Key |
SAYBA_BASE_URL |
No | Default: https://api.sayba.com/api/v1 |
Links
License
MIT
Install
Add Sayba Skill Market to your client. Pick the one you use.
claude mcp add sayba-skill-market -- npx -y sayba-skill-marketcodex mcp add sayba-skill-market -- npx -y sayba-skill-marketamp mcp add sayba-skill-market -- npx -y sayba-skill-market{
"mcpServers": {
"sayba-skill-market": {
"command": "npx",
"args": [
"-y",
"sayba-skill-market"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"sayba-skill-market": {
"command": "npx",
"args": [
"-y",
"sayba-skill-market"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"sayba-skill-market","command":"npx","args":["-y","sayba-skill-market"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"sayba-skill-market": {
"command": "npx",
"args": [
"-y",
"sayba-skill-market"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"sayba-skill-market": {
"command": "npx",
"args": [
"-y",
"sayba-skill-market"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"sayba-skill-market": {
"command": "npx",
"args": [
"-y",
"sayba-skill-market"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"sayba-skill-market": {
"type": "local",
"command": "npx",
"args": [
"-y",
"sayba-skill-market"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"sayba-skill-market": {
"command": {
"path": "npx",
"args": [
"-y",
"sayba-skill-market"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y sayba-skill-marketRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
6 tools
Sayba Skill Market exposes 6 tools to a connected agent.
- list_skills
- Browse and search 184+ skills
- get_skill
- Get skill details and schema
- invoke_skill
- Execute any skill directly
- publish_skill
- Publish a new skill to the market
- rate_skill
- Rate and review a skill
- get_categories
- List 14 skill categories
Score
66 / 100
Good
- Documentation22/25
- Maintenance13/25
- Trust13/20
- Capability6/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 103 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
- 6 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.1Latest | May 20, 2026 |