MCP Kit
Rank #12,695io.github.aplaceforallmystuff/mcp-kit
MCP server providing kit capabilities
MCP Kit is a Model Context Protocol (MCP) server published by aplaceforallmystuff. It ranks #12,695 of 115,591 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. MCP Kit is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Nov 27, 2025 and most recently updated on Nov 27, 2025.
Ranks ahead of 102,896 of 115,591 servers on MCP Toplist.
Use MCP Kit
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-kit -e "KIT_API_KEY=<your KIT_API_KEY>" -- npx -y kit-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.mcp-kit]
command = "npx"
args = ["-y", "kit-mcp-server"]
[mcp_servers.mcp-kit.env]
KIT_API_KEY = "<your KIT_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-kit": {
"command": "npx",
"args": [
"-y",
"kit-mcp-server"
],
"env": {
"KIT_API_KEY": "<your KIT_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-kit": {
"command": "npx",
"args": [
"-y",
"kit-mcp-server"
],
"env": {
"KIT_API_KEY": "<your KIT_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-kit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"kit-mcp-server"
],
"env": {
"KIT_API_KEY": "<your KIT_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-kit": {
"command": "npx",
"args": [
"-y",
"kit-mcp-server"
],
"env": {
"KIT_API_KEY": "<your KIT_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-kit": {
"command": "npx",
"args": [
"-y",
"kit-mcp-server"
],
"env": {
"KIT_API_KEY": "<your KIT_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.aplaceforallmystuff%2Fmcp-kit)<a href="https://mcptoplist.com/server/io.github.aplaceforallmystuff%2Fmcp-kit"><img src="https://mcptoplist.com/badge/io.github.aplaceforallmystuff%2Fmcp-kit.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
aplaceforallmystuff
Other servers by aplaceforallmystuff
- MCP Arr#2,106 · 2 vers
- MCP Pihole#14,925 · 2 vers
- MCP Threatintel#14,926 · 2 vers
- MCP Fantastical Server#17,196
- mcp-local-llm#23,310
- mcp-tailscale#23,712
- Spain AI Kit#26,314
- MCP Pickaxe#31,636 · 2 vers
- mcp-wisdom#33,268
- WordPress Abilities MCP Server#33,269
- MCP Homescan Server#52,928
Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Nov 27, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Kit?
- MCP Kit is maintained by aplaceforallmystuff, which publishes 12 MCP servers (10 total versions) tracked on MCP Toplist.
- Is MCP Kit listed on the Official MCP Registry?
- Yes — MCP Kit is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Kit have?
- MCP Toplist tracks 2 versions of MCP Kit, most recently published on Nov 27, 2025.
- Where can I find the source code for MCP Kit?
- The source code for MCP Kit is hosted at github.com/aplaceforallmystuff/mcp-kit.