valuecell (MCP Server)

GitHub

ValueCell is a community-driven, multi-agent platform for financial applications.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "valuecell": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-valuecell"
      ]
    }
  }
}