novence-mcp
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
Claude Code (this plugin)
Claude stores the key via plugin userConfig (macOS Keychain / protected credentials) — prefer this over shell env.
claude plugin validate .
claude --plugin-dir .Or install from a marketplace after this repo is listed in the Claude plugin directory.
Enable the plugin (you can leave the API key blank, bootstrap, then fill it in).
Set Novence API key in plugin settings, or pass
--config api_key='nv_…'at install.Confirm tools with
/mcp.
The plugin’s .mcp.json sends Authorization: Bearer ${user_config.api_key}. See SETUP.md.
Cursor / shell
Use the environment variable pattern (not Claude plugin Keychain):
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 (replace the key after install, or use env interpolation):
Generic MCP clients
{
"mcpServers": {
"novence": {
"url": "https://api.novence.ai/mcp",
"headers": {
"Authorization": "Bearer nv_…"
}
}
}
}Official registry
Published as io.github.LincChad/novence-mcp on registry.modelcontextprotocol.io.
License
MIT — see LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- -license-quality-maintenanceAn MCP server that automatically generates static websites from natural language instructions, creating Next.js-based sites with optional automatic deployment to AWS S3.Last updated
- Flicense-qualityDmaintenanceA self-hosted MCP server that enables AI assistants to deploy and manage static websites directly on EdgeOne Pages platform with KV storage support.Last updated
- AlicenseAqualityFmaintenanceMCP server for Shipstatic — deploy and manage static sites from AI agents. Works with Claude Code, Cursor, VS Code Copilot, and any MCP-compatible client.Last updated154685MIT
- Alicense-qualityBmaintenanceMCP server for Deloc — deploy static sites from AI coding agents. Say "deploy this to Deloc" in Claude Code or Cursor and get a live URL back without leaving your editor.Last updated4MIT
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