MCP Catalogs
Home

filesystem vs cc-equity-research

Side-by-side comparison to help you pick between these two MCP servers.

filesystem
by modelcontextprotocol
cc-equity-research
by prof-little-bear
Stars★ 85,748★ 39
30d uses
Score7745
Official
Categories
File SystemDeveloper ToolsProductivity
FinanceAI / LLM ToolsProductivity
LanguageTypeScript
Last committhis monththis month

filesystem · Summary

A feature-rich MCP server for filesystem operations with dynamic directory access control.

cc-equity-research · Summary

Turns Claude Code into an equity-research agent with 24 analysis skills and a unified data MCP.

filesystem · Use cases

  • Enable AI models to read and write project files during development
  • Allow Claude or other MCP clients to browse and analyze codebases
  • Provide secure sandboxed access to specific directories for content generation

cc-equity-research · Use cases

  • Perform comprehensive company analysis with financial forensics and earnings scorecards
  • Discover investment opportunities through systematic screening and sector analysis
  • Monitor portfolio positions with thesis tracking and catalyst calendars

filesystem · Install

Installation

Using NPX

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/path/to/allowed/directory"
      ]
    }
  }
}

Using Docker

{
  "mcpServers": {
    "filesystem": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "--mount", "type=bind,src=/path/to/allowed/dir,dst=/projects/allowed/dir",
        "mcp/filesystem",
        "/projects"
      ]
    }
  }
}

VS Code Extension

Click the installation buttons in the README to install directly in VS Code.

cc-equity-research · Install

git clone https://github.com/prof-little-bear/cc-equity-research.git
cd cc-equity-research
claude

Inside Claude Code, run /mcp to check the drillr connection and authenticate if prompted.

Comparison generated from public README + GitHub signals. Last updated automatically.