📦
Astria MCP
ModelContextProtocol server for Astria
0 installs
Trust: 34 — Low
Ai
Ask AI about Astria MCP
Powered by Claude · Grounded in docs
I know everything about Astria MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Astria MCP Server
Overiew
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
Setting up with Claude desktop client
In terminal:
git clone https://github.com/astriaai/astria-mcp.git
Open 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"
}
}
}
}
