How to install tadata-org/fastapi_mcp. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
tadata-org/fastapi_mcp Installation Guide
How to install tadata-org/fastapi_mcp. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for tadata-org/fastapi_mcp. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i tadata-org/fastapi_mcpor
Install via npx
npx @hexmos/ipm i tadata-org/fastapi_mcpPrerequisites
Python
languageVersion: >=3.10.0, <4.0.0
uv
package_managerVersion: 0.12.0
pip
package_managerVersion: 23.1.1
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Package Manager Installation
uv add fastapi-mcp
pip install fastapi-mcpPost Installation Steps
- Start the server: `uvicorn main:app --reload`
- Run migrations: `python manage.py makemigrations && python manage.py migrate`
