novence-mcp
Provides tools for running Lighthouse quality checks on deployed static sites, including performance, accessibility, and best practices audits.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@novence-mcpdeploy this repository as a static site"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: EdgeOne Pages MCP Server
Install (Claude Code)
claude plugin marketplace add LincChad/novence-mcp
# or: enable from the Claude plugin directory after listing is approvedThen 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 |
| Project lifecycle |
| Upload site files |
| Manage project files |
| Publish and poll until live |
| Quality checks (Lighthouse, a11y, links) |
| Custom domains |
| Forms |
| Quotas, usage, and opt-in site traffic |
| Billing/account console kit (never embed |
Official registry
Published as ai.novence/mcp on registry.modelcontextprotocol.io.
License
MIT — see LICENSE.
This server cannot be installed
Maintenance
Related MCP Servers
- -licenseNot gradedqualityNot gradedmaintenanceAn MCP server that automatically generates static websites from natural language instructions, creating Next.js-based sites with optional automatic deployment to AWS S3.
- FlicenseNot gradedqualityDmaintenanceA self-hosted MCP server that enables AI assistants to deploy and manage static websites directly on EdgeOne Pages platform with KV storage support.
- AlicenseAqualityBmaintenanceMCP server for Shipstatic — deploy and manage static sites from AI agents. Works with Claude Code, Cursor, VS Code Copilot, and any MCP-compatible client.152,6977MIT
- AlicenseNot gradedqualityAmaintenanceMCP server for BrewPage, a free no-signup hosting service. Lets AI agents publish HTML, Markdown, JSON, files, or a full multi-file static site and get a public URL instantly via a REST API.2Apache 2.0
Related MCP Connectors
Cloud-hosted MCP server for durable AI memory
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LincChad/novence-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server