piapi-mcp-server
The piapi-mcp-server is a TypeScript-based server that implements the Model Context Protocol (MCP), integrated with the PiAPI's API to facilitate media content generation. It supports a range of tools for image, video, and music creation and is compatible with applications like Claude Desktop.
What is the piapi-mcp-server used for?
The piapi-mcp-server is used for generating media content such as images, videos, and music using various tools integrated with PiAPI's API.
What are the prerequisites for using piapi-mcp-server?
You need Node.js 16.x or higher, npm or yarn, and a PiAPI API key to use the piapi-mcp-server.
How can I test the server with MCP Inspector?
Create a .env file with your API key, then run 'npm run inspect' to start the MCP Inspector at http://localhost:5173.
Can I use piapi-mcp-server with Claude Desktop?
Yes, you can configure Claude Desktop to connect with piapi-mcp-server by updating the configuration file with the server details.
Is there a way to adjust the timeout for image generation tasks?
Yes, you can adjust the timeout by adding a timeout parameter to the MCP Inspector URL, e.g., http://localhost:5173?timeout=60000.