kernelCAD
Rank #5,484com.kernelcad/kernelcad
Agent-first CAD: editable .kcad.ts source, deterministic review, OpenCASCADE kernel.
kernelCAD is a Model Context Protocol (MCP) server published by w1ne. It ranks #5,484 of 115,460 servers tracked on MCP Toplist, and its repository has 17 GitHub stars. kernelCAD is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on May 14, 2026 and most recently updated on Jun 2, 2026.
Ranks ahead of 109,976 of 115,460 servers on MCP Toplist.
Use kernelCAD
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http kernelcad https://mcp.kernelcad.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add kernelcad -- npx -y kernelcad[mcp_servers.kernelcad]
url = "https://mcp.kernelcad.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.kernelcad]
command = "npx"
args = ["-y", "kernelcad"]Add to ~/.codex/config.toml.
https://mcp.kernelcad.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"kernelcad": {
"command": "npx",
"args": [
"-y",
"kernelcad"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"kernelcad": {
"url": "https://mcp.kernelcad.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"kernelcad": {
"command": "npx",
"args": [
"-y",
"kernelcad"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"kernelcad": {
"type": "http",
"url": "https://mcp.kernelcad.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"kernelcad": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"kernelcad"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"kernelcad": {
"serverUrl": "https://mcp.kernelcad.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"kernelcad": {
"command": "npx",
"args": [
"-y",
"kernelcad"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"kernelcad": {
"url": "https://mcp.kernelcad.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"kernelcad": {
"command": "npx",
"args": [
"-y",
"kernelcad"
]
}
}
}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/com.kernelcad%2Fkernelcad)<a href="https://mcptoplist.com/server/com.kernelcad%2Fkernelcad"><img src="https://mcptoplist.com/badge/com.kernelcad%2Fkernelcad.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
w1ne
Other servers by w1ne
View all w1ne servers →Available versions (1)
| Version | Published |
|---|---|
| 0.11.2 | Jun 2, 2026 |
Frequently asked questions
- Who maintains kernelCAD?
- kernelCAD is maintained by w1ne, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is kernelCAD listed on the Official MCP Registry?
- Yes — kernelCAD is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does kernelCAD have?
- MCP Toplist tracks 1 version of kernelCAD, most recently published on Jun 2, 2026.
- Where can I find the source code for kernelCAD?
- The source code for kernelCAD is hosted at github.com/w1ne/kernelcad-web.