Novence
Hosted MCP for creating, checking, deploying, and hosting static sites for AI agents.
Install
mcp_config.json
{
"mcpServers": {
"ai-novence-mcp": {
"url": "https://api.novence.ai/mcp",
"type": "streamable-http"
}
}
}Documentation
Novence MCP
Hosted Model Context Protocol server for Novence — static site hosting for AI agents.
- Endpoint:
https://api.novence.ai/mcp(streamable HTTP) - Auth:
Authorization: Bearer nv_… - Docs: novence.ai/mcp
- Privacy: novence.ai/privacy
This repository is the Claude Code plugin / install package (LincChad/novence-mcp). The MCP server itself is hosted; there is nothing to run locally.
Get an API key
curl -sS -X POST https://api.novence.ai/v1/bootstrap \
-H 'Content-Type: application/json' \
-d '{"email":"you@example.com"}'
Verify the emailed OTP when prompted to unlock full Free quotas.
Install (Claude Code)
claude plugin marketplace add LincChad/novence-mcp
# or: enable from the Claude plugin directory after listing is approved
Then set Novence API key in plugin settings (Keychain). See SETUP.md. Run /reload-plugins if you filled the key after enabling.
Claude stores the key via plugin userConfig — prefer this over shell env. The plugin’s .mcp.json sends Authorization: Bearer ${user_config.api_key}.
Cursor / shell
export NOVENCE_API_KEY='nv_…'
Add to ~/.cursor/mcp.json (or project .cursor/mcp.json):
{
"mcpServers": {
"novence": {
"url": "https://api.novence.ai/mcp",
"headers": {
"Authorization": "Bearer ${env:NOVENCE_API_KEY}"
}
}
}
}
One-click install: Add to Cursor
Generic MCP clients
{
"mcpServers": {
"novence": {
"url": "https://api.novence.ai/mcp",
"headers": {
"Authorization": "Bearer nv_…"
}
}
}
}
Tools
| Tool | Description |
|---|---|
create_project / list_projects / get_project / update_project_settings | Project lifecycle |
get_upload_url / get_upload_urls_batch / confirm_upload / confirm_uploads_batch | Upload site files |
list_files / get_file / delete_file | Manage project files |
deploy / get_deployment_status / get_preview_url | Publish and poll until live |
run_checks / get_checks_results | Quality checks (Lighthouse, a11y, links) |
configure_custom_domain / get_domain_status | Custom domains |
create_form / list_forms / update_form / list_form_submissions / delete_form_submission | Forms |
get_quotas_and_usage / get_project_usage / update_project_settings (analytics_enabled) / get_project_analytics / get_account | Quotas, usage, and opt-in site traffic |
create_account_session / get_account_console_kit | Billing/account console kit (never embed nv_ in HTML) |
Official registry
Published as ai.novence/mcp on registry.modelcontextprotocol.io.
License
MIT — see LICENSE.
Sourced from the repository README.
More in AI & Agents
- PonytailMakes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.109,599
- AgentsMulti-harness agentic plugin marketplace for Claude Code, Codex, Cursor, OpenCode, GitHub Copilot, and Google Antigravity39,079
- Frontend SlidesCreate beautiful slides on the web using a coding agent's frontend skills28,060
- Agent Skills Search ServerSearch and discover Agent Skills from the skills.sh registry. Powered by HAPI MCP server.24,658
- Agency Agents Zh🎭 267 个即插即用的 AI 专家角色 — 支持 Hermes Agent/Claude Code/Cursor/Copilot 等 18 种工具,覆盖工程/设计/营销/金融等 20 个部门。含 52 个中国市场原创智能体(小红书/抖音/微信/飞书/钉钉等)。搭配编排器 agency-orchestrator,一句话即可让多位专家按 DAG 自动协作。19,868
- Watermarks RemoverStrip multi-vendor AI provenance marks: Unicode text hygiene, statistical rewrite hooks, and C2PA/metadata from PNG/JPEG/SVG/PDF/DOCX/HTML/MD17,822