Devkits
Rank #2,052io.github.hezeclark/devkits
MCP server providing devkits capabilities
Devkits is a Model Context Protocol (MCP) server published by hezeclark. It ranks #2,052 of 132,046 servers tracked on MCP Toplist, and its repository has 87 GitHub stars. Devkits is listed on Official MCP, with 2 tracked versions. It was first listed on Mar 19, 2026 and most recently updated on Mar 19, 2026.
Ranks ahead of 129,994 of 132,046 servers on MCP Toplist.
Use Devkits
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add devkits -- npx -y devkits-mcp-server[mcp_servers.devkits]
command = "npx"
args = ["-y", "devkits-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"devkits": {
"command": "npx",
"args": [
"-y",
"devkits-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"devkits": {
"command": "npx",
"args": [
"-y",
"devkits-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"devkits": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"devkits-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"devkits": {
"command": "npx",
"args": [
"-y",
"devkits-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"devkits": {
"command": "npx",
"args": [
"-y",
"devkits-mcp-server"
]
}
}
}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.hezeclark%2Fdevkits)<a href="https://mcptoplist.com/server/io.github.hezeclark%2Fdevkits"><img src="https://mcptoplist.com/badge/io.github.hezeclark%2Fdevkits.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
hezeclark
Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Mar 19, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Devkits?
- Devkits is maintained by hezeclark, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Devkits listed on the Official MCP Registry?
- Yes — Devkits is listed on the Official MCP Registry.
- How many versions does Devkits have?
- MCP Toplist tracks 2 versions of Devkits, most recently published on Mar 19, 2026.
- Where can I find the source code for Devkits?
- The source code for Devkits is hosted at github.com/hezeclark/devkits-mcp.
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.