PluginBench
MCP Server

io.github.evan-moon/opula MCP Server

io.github.evan-moon/opula

What is the io.github.evan-moon/opula MCP server?

Not another dashboard. A wealth analyst for every asset a bank can't sync, inside Claude.

How to install io.github.evan-moon/opula

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "opula": {
      "url": "https://opula.io/api/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "opula": {
      "serverUrl": "https://opula.io/api/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "opula": {
      "type": "http",
      "url": "https://opula.io/api/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "opula": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://opula.io/api/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http opula https://opula.io/api/mcp

Related MCP servers

Local-first second brain with semantic search. Markdown notes indexed by a local ML model.

3
TypeScript
MIT
View repository →

Local-first portfolio tracker for overseas investors. Claude reads and writes your finances via MCP.

View repository →