mcpbeat Sign in

Genudo MCP Server

by genudo-ai Your server? Claim it
local only

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

Build & manage Genudo AI agents for any messaging channel — pipelines, integrations, knowledge.

Installs per day peak 25 · avg 7 · +290% w/w
a month agotoday
63
Installs / week
npm · genudo-mcp-client
0
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

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

This one needs environment variables set before it will start: GENUDO_TOKEN (Your Genudo token (API Keys & Tokens → Create token, mcp:use scope), sent as a Bearer token.), GENUDO_BASE_URL (Base URL for self-hosted Genudo instances. Defaults to https://api.genudo.ai.), GENUDO_ALLOW_INSECURE_SSL (Set to true to allow self-signed certificates (local development only).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Genudo

same job, measured the same way
WaAPI
by waapi

Messaging tools for AI agents: send messages, manage chats, groups and channels.

answering
Voice Logica
by voicelogica

Manage Voice Logica agents, calls, phones, workflows, messaging, and integrations.

answering
Buron
by buron

Marketing-measurement MCP: dashboards, cross-channel queries, integrations, and knowledge files.

answering
Famulor
by famulor

Manage AI assistants, history, calls, campaigns, contacts, knowledge, messaging, and automations.

17 installs/wk 76 tools answering
Atako
by atako

Remote MCP server to read and manage your Atako AI agents, messages, files, and integrations.

3 tools answering
Chipp
by chipp

Build and manage Chipp AI apps: prompts, knowledge, custom actions, and chat with your apps.

answering
Kernal MCP
by pintomatic

Graph-native memory for AI agents: a knowledge graph built from conversation, via MCP.

38 installs/wk local only
Codemesh
by pyalwin

Intelligent code knowledge graph for AI coding agents — 71% cheaper, 72% faster

33 installs/wk local only

Genudo — questions

Answers built from our own checks of this server.

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