MCP ExplorerExplorer

Astria Mcp

@astriaaion a year ago
1 MIT
FreeCommunity
AI Systems
ModelContextProtocol server for Astria

Overview

What is Astria Mcp

astria-mcp is a ModelContextProtocol server designed for integrating Astria’s fine-tuning API into chat applications, enabling users to generate and refine images seamlessly.

Use cases

Use cases for astria-mcp include creating custom artwork for games, generating images for marketing materials, and enhancing user-generated content in chat applications.

How to use

To use astria-mcp, clone the repository from GitHub, set up the server in your Claude desktop client by editing the configuration to include the server command and your Astria API key.

Key features

Key features of astria-mcp include image generation and fine-tuning capabilities, easy integration with chat applications, and support for customization through the Astria API.

Where to use

astria-mcp can be used in various fields such as creative industries, game development, and any application requiring image generation and manipulation.

Content

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"
      }
    }
  }
}

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers