SvGrid
Rank #537com.svgrid/svgrid
Checks AI-written SvGrid code against the real API, plus version-pinned Svelte 5 grid docs.
SvGrid is a Model Context Protocol (MCP) server published by sv-grid. It ranks #537 of 132,046 servers tracked on MCP Toplist, and its repository has 175 GitHub stars. SvGrid is listed on Official MCP, with 5 tracked versions. It was first listed on Jul 6, 2026 and most recently updated on Sep 7, 2026.
Ranks ahead of 131,509 of 132,046 servers on MCP Toplist.
Use SvGrid
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http svgrid https://mcp.svgrid.com/mcpclaude mcp add svgrid -- npx -y @svgrid/mcp[mcp_servers.svgrid]
url = "https://mcp.svgrid.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.svgrid]
command = "npx"
args = ["-y", "@svgrid/mcp"]Add to ~/.codex/config.toml.
https://mcp.svgrid.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"svgrid": {
"command": "npx",
"args": [
"-y",
"@svgrid/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"svgrid": {
"url": "https://mcp.svgrid.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"svgrid": {
"command": "npx",
"args": [
"-y",
"@svgrid/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"svgrid": {
"type": "http",
"url": "https://mcp.svgrid.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"svgrid": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@svgrid/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"svgrid": {
"serverUrl": "https://mcp.svgrid.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"svgrid": {
"command": "npx",
"args": [
"-y",
"@svgrid/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"svgrid": {
"url": "https://mcp.svgrid.com/mcp"
}
}
}{
"mcpServers": {
"svgrid": {
"command": "npx",
"args": [
"-y",
"@svgrid/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/com.svgrid%2Fsvgrid)<a href="https://mcptoplist.com/server/com.svgrid%2Fsvgrid"><img src="https://mcptoplist.com/badge/com.svgrid%2Fsvgrid.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
sv-grid
Available versions (5)
| Version | Published |
|---|---|
| 3.0.1 | Sep 7, 2026 |
| 2.6.7 | Aug 31, 2026 |
| 2.6.1 | Aug 23, 2026 |
| 2.3.3 | Aug 19, 2026 |
| 2.3.2 | Aug 19, 2026 |
Frequently asked questions
- Who maintains SvGrid?
- SvGrid is maintained by sv-grid, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is SvGrid listed on the Official MCP Registry?
- Yes — SvGrid is listed on the Official MCP Registry.
- How many versions does SvGrid have?
- MCP Toplist tracks 5 versions of SvGrid, most recently published on Sep 7, 2026.
- Where can I find the source code for SvGrid?
- The source code for SvGrid is hosted at github.com/sv-grid/sv-grid.
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.