renderlytic-mcp-server
v0.1.1
Published
A simple MCP server for Renderlytic API.
Maintainers
Readme
Renderlytic
Renderlytic is a headless CMS that empowers users to create and manage their blog content, which can be seamlessly integrated into various AI-powered clients and web applications, rendering as static HTML. It provides a flexible, decoupled content platform designed for developers and content creators.
🔧 Installation
Install the package via pip:
pip install mcp-renderlyticNote: Please goto Renderlytic Website to obtain your
RENDERLYTIC_API_KEYvalues.
💬 Example Usage
Once the server is running, you can create and manage blog content through the user-friendly editor, and fetch your content via the API for use in your web applications or AI clients.
"renderlytic": {
"command": "npx",
"args": ["renderlytic-mcp-server"],
"env": {
"RENDERLYTIC_API_KEY": "<YOUR_API_TOKEN>"
}
}The system will output your content as static HTML, ready for integration.
📚 References
Renderlytic is designed to be flexible and integrate with AI-powered services and static site generators.
📩 Contact
For access credentials or collaboration inquiries, please contact the Renderlytic team.
🏢 About Renderlytic
Renderlytic is focused on building modern content infrastructure for developers and creators. Our goal is to make content management flexible, performant, and ready for the AI-powered web.
🏷️ Tags
headless-cms • content-management • ai-integration • static-site • javascript • web-development
