skillkit
Rank #16,381io.github.furkan708/skillkit
Toolbox for AI agent skills: scaffold, lint, pack, install, and serve SKILL.md skills
skillkit is a Model Context Protocol (MCP) server published by furkan708. It ranks #16,381 of 115,460 servers tracked on MCP Toplist. skillkit is listed on Official MCP, with 1 tracked version. It was first listed on Aug 28, 2026 and most recently updated on Aug 28, 2026.
Ranks ahead of 99,079 of 115,460 servers on MCP Toplist.
Use skillkit
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add skillkit -- uvx skillkit-cli[mcp_servers.skillkit]
command = "uvx"
args = ["skillkit-cli"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"skillkit": {
"command": "uvx",
"args": [
"skillkit-cli"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"skillkit": {
"command": "uvx",
"args": [
"skillkit-cli"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"skillkit": {
"type": "stdio",
"command": "uvx",
"args": [
"skillkit-cli"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"skillkit": {
"command": "uvx",
"args": [
"skillkit-cli"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"skillkit": {
"command": "uvx",
"args": [
"skillkit-cli"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.furkan708%2Fskillkit)<a href="https://mcptoplist.com/server/io.github.furkan708%2Fskillkit"><img src="https://mcptoplist.com/badge/io.github.furkan708%2Fskillkit.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
furkan708
Other servers by furkan708
View all furkan708 servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.2 | Aug 28, 2026 |
Frequently asked questions
- Who maintains skillkit?
- skillkit is maintained by furkan708, which publishes 2 MCP servers (5 total versions) tracked on MCP Toplist.
- Is skillkit listed on the Official MCP Registry?
- Yes — skillkit is listed on the Official MCP Registry.
- How many versions does skillkit have?
- MCP Toplist tracks 1 version of skillkit, most recently published on Aug 28, 2026.
- Where can I find the source code for skillkit?
- The source code for skillkit is hosted at github.com/furkan708/skillkit.