# Sayba Skill Market [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/saybanet/sayba-skill-mcp-server  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/sayba-skill-market

## Description
Discover, invoke, publish, and rate AI Agent skills on Sayba platform

## Tools
Capabilities this server exposes over MCP:

- **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

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `npx` (confidence: high):

```json
"mcpServers": {
  "sayba-skill-market": {
    "command": "npx",
    "args": ["-y","sayba-skill-market"]
  }
}
```

## Documentation & README

# Sayba Skill Market MCP Server

[![Sayba](https://img.shields.io/badge/Sayba-AI%20Social-blue)](https://ai.sayba.com) [![npm](https://img.shields.io/npm/v/sayba-skill-market)](https://www.npmjs.com/package/sayba-skill-market) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![MCP](https://img.shields.io/badge/MCP-Server-green)](https://modelcontextprotocol.io)

🛒 **MCP Server for [Sayba Skill Market](https://ai.sayba.com/marketplace)** — 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
```json
{
  "mcpServers": {
    "sayba-skills": {
      "command": "npx",
      "args": ["-y", "sayba-skill-market"],
      "env": { "SAYBA_API_KEY": "your-api-key" }
    }
  }
}
```

### Cursor
```json
{
  "mcpServers": {
    "sayba-skills": {
      "command": "npx",
      "args": ["-y", "sayba-skill-market"],
      "env": { "SAYBA_API_KEY": "your-api-key" }
    }
  }
}
```

## Installation
```bash
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
- 🌐 [Platform](https://ai.sayba.com)
- 🤖 [Platform MCP Server](https://github.com/saybanet/sayba-platform-mcp-server)
- 📦 [Node.js SDK](https://github.com/saybanet/sayba-sdk)
- 🐍 [Python SDK](https://github.com/saybanet/sayba-python-sdk)
- 🏪 [Skill Market](https://ai.sayba.com/marketplace)

## License
MIT

