Skip to main content

skyboy-mcp (PyPI)

A thin PyPI wrapper for the Skyboy MCP server. The server itself is implemented once in TypeScript (@skyboy/mcp-server) and published on npm. This package runs that same core for Python users: it checks that Node.js is present, then hands off to npx -y @skyboy/mcp-server.

Install

pipx install skyboy-mcp
# or
pip install skyboy-mcp

Usage

skyboy-mcp

This starts the stdio MCP server locally. Point an MCP-compatible agent at it with the stdio transport:

{
  "mcpServers": {
    "skyboy": {
      "command": "skyboy-mcp",
      "type": "stdio"
    }
  }
}

Node-at-runtime

This package shells out to npx, so Node.js must be on your PATH. It does not ship a pure-Python MCP implementation. That is deliberate: the brief specifies one MCP core (TypeScript) with a PyPI wrapper so Python users reach the same tools without a second implementation to maintain.

If you would rather avoid the wrapper, install the npm core directly:

npm install -g @skyboy/mcp-server

Tool surface (stdio, full mode)

  • search_skills(query, category?, agent?) - fuzzy search slug/name/description/tags
  • get_skill(slug) - SKILL.md + metadata + permissions
  • get_plugin(slug) - plugin manifest + permissions (index + link only, never vendor-copied)
  • list_categories() - taxonomy tree
  • check_updates(installed_slugs[]) - compare installed versions to the catalog
  • install_skill(slug, target_dir?) - write skill files to a local folder (stdio only)

The hosted remote endpoint (https://mcp.skyboy.in) exposes only the read-only tools (search, get, list, check_updates); install_skill is local-only because it writes to your filesystem.

License

MIT

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

skyboy_mcp-0.1.0.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

skyboy_mcp-0.1.0-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

Details for the file skyboy_mcp-0.1.0.tar.gz.

File metadata

  • Download URL: skyboy_mcp-0.1.0.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.15

File hashes

Hashes for skyboy_mcp-0.1.0.tar.gz
Algorithm Hash digest
SHA256 a5df7bcca8c96c5425fe2028c10dfcdc86b289f08c6d778df6cbd559772911ca
MD5 76f89aa025a1172d425410d4f3abe5dd
BLAKE2b-256 f7a9d00c21f181c3e7ba376a219f9d64057e65549a7d4ccca8811302e5d0ef36

See more details on using hashes here.

File details

Details for the file skyboy_mcp-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: skyboy_mcp-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 4.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.15

File hashes

Hashes for skyboy_mcp-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 001b77c11879824df81cf72b5db06893c0188ae5d206748cfbb4fe8454eb77ea
MD5 8b6e4b3385495d7f431e9a9671c99bb1
BLAKE2b-256 272af56152873e9a478c0e6d9bdb5cb025838e2b68494104be8208683050076c

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.0 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page