Mobile
Freeby MCP Community
The MCP Server connects AI tools directly to Payoo's GitLab and API platform. This enables AI agents, assistants, and chatbots to read repositories, manage issu
v1.0.230Added Apr 12, 2026
Mobile MCP Server
The MCP Server connects AI tools directly to Payoo's GitLab and API platform. This enables AI agents, assistants, and chatbots to read repositories, manage issu
Installation
Reviews
Installation
Quick install
npx -y @daipham/mobile-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"mobile": {
"command": "npx",
"args": ["-y", "@daipham/mobile-mcp-server"]
}
}
}