mcpbeat Sign in

Nol MCP Server

local only

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

nol MCP server -- search, cited Q&A, and pages over your team's knowledge base

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

Nothing serious here today

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

Alternatives to Nol MCP

same job, measured the same way
Guru Remote MCP Server
by getguru

Guru MCP Server - Connect AI tools to your Guru knowledge base

answering
Outline MCP
by ynishi

Tree-structured knowledge base as an MCP server

local only
Knowledge Base
by b77

A searchable knowledge base your assistant reads and writes.

answering
brainattic
by brainattic

The knowledge base your AI reads and writes, under your rules — over MCP, EU-hosted.

answering
Yuque MCP
by yuque

MCP server for Yuque — expose your knowledge base to AI assistants.

500 installs/wk local only
Tencent Lexiang MCP Server
by tencent-lexiang

Tencent Lexiang AI knowledge base MCP server for searching, managing entries, and editing docs.

answering
TriliumNext (trilium-mcp)
by ovden13

Read and write a self-hosted TriliumNext knowledge base over its ETAPI.

local only
Sw Dev Knowledge Base MCP
by execuro

Read-only offline MCP server over a curated Shopware developer knowledge base

788 installs/wk local only

Nol MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Nol MCP?
Nol MCP 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 @yawlabs/nol-mcp.
How do I connect Nol MCP?
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 @yawlabs/nol-mcp straight from npm; nothing to host, nothing to sign up for.