mcpbeat Sign in

Verso MCP Server

local only

Verso runs on your own machine — the client starts it, so there is no endpoint to ping. 48 installs a week from pypi. Last commit 1 Sep 2026.

MCP server to read Verso-generated documentation sites (e.g., the Lean Language Reference).

Installs per day peak 16 · avg 7 · -17% w/w
a month agotoday
48
Installs / week
pypi · verso-mcp
1
Stars
0 open issues
1 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check Verso every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add verso -- uvx verso-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "verso": {
      "args": [
        "verso-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.verso]
command = "uvx"
args = ["verso-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "verso": {
      "args": [
        "verso-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "verso": {
      "args": [
        "verso-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: VERSO_MCP_SITES (Comma-separated alias=url list of Verso Manual-genre sites to serve. Defaults to the Lean Language Reference when unset.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Verso

same job, measured the same way
langchain
by doc2mcp

MCP server for langchain documentation, generated by doc2mcp.

answering
uagents
by doc2mcp

MCP server for uagents documentation, generated by doc2mcp.

answering
skill
by doc2mcp

MCP server for skill documentation, generated by doc2mcp.

answering
opencode
by doc2mcp

MCP server for opencode documentation, generated by doc2mcp.

answering
sunpeak
by doc2mcp

MCP server for sunpeak documentation, generated by doc2mcp.

answering
lightfield
by doc2mcp

MCP server for lightfield documentation, generated by doc2mcp.

answering
tabletopsimulator
by doc2mcp

MCP server for tabletopsimulator documentation, generated by doc2mcp.

answering
Pdfgate
by pdfgate

MCP server for the PDFGate API. Generate PDFs, manage documents and handle e-signatures.

218 installs/wk answering

Verso — questions

Answers built from our own checks of this server.

Why is there no uptime for Verso?
Verso runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package verso-mcp was installed 48 times last week.
How do I connect Verso?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls verso-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Verso?
The pypi package verso-mcp was installed 48 times in the last week. Week over week that is -17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Verso open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.