Kin
Rank #367ai.kinlab/kin
The system of record for AI-written software.
Kin is a Model Context Protocol (MCP) server published by firelock-ai. It ranks #367 of 115,460 servers tracked on MCP Toplist, and its repository has 47 GitHub stars. Kin is listed across 2 registries — Official MCP and mcp.so, with 17 tracked versions. It was first listed on Aug 14, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 115,093 of 115,460 servers on MCP Toplist.
Use Kin
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add kin -- npx -y @kinlab/kin-mcp[mcp_servers.kin]
command = "npx"
args = ["-y", "@kinlab/kin-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"kin": {
"command": "npx",
"args": [
"-y",
"@kinlab/kin-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"kin": {
"command": "npx",
"args": [
"-y",
"@kinlab/kin-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"kin": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kinlab/kin-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"kin": {
"command": "npx",
"args": [
"-y",
"@kinlab/kin-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"kin": {
"command": "npx",
"args": [
"-y",
"@kinlab/kin-mcp"
]
}
}
}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/ai.kinlab%2Fkin)<a href="https://mcptoplist.com/server/ai.kinlab%2Fkin"><img src="https://mcptoplist.com/badge/ai.kinlab%2Fkin.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
firelock-ai
Available versions (17)
| Version | Published |
|---|---|
| 0.6.2 | Aug 30, 2026 |
| 0.6.0 | Aug 26, 2026 |
| 0.5.52 | Aug 25, 2026 |
| 0.5.51 | Aug 24, 2026 |
| 0.5.50 | Aug 23, 2026 |
| 0.5.49 | Aug 22, 2026 |
| 0.5.47 | Aug 22, 2026 |
| 0.5.45 | Aug 21, 2026 |
| 0.5.43 | Aug 20, 2026 |
| 0.5.42 | Aug 19, 2026 |
| 0.5.39 | Aug 18, 2026 |
| 0.5.37 | Aug 17, 2026 |
| 0.5.36 | Aug 17, 2026 |
| 0.5.34 | Aug 16, 2026 |
| 0.5.32 | Aug 15, 2026 |
| 0.5.30 | Aug 15, 2026 |
| 0.5.28 | Aug 14, 2026 |
Frequently asked questions
- Who maintains Kin?
- Kin is maintained by firelock-ai, which publishes 1 MCP server (17 total versions) tracked on MCP Toplist.
- Is Kin listed on the Official MCP Registry?
- Yes — Kin is listed on the Official MCP Registry, alongside mcp.so.
- How many versions does Kin have?
- MCP Toplist tracks 17 versions of Kin, most recently published on Aug 30, 2026.
- Where can I find the source code for Kin?
- The source code for Kin is hosted at github.com/firelock-ai/kin.