Skip to main content
ClaudeWave

Novence hosted MCP plugin for Claude Code, Cursor, and MCP clients

MCP ServersRegistry oficial0 estrellas0 forksMITActualizado today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/LincChad/novence-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "novence-mcp": {
      "command": "node",
      "args": ["/path/to/novence-mcp/dist/index.js"],
      "env": {
        "NOVENCE_API_KEY": "<novence_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/LincChad/novence-mcp and follow its README for install instructions.
Detected environment variables
NOVENCE_API_KEY
Casos de uso

Resumen 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.

Featured on ClaudeWave: LincChad/novence-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/lincchad-novence-mcp)](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

Alternativas a novence-mcp