Connect your AI to PhDs.io

Give Claude, ChatGPT, or any MCP-capable assistant direct access to the corpus. Once connected, it searches and cites papers in plain conversation — no crawling, no copy-paste.

Endpoint https://phds.io/mcp

Read-only · no sign-up · no API key · two tools: search_papers (full query language, filters, facets) and get_paper (id or DOI → CSL-JSON).

Claude

  1. claude.ai or Claude Desktop → SettingsConnectors
  2. Add custom connector → paste the endpoint

Pro, Max, Team, and Enterprise plans.

Claude Code, one line:

claude mcp add --transport http phds https://phds.io/mcp

ChatGPT

  1. chatgpt.com (web app — mobile apps can't manage this) → avatar → Settings
  2. Open Plugins — OpenAI renames this section often; yours may say Connectors or Apps
  3. Advanced settings → enable Developer mode
  4. Add custom connector → paste the endpoint

Paid plans only (Plus, Pro, Business, Enterprise, Edu). On workspace plans an admin may need to allow custom connectors first.

Other clients

Cursor, VS Code, and anything speaking streamable-HTTP MCP:

{
  "mcpServers": {
    "phds": { "url": "https://phds.io/mcp" }
  }
}

Try asking your assistant

Building an agent? Please respect the crawl budget in /llms.txt.