MCP server for interacting with Novita AI API
Novita MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. MCP server for interacting with Novita AI API.
Currently, novita-mcp-server enables management the resources of GPU instances product.
Once Novita is connected, these are the calls the assistant has available:
Product — List;Template — List, Get, Create, Delete;You will need one environment variable: NOVITA_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
@novitalabs/novita-mcp-server on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Among the file and storage access options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Novita's toolset — Product, Template — is a fair guide to whether it matches your workflow. It is maintained by novitalabs; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Product | List; |
| Template | List, Get, Create, Delete; |
{
"mcpServers": {
"novita": {
"command": "npx",
"args": ["-y", "@novitalabs/novita-mcp-server"],
"env": {
"NOVITA_API_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| NOVITA_API_KEY | Credential the server authenticates with. | Yes |
Scoped local file access — read, write, search and reorganise files in directories you explicitly allow.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Chat with your second brain — search, read and write vault notes through the Local REST API.
Connects AI models to an Obsidian knowledge base for direct access and manipulation of notes and folders.