Back to Discover

novence-mcp

connector

LincChad

Hosted MCP for creating, checking, deploying, and hosting static sites for AI agents.

View on GitHub
0 starsSynced Aug 4, 2026

Install to Claude Code

/plugin marketplace add LincChad/novence-mcp

README

Novence MCP

Hosted Model Context Protocol server for Novence — static site hosting for AI agents.

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"}'

Export the returned key:

export NOVENCE_API_KEY='nv_…'

Verify the emailed OTP when prompted to unlock full Free quotas.

Claude Code (this plugin)

claude plugin validate .
claude --plugin-dir .

Or install from a marketplace after this repo is listed in the Claude plugin directory.

Set NOVENCE_API_KEY in your environment before using tools. See SETUP.md.

Cursor

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):

Add to Cursor

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.

Rendered live from LincChad/novence-mcp's GitHub README — not stored, always reflects the source repo.

1 Install Method

NameDescriptionCategorySource
streamable-http remoteHosted streamable-http endpointmcp-serverhttps://api.novence.ai/mcp

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.