mcpbeat Sign in

Wayforth MCP Server

by wayforthofficial Your server? Claim it
local only

Wayforth runs on your own machine — the client starts it, so there is no endpoint to ping. 161 installs a week from pypi. Last commit 28 Jun 2026.

Search engine and payment rail for AI agents. 2,300+ services, semantic ranking.

Installs per day peak 134 · avg 31 · -48% w/w
a month agotoday
161
Installs / week
pypi · wayforth-mcp
2
Stars
3 open issues
28 Jun 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] mcp_instance.py:1, [пакет] server.py:1, [пакет] tools/__init__.py:1 и ещё 10
этот файл ставится пользователю, но в репозитории его нет
function set(id, html) { document.getElementById('main-content').innerHTML = html; }

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 wayforth -- uvx wayforth-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "wayforth": {
      "args": [
        "wayforth-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.wayforth]
command = "uvx"
args = ["wayforth-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "wayforth": {
      "args": [
        "wayforth-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "wayforth": {
      "args": [
        "wayforth-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Wayforth

same job, measured the same way
Vexor
by scarletkc

A semantic search engine for files and code.

842 installs/wk local only
Searchpin — Free Web Search for AI Agents
by telly6

Free web search for AI agents — multi-engine parallel search, smart ranking, no sign-up, no limits

52 installs/wk local only
webfetch
by firish

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

94 installs/wk local only
SearchForge
by divyanshu-iitian

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

local only
Web Search
by hec-ovi

Keyless multi-engine web search, fetch, and clean-Markdown read for AI agents. No API keys.

198 installs/wk local only
Webshift
by x-hannibal

Rust MCP server for denoised web search — fetch, clean, and rerank web content for AI agents.

local only
Webshift
by annibale-x

Rust MCP server for denoised web search — fetch, clean, and rerank web content for AI agents.

local only
Webshift
by x-monk

Rust MCP server for denoised web search — fetch, clean, and rerank web content for AI agents.

local only

Wayforth — questions

Answers built from our own checks of this server.

Why is there no uptime for Wayforth?
Wayforth 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 wayforth-mcp was installed 161 times last week.
How do I connect Wayforth?
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 wayforth-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Wayforth?
The pypi package wayforth-mcp was installed 161 times in the last week. Week over week that is -48%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Wayforth open source?
We cannot say either way: written in Python, 2 stars on GitHub and 3 open issues, but we could not determine the licence, and without one the code is not open source by default.