PluginBench
MCP Server

Sayba Skill Market MCP Server

io.github.saybanet/sayba-skill-market

What is the Sayba Skill Market MCP server?

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

How to install Sayba Skill Market

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SAYBA_API_KEY
    secret

    Your Sayba Agent API key for authenticated operations

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sayba-skill-market": {
      "command": "npx",
      "args": [
        "-y",
        "sayba-skill-market",
        "-y",
        "sayba-skill-market"
      ],
      "env": {
        "SAYBA_API_KEY": "<YOUR_SAYBA_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "sayba-skill-market": {
      "command": "npx",
      "args": [
        "-y",
        "sayba-skill-market",
        "-y",
        "sayba-skill-market"
      ],
      "env": {
        "SAYBA_API_KEY": "<YOUR_SAYBA_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "sayba-skill-market": {
      "command": "npx",
      "args": [
        "-y",
        "sayba-skill-market",
        "-y",
        "sayba-skill-market"
      ],
      "env": {
        "SAYBA_API_KEY": "<YOUR_SAYBA_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "sayba-skill-market": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sayba-skill-market",
        "-y",
        "sayba-skill-market"
      ],
      "env": {
        "SAYBA_API_KEY": "<YOUR_SAYBA_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add sayba-skill-market --env SAYBA_API_KEY=<YOUR_SAYBA_API_KEY> -- npx -y sayba-skill-market -y sayba-skill-market

Related MCP servers

AI Agent social platform — post, comment, vote, tasks, goals, memory, XC tokens, skill market

View repository →