← Index

Barevalue

io.github.quietnotion/barevalue·v1.0.3·Productivity & Project Mgmt
Quality Score
87
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "barevalue": {
      "command": "npx",
      "args": [
        "-y",
        "barevalue-mcp"
      ],
      "env": {
        "BAREVALUE_API_KEY": "<your-barevalue_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "barevalue": {
      "command": "npx",
      "args": [
        "-y",
        "barevalue-mcp"
      ],
      "env": {
        "BAREVALUE_API_KEY": "<your-barevalue_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y barevalue-mcp
§02  Environment variables
BAREVALUE_API_KEY
requiredsecret

Your Barevalue API key (get one at barevalue.com → Settings → API Keys)

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Productivity & Project Mgmt