mcpbeat Sign in

Suede Skills MCP Server

local only

Suede Skills MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 168 installs a week from npm. Last commit 17 Sep 2026.

Read-only access to 71 Suede skills: discovery, install options, SEO audits, A-F grading.

168
Installs / week
npm · suede-skills-mcp
137
Stars
1 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

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

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Claims read-only, but the code runs commands skills/suede-graph-flo-xr/workflows/helpers/scout-setup.cjs:36
…("\n").filter(Boolean),nulPaths=value=>value.split("\0").filter(Boolean);const run=(file,args,allowed=[0])=>{try{return execFileSync(file,args,{encoding:"utf8",maxBuffer:8*1024*1024})}catch(error){const status=Number.isInteger(error.status)?error.status:null;if(status!==null&&all…
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.

…adle",".swiftpm",".turbo","target",".pytest_cache",".mypy_cache",".ruff_cache","tmp",".tmp","tests/fixtures"].map(name=>path.join(root,name)).concat(extraWrites,[tempRoot],darwinDirs),subpaths=values=>values.map(value=>"  (subpath "+JSON.stringify(value)+")").join("\n"),profile="…
…("\n").filter(Boolean),nulPaths=value=>value.split("\0").filter(Boolean);const run=(file,args,allowed=[0])=>{try{return execFileSync(file,args,{encoding:"utf8",maxBuffer:8*1024*1024})}catch(error){const status=Number.isInteger(error.status)?error.status:null;if(status!==null&&all…
Builds a database query by concatenation skills/suede-graph-flo-xr/workflows/suede-graph-flo-xr.js:3082
not quietly drop them either: ${JSON.stringify(unverified)}
  document.getElementById("concepts").innerHTML = DATA.concepts.map((c, i) => `
const {sanitizeGateEnvironment}=require("./gate-environment.cjs");const gateEnvironment=sanitizeGateEnvironment(process.env);for(const name of Object.keys(process.env)){if(!Object.hasOwn(gateEnvironment,name))delete process.env[name]}

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

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Suede Skills MCP and you get told the day something new turns up.

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

Alternatives to Suede Skills MCP

same job, measured the same way
InfluSense AI
by case-resolve-tech

Read-only access to InfluSense influencer discovery, ratings, watchlists, and reports via MCP.

answering
Gam Seller MCP Node
by juan-sibbo

Governed, read-only MCP server exposing Google Ad Manager inventory discovery to buyer agents

107 installs/wk local only
Discord MCP
by hypark5540

Safe Discord access for reading guild data and optionally managing bot messages

40 installs/wk local only
Paypal
by pipeworx-io

PayPal MCP Pack — read-only access to PayPal transactions, orders, invoices, and disputes.

41 tools answering
Agent Discover
by keshrath

MCP server registry and marketplace - discover, install, activate tools on demand

118 installs/wk local only
Adwhiz
by 7275

Read-only MCP access to your DEXUN AdWhiz account: ad accounts, AI recommendations, savings.

41 installs/wk answering
Skillselion
by skillselion

On-demand access to thousands of install-ranked Claude Code skills - search and load mid-task.

78 installs/wk local only
Logmcp
by kascada

MCP server — read-only log access for AI assistants, without giving AI shell access.

local only

Suede Skills MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Suede Skills MCP?
Suede Skills 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 npm package suede-skills-mcp was installed 168 times last week.
How do I connect Suede Skills 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 suede-skills-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Suede Skills MCP?
The npm package suede-skills-mcp was installed 168 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Suede Skills MCP open source?
Yes — it is published under the MIT licence, written in JavaScript, 137 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.