mcpbeat Sign in

Santuri MCP Server

by sonofakel Your server? Claim it
local only

Santuri runs on your own machine — the client starts it, so there is no endpoint to ping.

Search official documentation for well-known libraries.

Installs / week
npm · santuri-mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Santuri 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 santuri -- npx -y santuri-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "santuri": {
      "args": [
        "-y",
        "santuri-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.santuri]
command = "npx"
args = ["-y", "santuri-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "santuri": {
      "args": [
        "-y",
        "santuri-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "santuri": {
      "args": [
        "-y",
        "santuri-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Santuri

same job, measured the same way
Tauri Documentation MCP
by fxckcode

Read-only MCP server for official Tauri 2 documentation snapshots.

37 installs/wk local only
Gitlab Docs
by ozanmutlu

Search and browse 2,900+ official GitLab documentation pages via MCP

246 installs/wk local only
esa
by esaio

Official MCP server for esa.io - a documentation sharing service for teams

4 036 installs/wk local only
Adobe Commerce Docs MCP
by jigarkkarangiya

MCP server for Adobe Commerce / Magento 2 documentation — search, browse, and read official docs.

97 installs/wk local only
Capawesome
by capawesome

The official MCP server for Capawesome documentation and Capawesome Cloud.

41 installs/wk 3 tools answering
TheRundown Documentation MCP
by therundown

Official TheRundown API documentation search. No live data or authenticated Product API calls.

3 tools answering
Ferritin — Rust documentation
by ferritin

Search and read Rust documentation for the standard library and any crate on crates.io

2 tools answering
Qt4 Doc MCP Server
by jztan

Offline MCP server for local Qt 4.8, Qt 5, and Qt 6 documentation with full-text search.

87 installs/wk local only

Santuri — questions

Answers built from our own checks of this server.

Why is there no uptime for Santuri?
Santuri 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 npm package santuri-mcp-server.
How do I connect Santuri?
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 santuri-mcp-server straight from npm; nothing to host, nothing to sign up for.