mcpbeat Sign in

Groundlink MCP Server

by ohhavefun Your server? Claim it
local only

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

Cited web search for MCP hosts. Returns source-bearing results from Groundlink.

Installs per day peak 129 · avg 4
a month agotoday
95
Installs / week
npm · groundlink-mcp
0
Stars
0 open issues
26 Aug 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

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

Alternatives to Groundlink

same job, measured the same way
SourceWeave Web Search
by mrnaqa

Fully local MCP server and CLI for web research

157 installs/wk local only
Google Researcher
by zoharbabin

MCP server providing Google Search, web scraping, and multi-source research tools for AI assistants

local only
Linkup
by mcparmory

Search the web and fetch pages with sourced results, optimized for AI agents

300 installs/wk local only
MIAPI — Grounded Web Answers
by miapi

Web search and AI answers with real source citations and a confidence score.

1 063 installs/wk local only
MCP Serp
by acedatacloud

MCP server for Google search results via SERP API

1 637 installs/wk answering
SearchForge
by divyanshu-iitian

Free open-source web search and page reading for LLMs, AI agents, and RAG.

local only
webfetch
by firish

Self-hosted web search for LLM agents: search -> fetch -> rank pipeline with semantic caching

118 installs/wk local only
fastCRW
by us

Scrape, crawl, map & search the web. Open-source, self-hostable Rust crawler & search for AI agents.

answering

Groundlink — questions

Answers built from our own checks of this server.

Why is there no uptime for Groundlink?
Groundlink 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 groundlink-mcp was installed 95 times last week.
How do I connect Groundlink?
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 groundlink-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Groundlink?
The npm package groundlink-mcp was installed 95 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 Groundlink open source?
Yes — written in Python 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.