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_KEYResumen de MCP Servers
# 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).
Lo que la gente pregunta sobre novence-mcp
¿Qué es LincChad/novence-mcp?
+
LincChad/novence-mcp es mcp servers para el ecosistema de Claude AI. Novence hosted MCP plugin for Claude Code, Cursor, and MCP clients Tiene 0 estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala novence-mcp?
+
Puedes instalar novence-mcp clonando el repositorio (https://github.com/LincChad/novence-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar LincChad/novence-mcp?
+
LincChad/novence-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.
¿Quién mantiene LincChad/novence-mcp?
+
LincChad/novence-mcp es mantenido por LincChad. La última actividad registrada en GitHub es de today, con 0 issues abiertos.
¿Hay alternativas a novence-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega novence-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](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>Más 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!