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