MCP Server for API易 / Gemini API integration with multimodal file processing support (video, audio, image, PDF)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"apiyi-mcp-server": {
"command": "npx",
"args": [
"-y",
"2799662352/apiyi-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add apiyi-mcp-server npx -y 2799662352/apiyi-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"apiyi-mcp-server": {
"command": "npx",
"args": [
"-y",
"2799662352/apiyi-mcp-server"
]
}
}
}