Installation¶
Library Only¶
This gives you every tool as a direct Python import — no server, no extra dependencies.
With Server Extras¶
If you want to expose tools as REST API or MCP endpoints:
# Full server (OpenAPI + MCP, Python 3.10+)
pip install toolregistry-hub[server]
# OpenAPI server only
pip install toolregistry-hub[server_openapi]
# MCP server only (Python 3.10+)
pip install toolregistry-hub[server_mcp]
Docker¶
Pre-built images are available on Docker Hub:
See Docker Deployment for compose files and production setup.
Verify¶
Next Steps¶
- Quick Start — try tools in 60 seconds
- Library Usage — full library guide
- Server Mode — deploy as an API server