MCP Directory
Back

piapi-mcp-server

by apinetwork · TypeScript · ★ 71

A TypeScript implementation of a Model Context Protocol (MCP) server that integrates with PiAPI's API. PiAPI makes user able to generate media content with Midjourney/Flux/Kling/LumaLabs/Udio/Chrip/Trellis directly from Claude or any other MCP-compatible apps.

Install

npx -y github:apinetwork/piapi-mcp-server

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": {
    "piapi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:apinetwork/piapi-mcp-server"
      ]
    }
  }
}

From the README

[](https://piapi.ai) [](https://piapi.ai/docs) [](https://discord.gg/qRRvcGa7Wb) [](https://smithery.ai/server/piapi-mcp-server) A TypeScript implementation of a Model Context Protocol (MCP) server that integrates with PiAPI's API. PiAPI makes user able to generate media content with Midjourney/Flux/Kling/LumaLabs/Udio/Chrip/Trellis directly from Claude or any other MCP-compatible apps. Note: Time-consuming tools like video generation may not complete due to Claude's timeout limitations - [x] Base Image toolkit - [x] Base Video toolkit - [x] Flux Image generation from text/image prompt - […
Read full README on GitHub →

Related other servers