digger-solo-mcp-server

SeanPedersen/digger-solo-mcp-server

3.1

If you are the rightful owner of digger-solo-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The MCP Server for Digger Solo is designed to facilitate seamless integration and communication between the Digger Solo application and Claude Desktop, enabling efficient search and summarization of research papers.

MCP Server for Digger Solo

Install

  • Install Claude Desktop
  • Install uv
  • Clone repo: git clone https://github.com/SeanPedersen/digger-solo-mcp-server.git
  • cd digger-solo-mcp-server/
  • Setup environment: uv venv && uv pip install -r pyproject.toml && source .venv/bin/activate
  • Install the MCP server: fastmcp install --with pycurl mcp_server.py
  • Restart Claude Desktop (Digger Solo app needs to be running)

Usage

Prompt: Digger search for research papers about dimensionality reduction and summarize the first 5 -> Claude will use Digger Solo search to find relevant files. Then retrieve the text of the first 5 and summarize them.