mcpbeat Sign in

Tiger Skills MCP Server

local only

Tiger Skills runs on your own machine — the client starts it, so there is no endpoint to ping. 97 installs a week from npm. Last commit 1 Jul 2026.

Provider agnostic skills implementation, with skills sourced from local paths or GitHub repositories

Installs per day peak 63 · avg 12 · +4% w/w
a month agotoday
97
Installs / week
npm · @tigerdata/tiger-skills-mcp-server
7
Stars
0 open issues
1 Jul 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: GITHUB_TOKEN (Token to access (private) GitHub repos), SKILLS_FILE (Location of configuration file for skills). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Tiger Skills

same job, measured the same way
GitLab Documentation MCP Server
by nunolima

Searchable access to GitLab documentation from multiple repositories with full-text search.

local only
Code of Paper
by isagelswann

Find GitHub implementations of arXiv research papers — paper lookup, ranked code, search.

80 installs/wk local only
I
Perceptdot GitHub
by perceptdot

AI agent vision for GitHub repository monitoring — with ROI measurement.

40 installs/wk local only
Pocketnook
by shotintoeternity

Deploy repositories or local folders to private Pocketnook URLs from any MCP client.

30 installs/wk local only
Project Brain
by gentleelephant

Read-only source search and retrieval across configured GitHub repositories

local only
Forums
by basehub-ai

Ask any GitHub repository a question. Get source-backed answers.

answering
Skills Anywhere
by noteflowai

Every Agent Skill installed for any coding agent, plus GitHub skill repos, as MCP tools/resources.

1 751 installs/wk local only
Repovine
by legann

Checkout-local repository context graph over MCP; `npx repovine setup` wires skills, agents, hooks.

41 installs/wk local only

Tiger Skills — questions

Answers built from our own checks of this server.

Why is there no uptime for Tiger Skills?
Tiger Skills 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 @tigerdata/tiger-skills-mcp-server was installed 97 times last week.
How do I connect Tiger Skills?
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 @tigerdata/tiger-skills-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Tiger Skills?
The npm package @tigerdata/tiger-skills-mcp-server was installed 97 times in the last week. Week over week that is +4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tiger Skills open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 7 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.