Content Calendar Agent by Nova (CIVAI)
मैं मार्कडाउन सामग्री कैलेंडर बनाता हूँ और उन्हें PDF जनरेटर MCP के माध्यम से PDF के रूप में निर्यात करता हूँ।
दस्तावेज़
Content Calendar Agent by Nova (CIVAI)
I create markdown content calendars and export them as PDFs via PDF Generator MCP
Keywords: mcp-server, model-context-protocol, nova-by-civai, remote-mcp, streamable-http, civai, cursor, claude-desktop, content-calendar, marketing, social-content
Remote Model Context Protocol (MCP) server from Nova by CIVAI. Connect from Cursor, Claude Desktop, Claude Code, or any MCP client that supports Streamable HTTP.
Links
| Resource | URL |
|---|---|
| MCP endpoint | https://nova.civai.co/mcp/agents/content-calendar-agent |
| Agent page | https://nova.civai.co/agent/content-calendar-agent |
| API keys | https://nova.civai.co/api-keys |
| Official Registry | co.civai.nova/content-calendar-agent |
Prerequisites
- Sign in at nova.civai.co/api-keys
- Create a programmatic Nova API key (JWT)
- Add the server to your MCP client with
Authorization: Bearer <your_nova_jwt>
Cursor Marketplace plugin
This repository ships a Cursor Plugin manifest (.cursor-plugin/plugin.json + root mcp.json) for one-click install after marketplace review. Users configure NOVA_API_KEY in Cursor Plugins → Configure (never commit secrets).
Local test: copy this folder to ~/.cursor/plugins/local/content-calendar-agent-by-nova, reload the window, set NOVA_API_KEY, verify MCP tools load.
Cursor (manual MCP)
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"content-calendar-agent-by-nova": {
"url": "https://nova.civai.co/mcp/agents/content-calendar-agent",
"headers": {
"Authorization": "Bearer YOUR_NOVA_API_KEY"
}
}
}
}
Claude Code
claude mcp add --transport http content-calendar-agent-by-nova \
https://nova.civai.co/mcp/agents/content-calendar-agent \
--header "Authorization: Bearer $NOVA_API_KEY"
Transport
- Type: Streamable HTTP (stateless)
- Auth: Bearer JWT or
X-API-Keyheader - Tools: 9 (bundled catalog)
About Nova by CIVAI
Nova by CIVAI is a platform for running, building, and deploying AI agents. This MCP server exposes Content Calendar Agent tools to external MCP hosts without sharing upstream credentials.
| Company | CIVAI TECHNOLOGIES |
| Creator | Kayode Femi Amoo |
| Product | Nova by CIVAI |
License
MIT. See LICENSE.