mcpbeat Sign in

MCP Skill Server MCP Server

local only

MCP Skill Server runs on your own machine — the client starts it, so there is no endpoint to ping. 73 installs a week from pypi. Last commit 24 Apr 2026.

An MCP server that mounts your skill directory and add deterministic entry for deployment

Installs per day peak 23 · avg 10 · -6% w/w
a month agotoday
73
Installs / week
pypi · mcp-skill-server
1
Stars
0 open issues
24 Apr 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

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

Alternatives to MCP Skill Server

same job, measured the same way
Alpic
by alpic-mcp

Manage your projects, debug deployments, and check analytics for any MCP server you host with Alpic.

answering
Agenticorg
by mishrasanjeev

AgenticOrg MCP server for AI agents, A2A discovery, SOP deploy, and MCP tool listing.

42 installs/wk local only
I
Prefect MCP Server
by prefecthq

MCP server for Prefect. Monitor and debug workflows, deployments, and automations.

2 259 installs/wk local only
Azure DevOps (ADO)
by premierinc

The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.

answering
Laravel Forge
by usefulapi

Manage Laravel Forge servers, sites, and deployments from your AI assistant.

17 tools answering
Vercel Deployment MCP
by addiplus

Reference MCP stdio server for observing Vercel projects and deployments.

68 installs/wk local only
Google Apps Script MCP
by a1-x-tech

MCP server for the Google Apps Script API: projects, code, versions, deployments and executions.

45 installs/wk local only
Qovery MCP Server
by qovery

Deploy and manage your apps on Qovery

answering

MCP Skill Server — questions

Answers built from our own checks of this server.

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