Kamy-plugin
Open Plugins distribution for Kamy — install Kamy PDF generation in Cursor, Claude Code, and any Open-Plugins-compatible AI agent.
README
<p align="center"> <a href="https://kamy.dev"> <img alt="Kamy" src="https://kamy.dev/icon.png" width="96"> </a> </p>
<h1 align="center">Kamy Plugin</h1>
<p align="center"> <a href="https://www.npmjs.com/package/@kamydev/sdk"><img alt="SDK" src="https://img.shields.io/npm/v/@kamydev/sdk?label=%40kamydev%2Fsdk&color=1863dc"></a> <a href="https://www.npmjs.com/package/@kamydev/cli"><img alt="CLI" src="https://img.shields.io/npm/v/@kamydev/cli?label=%40kamydev%2Fcli&color=1863dc"></a> <a href="https://kamy.dev"><img alt="kamy.dev" src="https://img.shields.io/badge/website-kamy.dev-1863dc.svg"></a> <img alt="MIT License" src="https://img.shields.io/badge/license-MIT-blue.svg"> </p>
Open Plugins distribution for Kamy — install Kamy PDF generation in Cursor, Claude Code, and any other Open-Plugins-compatible AI coding agent.
This repository ships only the plugin manifest and the agent-facing assets (skill, rules, sub-agent, MCP config). The Kamy API, dashboard, SDK source, and template engine live in private infrastructure; this repo is the install surface for AI agents.
What's in this plugin
| Path | Component | Purpose |
|---|---|---|
.plugin/plugin.json |
Manifest | Name, version, metadata, declared components |
skills/kamy/SKILL.md |
Skill | Teaches the agent when and how to render PDFs |
rules/kamy-sdk.mdc |
Rule | Coding conventions for @kamydev/sdk and the REST API |
agents/pdf-template-author.md |
Sub-agent | Specialised template-design agent (Handlebars + print CSS) |
.mcp.json |
MCP server | Hosted MCP at mcp.kamy.dev exposing render tools |
Install
Point your Open-Plugins-compatible agent at this repository and follow the host's plugin-install flow:
https://github.com/Kamy-Development/kamy-plugin
The agent reads .plugin/plugin.json and loads the components automatically.
You will also need a Kamy API key. Grab one from
kamy.dev/dashboard/keys and expose it as
KAMY_API_KEY in your environment so the MCP server picks it up.
Use Kamy without the plugin
If you don't use an Open-Plugins-compatible agent, install the SDK or CLI directly:
# SDK (Node, Bun, Deno, Workers, Edge, browser)
npm i @kamydev/sdk
# CLI (scripts, CI, previews)
npm i -g @kamydev/cli
Full docs at kamy.dev/docs.
Support
- Docs — kamy.dev/docs
- Status — kamy.dev/status
- Changelog — kamy.dev/changelog
- Email — support@kamy.dev
- Security — security@kamy.dev
License
MIT — see LICENSE.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.