Skip to content
VS Code

finalspace mcp for VS Code

io.github.mrfentmen/finalspace-mcp

Final Space character data. No key required.

client:VS Code transport:stdio runtime:npm

Install finalspace mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "finalspace-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "finalspace-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

finalspace mcp in other clients