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/tagsget_skill(slug)- SKILL.md + metadata + permissionsget_plugin(slug)- plugin manifest + permissions (index + link only, never vendor-copied)list_categories()- taxonomy treecheck_updates(installed_slugs[])- compare installed versions to the cataloginstall_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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5df7bcca8c96c5425fe2028c10dfcdc86b289f08c6d778df6cbd559772911ca
|
|
| MD5 |
76f89aa025a1172d425410d4f3abe5dd
|
|
| BLAKE2b-256 |
f7a9d00c21f181c3e7ba376a219f9d64057e65549a7d4ccca8811302e5d0ef36
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
001b77c11879824df81cf72b5db06893c0188ae5d206748cfbb4fe8454eb77ea
|
|
| MD5 |
8b6e4b3385495d7f431e9a9671c99bb1
|
|
| BLAKE2b-256 |
272af56152873e9a478c0e6d9bdb5cb025838e2b68494104be8208683050076c
|