Kip
Rank #1,858io.github.ldclabs/KIP
MCP server providing KIP capabilities
Kip is a Model Context Protocol (MCP) server published by ldclabs. It ranks #1,858 of 132,046 servers tracked on MCP Toplist, and its repository has 82 GitHub stars. Kip is listed across 2 registries — Official MCP and PulseMCP, with 3 tracked versions. It was first listed on Jun 9, 2025 and most recently updated on Jan 9, 2026.
Ranks ahead of 130,188 of 132,046 servers on MCP Toplist.
Use Kip
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add kip -e "KIP_BACKEND_URL=<your KIP_BACKEND_URL>" -e "KIP_API_KEY=<your KIP_API_KEY>" -- npx -y @ldclabs/kip-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.kip]
command = "npx"
args = ["-y", "@ldclabs/kip-mcp-server"]
[mcp_servers.kip.env]
KIP_BACKEND_URL = "<your KIP_BACKEND_URL>"
KIP_API_KEY = "<your KIP_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kip": {
"command": "npx",
"args": [
"-y",
"@ldclabs/kip-mcp-server"
],
"env": {
"KIP_BACKEND_URL": "<your KIP_BACKEND_URL>",
"KIP_API_KEY": "<your KIP_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kip": {
"command": "npx",
"args": [
"-y",
"@ldclabs/kip-mcp-server"
],
"env": {
"KIP_BACKEND_URL": "<your KIP_BACKEND_URL>",
"KIP_API_KEY": "<your KIP_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"kip": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ldclabs/kip-mcp-server"
],
"env": {
"KIP_BACKEND_URL": "<your KIP_BACKEND_URL>",
"KIP_API_KEY": "<your KIP_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kip": {
"command": "npx",
"args": [
"-y",
"@ldclabs/kip-mcp-server"
],
"env": {
"KIP_BACKEND_URL": "<your KIP_BACKEND_URL>",
"KIP_API_KEY": "<your KIP_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kip": {
"command": "npx",
"args": [
"-y",
"@ldclabs/kip-mcp-server"
],
"env": {
"KIP_BACKEND_URL": "<your KIP_BACKEND_URL>",
"KIP_API_KEY": "<your KIP_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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.ldclabs%2FKIP)<a href="https://mcptoplist.com/server/io.github.ldclabs%2FKIP"><img src="https://mcptoplist.com/badge/io.github.ldclabs%2FKIP.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ldclabs
Available versions (3)
| Version | Published |
|---|---|
| 1.0.1 | Jan 9, 2026 |
| 1.0.0 | Jan 2, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Kip?
- Kip is maintained by ldclabs, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Kip listed on the Official MCP Registry?
- Yes — Kip is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Kip have?
- MCP Toplist tracks 3 versions of Kip, most recently published on Jan 9, 2026.
- Where can I find the source code for Kip?
- The source code for Kip is hosted at github.com/ldclabs/kip.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.