Integrates Stability AI's image generation and manipulation capabilities for editing, upscaling, and more via Stable Diffusion models.
Sign Up for a Stability AI Account
Generate or Find Your API Key
- After logging in, navigate to the “API Keys” section at https://platform.stability.ai/account/keys.
- Click “Create New Key” if you do not have an active key, or copy an existing key listed there.
- Your API key will look similar to
sk-1234567890
.
Fill in the FastMCP Connection Interface
- Use the “Install Now” button or connect via your usual MCP connection interface.
- When prompted in the FastMCP connection interface, paste your Stability AI API key into the
STABILITY_AI_API_KEY
field.
(Optional) Set the Image Storage Directory
- If desired, specify a local directory where generated images should be saved by filling in the
IMAGE_STORAGE_DIRECTORY
field with a valid path (e.g., /Users/<username>/Downloads/stability-ai-images
).
(Optional) Advanced Cloud Storage
- If you want to use Google Cloud Storage for saving images (SSE mode), fill in the related fields:
GCS_PROJECT_ID
GCS_CLIENT_EMAIL
GCS_PRIVATE_KEY
GCS_BUCKET_NAME
- These are required only for cloud storage and not typical local usage.
Complete the Installation
- Save or apply the settings in your FastMCP connection interface.
- The server is now ready to use with the provided API key.
Note: All required values should be entered directly into the FastMCP connection interface during setup.