Skip to content
VS Code

spectra mcp server for VS Code

io.github.finanzgoblin/spectra-mcp-server

Spectra Finance MCP server: yield discovery, PT/YT, looping, Morpho, 10 chains

client:VS Code transport:stdio runtime:npm

Install spectra mcp server in VS Code

.vscode/mcp.json

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

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

spectra mcp server in other clients