mcpbeat Sign in

Gguf MCP Server

local only

Gguf MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 56 installs a week from npm. Last commit 15 Aug 2026.

Inspect local GGUF/safetensors models: quantization, params, VRAM fit — headers only.

Installs per day peak 63 · avg 2
a month agotoday
56
Installs / week
npm · gguf-mcp
0
Stars
0 open issues
15 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

Alternatives to Gguf MCP

same job, measured the same way
Vllm Ops MCP
by jaimenbell

Read-only ops/health MCP server for a local vLLM instance: health tiers, GPU/VRAM, service status.

57 installs/wk local only
Vox MCP
by linxule

Multi-model AI gateway — 8 providers plus local models, no system prompt injection.

102 installs/wk local only
SqlServerMcp
by nithish1206

MCP server for SQL Server: schema inspection, safe read-only queries, query plan analysis

local only
QECTOR Quantum Error Correction
by guillaumelessard

Local quantum error correction tools; decoder output verified against H c = s (mod 2).

local only
Apple Files
by jonathanrreed

Inspect and manage local files and folders inside allowed roots on macOS.

163 installs/wk local only
C
MCP Anvil
by aiinfradecoded

Local MCP gateway daemon: route, audit, and inspect MCP servers from one config.

128 installs/wk local only
Crbro Memory
by octonove

Persistent file-based memory for AI agents: inspectable, versionable, fully local.

1 557 installs/wk local only
Metrillm
by metrillm

Benchmark local LLM models — speed, quality & hardware fitness verdict from any MCP client

138 installs/wk local only

Gguf MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Gguf MCP?
Gguf 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 gguf-mcp was installed 56 times last week.
How do I connect Gguf 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 gguf-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Gguf MCP?
The npm package gguf-mcp was installed 56 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Gguf MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.