QuantumAPI

MCP Server

Model Context Protocol server for managing QuantumAPI from AI coding tools like Claude Code, Cursor, and Windsurf.

What is the MCP Server?

The QuantumAPI MCP Server is a Model Context Protocol integration that lets AI coding tools manage your secrets, cryptographic keys, and encryption operations directly.

It wraps the @quantumapi/sdk TypeScript SDK, exposing 13 tools that AI assistants can call on your behalf — no code required.

How It Works

The MCP server runs as a local process started by your AI tool. It communicates via stdio, translating natural language requests into QuantumAPI SDK calls.

Architecture
@quantumapi/mcp-server (npm package)
         │
         ▼
  @quantumapi/sdk (TypeScript SDK)
         │
         ▼
  QuantumAPI REST API (api.quantumapi.eu)

Supported AI Tools

Claude Code

Add to ~/.claude/settings.json

Claude Desktop

Add to claude_desktop_config.json

Cursor

Add to .cursor/mcp.json

Quick Start

Choose your AI tool and follow the installation guide to get started in under 30 seconds.

qapi — QuantumAPI CLI Documentation