SERVER
Tiger Skills
Rank #13639io.github.timescale/tiger-skills
Provider-agnostic skills framework for extending LLM capabilities
First listed
Nov 7, 2025
Last publish date
Dec 10, 2025
OVERVIEW
Tiger Skills is a Model Context Protocol (MCP) server published by timescale. It ranks #13639 of 58,832 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Tiger Skills is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Nov 7, 2025 and most recently updated on Dec 10, 2025.
STANDING
#13,639of 58,832 tracked serversTop 25%
Ranks ahead of 45,193 of 58,832 servers on MCP Toplist.
CONNECT
Use Tiger Skills
Add Tiger Skills to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
npm package
{
"mcpServers": {
"tiger-skills": {
"command": "npx",
"args": [
"-y",
"@tigerdata/tiger-skills-mcp-server"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"SKILLS_FILE": "<your SKILLS_FILE>"
}
}
}
}Replace each placeholder with your own value before saving.
Docker image
{
"mcpServers": {
"tiger-skills": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/timescale/tiger-skills-mcp-server:0.1.4"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"SKILLS_FILE": "<your SKILLS_FILE>"
}
}
}
}Replace each placeholder with your own value before saving.
REGISTRIES
Listed on 3 registries
ORGANIZATION
timescale
MORE FROM THIS PUBLISHER
Other servers by timescale
View all timescale servers →VERSIONS
Available versions (2)
| Version | Published |
|---|---|
| 0.1.4 | Dec 10, 2025 |
| 0.1.0 | Nov 25, 2024 |
FAQ
Frequently asked questions
- What is Tiger Skills?
- Provider-agnostic skills framework for extending LLM capabilities
- Who maintains Tiger Skills?
- Tiger Skills is maintained by timescale, which publishes 3 MCP servers (16 total versions) tracked on MCP Toplist.
- Is Tiger Skills an official MCP server?
- Yes — Tiger Skills is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Tiger Skills have?
- MCP Toplist tracks 2 versions of Tiger Skills, most recently published on Dec 10, 2025.
- Where can I find the source code for Tiger Skills?
- The source code for Tiger Skills is hosted at github.com/timescale/tiger-skills-mcp-server.
EXPLORE