mcpbeat Sign in

Custom MCP Server

local only

Custom MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 5 Feb 2026.

An MCP server that provides custom functionality.

Installs per day peak 8 · avg 4 · +26% w/w
a month agotoday
30
Installs / week
npm · @yuv24793/custom-mcp-server
0
Stars
0 open issues
5 Feb 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

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

Alternatives to Custom MCP Server

same job, measured the same way
MCP Numpy
by daedalus

An MCP server that exposes NumPy functionality

60 installs/wk local only
Server JSON
by nowledge-co

A server that provides MCPB package functionality for Nowledge Mem

76 installs/wk local only
MCP Hashlib
by daedalus

An MCP server that exposes hashlib functionality

71 installs/wk local only
Huoshui PDF Converter
by huoshuiai42

An MCP server that provides PDF file conversion

57 installs/wk local only
Staging MCP
by riskprofiler

An MCP server that provides a hello tool

answering
D
Test MCP
by riskprofiler

An MCP server that provides a hello tool

1 tools answering
Huoshui PDF Translator
by huoshuiai42

An MCP server that provides PDF translation service

26 installs/wk local only
Sayou Opendart MCP
by kcw2034-sayouzone

An MCP server that provides OpenDart API

60 installs/wk local only

Custom MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Custom MCP Server?
Custom MCP Server 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 @yuv24793/custom-mcp-server was installed 30 times last week.
How do I connect Custom MCP Server?
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 @yuv24793/custom-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Custom MCP Server?
The npm package @yuv24793/custom-mcp-server was installed 30 times in the last week. Week over week that is +26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Custom MCP Server open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.