This MCP server allows using Astria inside your chat application in order to fine-tune and generate images with Astria fine-tuning API.
/ TODO add Smithery installation instructions and publish to awesome lists and smithery
In terminal:
git clone https://github.com/astriaai/astria-mcp.gitOpen your Claude desktop app, and go to settings -> Developer -> Edit config
{
"mcpServers": {
"astria": {
"command": "node",
"args": [
"PATH_TO_ASTRIA_MCP_SERVER/astria-mcp-server/dist/index.js"
],
"env": {
"ASTRIA_API_KEY": "YOUR_API_KEY => https://www.astria.ai/users/edit#api"
}
}
}
}