Easy to Add MCPs
Jilebi makes it really easy to add MCPs by converting them to plugins that can then be used by your AI tool or agent. You can add MCPs with a single command like this jilebi plugins add context7

Plugins are better than MCP servers
Jilebi uses deno_core with help from rustyscript to sandbox and run plugins without giving them any access to your network, envs or file system. Any permission to use these resources needs to be explicitly allowed by the user during installation of the plugin

Simplify MCP development
Focus on tools, resources and prompts. Leave the server abstraction to Jilebi. Jilebi currently supports stdio, and will add support for SSE, HTTP and OAuth soon. Since its easy to make plugins, anyone can contribute, even AI tools. Jilebi can keep up with the MCP spec while you focus on your plugin

Frequently Asked Questions
Get answers to common questions about Jilebi and how it works
jilebi plugins add [plugin-name]. Check out our quick start guide for detailed setup instructions.