mcpbeat Sign in

Barevalue MCP Server

by quietnotion Your server? Claim it
local only

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

Submit podcast orders, check status, and manage webhooks via Barevalue editing API.

Installs per day peak 28 · avg 8 · -29% w/w
a month agotoday
30
Installs / week
npm · barevalue-mcp
2
Stars
0 open issues
18 Feb 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

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

This one needs environment variables set before it will start: BAREVALUE_API_KEY (Your Barevalue API key (get one at barevalue.com → Settings → API Keys)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Barevalue

same job, measured the same way
Confluence Cloud
by aaronsb

MCP server for Confluence Cloud — page editing, navigation, and content management

78 installs/wk local only
Runlane
by runlane

Kanban board for teams and coding agents: manage tasks, subtasks, sprints and wiki pages via MCP.

answering
Wiki.js
by ni-c

Search, read and edit Wiki.js pages, and manage its assets, users, groups and comments

73 installs/wk local only
Speko AI
by speko

Manage Speko voice-AI agents, sessions, calls, phone numbers, knowledge bases, evals, and docs.

answering
MCP Pickaxe
by aplaceforallmystuff

MCP server for Pickaxe API - manage AI agents, knowledge bases, users, and analytics

46 installs/wk local only
UserGuiding
by userguiding

Manage users, track events, companies, and knowledge base articles in UserGuiding.

answering
Tencent Lexiang MCP Server
by tencent-lexiang

Tencent Lexiang AI knowledge base MCP server for searching, managing entries, and editing docs.

answering
Notion
by mcparmory

Create, update, and manage pages, databases, and workspace users

250 installs/wk local only

Barevalue — questions

Answers built from our own checks of this server.

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