Voris privacy-native web analytics for AI agents: query metrics & citations, scaffold tracking.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
voris-mcp β a thin stdio β HTTPS proxy that connects a local MCP client (Claude Desktop, an editor agent, a CLI) to the hosted Voris MCP server at https://mcp.voris.ai/mcp.
It forwards JSON-RPC messages verbatim between the client's stdio channel and the hosted endpoint over Streamable HTTP. It contains no tool logic and no database access β all enforcement (authentication, scopes, rate limits, audit) lives in the hosted server. One connection is scoped to exactly one site, by your key.
Your MCP client launches voris-mcp as a subprocess and speaks MCP over its stdin/stdout. Provide your key via the environment:
Example Claude Desktop configuration:
VORIS_API_KEY (required) β your Voris MCP connection key, generated in Settings β AI Connections. It is sent as Authorization: Bearer β¦ to the hosted endpoint. If it is unset, voris-mcp writes a message to stderr and exits with code 1.--endpoint <url> β override the hosted endpoint (default https://mcp.voris.ai/mcp). Mainly for local development; also accepts --endpoint=<url>.All diagnostics are written to stderr; stdout carries only the MCP protocol stream, so it stays clean for the client.
This release does not publish voris-mcp to npm. The package is built and tarball-tested here; public npm distribution ships in the next phase (A042). Until then, generate your key and copy the hosted-connection snippet from the Voris dashboard.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/voris)<a href="https://allmcps.com/mcp/voris"><img src="https://allmcps.com/api/badge/voris?style=directory" alt="Voris on AllMCPs" /></a>