Novence hosted MCP plugin for Claude Code, Cursor, and MCP clients
git clone https://github.com/LincChad/novence-mcp{
"mcpServers": {
"novence-mcp": {
"command": "node",
"args": ["/path/to/novence-mcp/dist/index.js"],
"env": {
"NOVENCE_API_KEY": "<novence_api_key>"
}
}
}
}NOVENCE_API_KEYMCP Servers overview
# Novence MCP
Hosted [Model Context Protocol](https://modelcontextprotocol.io) 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](https://novence.ai/mcp)
- **Privacy:** [novence.ai/privacy](https://novence.ai/privacy)
This repository is the **Claude Code plugin / install package** ([LincChad/novence-mcp](https://github.com/LincChad/novence-mcp)). The MCP server itself is hosted; there is nothing to run locally.
## Get an API key
```bash
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.
## Claude Code (this plugin)
Claude stores the key via **plugin `userConfig`** (macOS Keychain / protected credentials) — prefer this over shell env.
```bash
claude plugin validate .
claude --plugin-dir .
```
Or install from a marketplace after this repo is listed in the Claude plugin directory.
1. Enable the plugin (you can leave the API key blank, bootstrap, then fill it in).
2. Set **Novence API key** in plugin settings, or pass `--config api_key='nv_…'` at install.
3. Confirm tools with `/mcp`.
The plugin’s `.mcp.json` sends `Authorization: Bearer ${user_config.api_key}`. See [SETUP.md](./SETUP.md).
## Cursor / shell
Use the environment variable pattern (not Claude plugin Keychain):
```bash
export NOVENCE_API_KEY='nv_…'
```
Add to `~/.cursor/mcp.json` (or project `.cursor/mcp.json`):
```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](https://novence.ai/mcp#connect)
## Generic MCP clients
```json
{
"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](https://registry.modelcontextprotocol.io).
## License
MIT — see [LICENSE](./LICENSE).
What people ask about novence-mcp
What is LincChad/novence-mcp?
+
LincChad/novence-mcp is mcp servers for the Claude AI ecosystem. Novence hosted MCP plugin for Claude Code, Cursor, and MCP clients It has 0 GitHub stars and was last updated today.
How do I install novence-mcp?
+
You can install novence-mcp by cloning the repository (https://github.com/LincChad/novence-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is LincChad/novence-mcp safe to use?
+
LincChad/novence-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.
Who maintains LincChad/novence-mcp?
+
LincChad/novence-mcp is maintained by LincChad. The last recorded GitHub activity is from today, with 0 open issues.
Are there alternatives to novence-mcp?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy novence-mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/lincchad-novence-mcp)<a href="https://claudewave.com/repo/lincchad-novence-mcp"><img src="https://claudewave.com/api/badge/lincchad-novence-mcp" alt="Featured on ClaudeWave: LincChad/novence-mcp" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!