mcpbeat Sign in

Skim MCP Server

local only

Skim MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm.

MCP server for Skim code transformation. Compresses code 60-95% for LLM context optimization.

Installs per day peak 18 · avg 5 · -27% w/w
a month agotoday
34
Installs / week
npm · skim-mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

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

Alternatives to Skim MCP Server

same job, measured the same way
Toon Parse MCP
by ankitpal181

MCP server that reduces LLM context by removing code comments and converting data formats to TOON

56 installs/wk local only
Arm MCP Server
by arm

Official Arm MCP server for code migration, optimization, and Arm architecture guidance

local only
I
Ruchy MCP
by noahgift

MCP server for Ruchy: code analysis, scoring, linting, formatting, and transpilation tools

local only
Figma To Code MCP
by felixanhalt

LLM-optimized Figma MCP server.

165 installs/wk local only
Azure FinOps MCP Server
by raviteja-pegata

Azure FinOps MCP: cost, budgets, forecasting and optimization for Claude, VS Code and Cursor.

76 installs/wk local only
ContextStream MCP Server
by contextstreamio

ContextStream MCP server for code context, memory, search, and AI tools.

1 106 installs/wk local only
Qiskit Code Assistant MCP Server
by qiskit

MCP server for the Qiskit Code Assistant intelligent code completion

293 installs/wk local only
Selvage
by selvage-lab

An LLM-based code review MCP server with AST-powered smart context extraction

46 installs/wk local only

Skim MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Skim MCP Server?
Skim 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 skim-mcp-server was installed 34 times last week.
How do I connect Skim 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 skim-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Skim MCP Server?
The npm package skim-mcp-server was installed 34 times in the last week. Week over week that is -27%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.