VULK
Rank #19,459io.github.devjoaocastro/vulk-mcp-server
Generate, edit, and deploy immersive 3D/WebGL web projects from any MCP assistant.
VULK is a Model Context Protocol (MCP) server published by vulk-dev. It ranks #19,459 of 132,046 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. VULK is listed across 3 registries — Official MCP, Glama and PulseMCP, with 4 tracked versions. It was first listed on Apr 2, 2026 and most recently updated on May 25, 2026.
Ranks ahead of 112,587 of 132,046 servers on MCP Toplist.
Use VULK
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http vulk-mcp-server https://mcp.vulk.dev/mcpclaude mcp add vulk-mcp-server -e "VULK_API_KEY=<your VULK_API_KEY>" -- npx -y vulk-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.vulk-mcp-server]
url = "https://mcp.vulk.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.vulk-mcp-server]
command = "npx"
args = ["-y", "vulk-mcp-server"]
[mcp_servers.vulk-mcp-server.env]
VULK_API_KEY = "<your VULK_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.vulk.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"vulk-mcp-server": {
"command": "npx",
"args": [
"-y",
"vulk-mcp-server"
],
"env": {
"VULK_API_KEY": "<your VULK_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vulk-mcp-server": {
"url": "https://mcp.vulk.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"vulk-mcp-server": {
"command": "npx",
"args": [
"-y",
"vulk-mcp-server"
],
"env": {
"VULK_API_KEY": "<your VULK_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"vulk-mcp-server": {
"type": "http",
"url": "https://mcp.vulk.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"vulk-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vulk-mcp-server"
],
"env": {
"VULK_API_KEY": "<your VULK_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vulk-mcp-server": {
"serverUrl": "https://mcp.vulk.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"vulk-mcp-server": {
"command": "npx",
"args": [
"-y",
"vulk-mcp-server"
],
"env": {
"VULK_API_KEY": "<your VULK_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vulk-mcp-server": {
"url": "https://mcp.vulk.dev/mcp"
}
}
}{
"mcpServers": {
"vulk-mcp-server": {
"command": "npx",
"args": [
"-y",
"vulk-mcp-server"
],
"env": {
"VULK_API_KEY": "<your VULK_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.devjoaocastro%2Fvulk-mcp-server)<a href="https://mcptoplist.com/server/io.github.devjoaocastro%2Fvulk-mcp-server"><img src="https://mcptoplist.com/badge/io.github.devjoaocastro%2Fvulk-mcp-server.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
vulk-dev
Available versions (4)
| Version | Published |
|---|---|
| 1.1.1 | May 25, 2026 |
| 1.1.0 | May 25, 2026 |
| 1.0.1 | Apr 2, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains VULK?
- VULK is maintained by vulk-dev, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is VULK listed on the Official MCP Registry?
- Yes — VULK is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does VULK have?
- MCP Toplist tracks 4 versions of VULK, most recently published on May 25, 2026.
- Where can I find the source code for VULK?
- The source code for VULK is hosted at github.com/vulk-dev/vulk-mcp-server.
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.