by mynaparrot
The open-source, self-hosted video conferencing software. Scalable, customizable, and with a powerful AI Meeting Agent.
# Add to your Claude Code skills
git clone https://github.com/mynaparrot/plugNmeet-serverGuides for using ai agents skills like plugNmeet-server.
Last scanned: 5/18/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-18T08:03:44.466Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}plugNmeet-server is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by mynaparrot. The open-source, self-hosted video conferencing software. Scalable, customizable, and with a powerful AI Meeting Agent. It has 506 GitHub stars.
Yes. plugNmeet-server passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/mynaparrot/plugNmeet-server" and add it to your Claude Code skills directory (see the Installation section above).
plugNmeet-server is primarily written in Go. It is open-source under mynaparrot on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh plugNmeet-server against similar tools.
No comments yet. Be the first to share your thoughts!
Plug-N-Meet is a powerful, open-source web conferencing solution built on the high-performance WebRTC infrastructure of LiveKit. Designed for scalability and easy customization, Plug-N-Meet allows you to seamlessly integrate a feature-rich, self-hosted, and AI-powered video conferencing experience into any existing website, application, or system.
Have questions or ideas? Join our developer community on Discord to connect with the team and discuss your suggestions.

H264, VP8, VP9, and AV1.And many more!
https://demo.plugnmeet.com/landing.html
We've created a simple installation script to deploy all necessary components in minutes.
View the Complete Installation Guide: https://www.plugnmeet.org/docs/installation
Full server API documentation is available in the API Docs.
Requirements:
libreoffice & mupdf-tools for office file support in the whiteboard.Create a config.yaml from the config_sample.yaml and modify it with your environment details.
Using docker
docker run --rm -p 8080:8080 \
-v $PWD/config.yaml:/config.yaml \
mynaparrot/plugnmeet-server \
--config /config.yaml \
You can also follow docker-compose_sample.yaml file.
Please follow this article for details.
We welcome your suggestions for improving plugNmeet! Let's chat on Discord to discuss your suggestions and/or PRs.