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.
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.
git clone https://github.com/apinetwork/piapi-mcp-server
cd piapi-mcp-server
npm install
.env
file in the project root:PIAPI_API_KEY=your_api_key_here
npm run build
npm start
Add this to your Claude Desktop configuration file (~/Library/Application Support/Claude/claude_desktop_config.json
on macOS or %APPDATA%\Claude\claude_desktop_config.json
on Windows):
{
"mcpServers": {
"piapi": {
"command": "node",
"args": ["/absolute/path/to/piapi-mcp-server/dist/index.js"],
"env": {
"PIAPI_API_KEY": "your_api_key_here"
}
}
}
}
piapi-mcp-server/
├── src/
│ ├── index.ts # Main server entry point
├── package.json
├── tsconfig.json
└── .env
MIT
Duckduckgo Mcp Server
A Model Context Protocol (MCP) server that provides web search capabilities through DuckDuckGo, with additional features for content fetching and parsing.
Azure Mcp
The Azure MCP Server, bringing the power of Azure to your agents.
Mcp Wegene Assistant
MCP server to analyze your genetic test results from WeGene
a cli/mcp server tool for managing mcp server json config file with version control, profiles and multi-client support
A Python package enabling LLM models to interact with the Memos server via the MCP interface for searching, creating, retrieving, and managing memos.
ClickUp MCP Server - Integrate ClickUp project management with AI through Model Context Protocol
Share code with LLMs via Model Context Protocol or clipboard. Rule-based customization enables easy switching between different tasks (like code review and documentation). Includes smart code outlining.