Skip to main content
ClaudeWave

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

MCP ServersOfficial Registry0 stars0 forksMITUpdated 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
Use cases

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

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>

More MCP Servers

novence-mcp alternatives