MCP Directory
Back

astria-mcp

by astriaai · TypeScript · ★ 1

ModelContextProtocol server for Astria

Install

npx -y github:astriaai/astria-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "astria-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:astriaai/astria-mcp"
      ]
    }
  }
}

From the README

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: Open your Claude desktop app, and go to settings -> Developer -> Edit config
Read full README on GitHub →

Related other servers