mcpbeat Sign in

AI Workbench MCP Server

by hrishikesh-thakre Your server? Claim it
local only

AI Workbench MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 65 installs a week from pypi. Last commit 27 Jun 2026.

Goose-first MCP server for Workbench-owned acceptance evidence, validation gates, and analytics.

Installs per day peak 33 · avg 12 · -18% w/w
a month agotoday
65
Installs / week
pypi · ai-workbench-mcp
0
Stars
2 open issues
27 Jun 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

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

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call workbench_open_run.project → src/ai_workbench_mcp/tools/validate_run.py:1165
        result = subprocess.run(
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.

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

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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

Alternatives to AI Workbench MCP

same job, measured the same way
BagOS
by edycutjong

MCP server for Bags on Solana: token analytics, trade quotes, and gated write operations.

83 installs/wk local only
FinStack MCP
by finstacklabs

India-first MCP server for NSE/BSE, fundamentals, analytics, and market research workflows.

164 installs/wk local only
MCP Google Search Console
by crunchtools

Secure MCP server for Google Search Console analytics, sitemaps, and URL inspection

55 installs/wk local only
Sisense MCP Server
by sisense

MCP server leveraging Sisense Intelligence for actionable insights and analytics.

38 installs/wk local only
Mermaid MCP
by mermaidchart

MCP server for Mermaid diagram validation and rendering

25 tools answering
Clappia MCP
by clappia-dev

An MCP server that provides Clappia workspace, forms, workflows, submissions, and analytics

local only
Google Search Console MCP Server
by conorbronsdon

Google Search Console for AI agents: search analytics, sitemaps, URL inspection.

38 installs/wk local only
Google Search Console
by ni-c

MCP server for Google Search Console: properties, sitemaps, search analytics and URL inspection

90 installs/wk local only

AI Workbench MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for AI Workbench MCP?
AI Workbench MCP 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 ai-workbench-mcp was installed 65 times last week.
How do I connect AI Workbench MCP?
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 ai-workbench-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use AI Workbench MCP?
The pypi package ai-workbench-mcp was installed 65 times in the last week. Week over week that is -18%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AI Workbench MCP open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 0 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.