Skip to main content
Consensus MCP lets AI assistants search 220+ million peer-reviewed research papers. Connect your preferred client below. You’ll be searching in under 2 minutes. Server URL
claude-card

Claude

Add Consensus from the Claude connectors directory.
chatgpt-card

ChatGPT

Add Consensus from the ChatGPT app directory.

Connect Your Client

One-click: open Consensus in the Claude directory and click Connect. Or connect manually:
1

Open Settings

Open claude.ai or the Claude desktop app and go to Settings.
2

Browse connectors

Select Connectors, then Browse connectors.
3

Find Consensus

Search for Consensus and click Connect.
4

Sign in

Approve the sign-in with your Consensus account, or continue without one at reduced limits.
5

Start searching

Ask a research question in any chat. Consensus appears in the tools menu.
OAuth will open in your browser automatically on first use. You can also trigger it manually with the /mcp command inside Claude Code.
One-click: open Consensus in the ChatGPT app directory and click Connect. Or connect manually:
1

Open ChatGPT

Open chatgpt.com and sign in.
2

Find Consensus

Open Apps from the sidebar, search for Consensus, and click Connect.
3

Sign in

Sign in with your Consensus account when prompted.
4

Start searching

Ask a research question, or call it by name: “Use Consensus to find RCTs on…”
Search results display in an interactive widget showing top papers with citations and direct links.
Consensus also works with ChatGPT Deep Research. See Using Consensus with ChatGPT Deep Research below.
Or add to ~/.codex/config.toml:
One-click: Install in Cursor. Or add to ~/.cursor/mcp.json:
Add to your MCP configuration:
Add to your MCP configuration:
Any client that supports remote MCP servers (Streamable HTTP) works. Point it at https://mcp.consensus.app/mcp. If your client supports OAuth, authentication is handled automatically.

Watch: connect Consensus and run your first search

Using Consensus with ChatGPT Deep Research

Consensus also works with ChatGPT Deep Research. When Deep Research uses the Consensus app, it can search Consensus for relevant papers and retrieve full paper details for cited results.
1

Connect the Consensus app

Connect the Consensus app in ChatGPT using the steps above.
2

Start a Deep Research request

Start a Deep Research request in ChatGPT.
3

Ask ChatGPT to use Consensus

Ask ChatGPT to use Consensus for peer-reviewed research, for example:
Use Consensus to research the evidence on exercise for depression. Prioritize systematic reviews, meta-analyses, and randomized controlled trials.
Deep Research may run multiple Consensus searches, refine filters, retrieve paper details, and return a cited synthesis with direct links to papers on Consensus.

Verify Your Connection

Try one of these in your connected client. Each link opens the question pre-filled: You should see results citing specific papers with titles, journals, years, citation counts, and direct links.

Plans and Access

Your results depend on your Consensus plan, not your AI subscription (Claude Pro, ChatGPT Plus, etc. have no effect on Consensus results).
No account is needed to get started. Connect directly and try it out.
Create a free account at consensus.app/sign-up or upgrade at consensus.app/pricing.

Enterprise and API Key Access

For enterprise access with unlimited rate limits, include your API key as a Bearer token:
Contact Consensus for enterprise API access at consensus.app/home/api.

Search Tool

The search tool searches Consensus for peer-reviewed research papers. ChatGPT Deep Research may call this tool multiple times with different queries and filters while building a research report.

Parameters

Response

Each search returns:
array
Array of paper objects with title, authors, abstract, journal, year, citation_count, and url (direct link to the paper on Consensus).
integer
Total number of papers found.
string
The original search query.
Pro plans and above also include study_type and takeaway for each paper. Enterprise includes doi.

Example Prompts

  • “What does the research say about the effectiveness of remote work on productivity?”
  • “Find RCTs and meta-analyses since 2020 on cognitive behavioral therapy for anxiety”
  • “Search for high quality human studies on gut microbiome and mental health with at least 100 participants”
  • “Recent research on large language model hallucination from top tier journals”
  • “Use Consensus Deep Research to compare evidence for different treatments for insomnia”

Troubleshooting

You added the server with -- --transport http instead of --url. Remove and re-add:
Fully quit and restart Claude Code. Do not just use the reconnect option. Your credentials are saved and will work after restart.
Your OAuth token has expired. Re-authenticate:
  • Claude Code: Type /mcp, select Consensus, choose Clear authentication, re-authenticate, then restart Claude Code
  • Codex: Run codex mcp logout consensus then codex mcp login consensus
  • Cursor: Disconnect and reconnect the server in Settings then Tools and MCP
  • Claude Desktop: Disconnect and reconnect the connector in Settings then Connectors
  • ChatGPT: Disconnect and reconnect the Consensus app from ChatGPT Apps
  • Verify the URL includes /mcp at the end
  • Remove and re-add the server using the commands above
  • Restart your client completely
This is normal. Claude loads tool definitions on demand when many tools are present. Retry the query and it will work on the second attempt.
Confirm the Consensus app is connected in ChatGPT Apps, then ask Deep Research to use Consensus explicitly. For example:
Use Consensus to find peer-reviewed papers on this question and cite the strongest evidence.
Deep Research decides when to call connected tools, so it may not call Consensus for questions that are not research-focused.
Try broadening your search query or removing filters. Use specific academic terminology rather than casual language.
Wait a few moments before searching again. If using automated workflows, implement backoff logic between requests.

Security

  • Endpoint: Only connect to the official URL: https://mcp.consensus.app/mcp
  • API keys: Store securely using environment variables. Never share keys in prompts or public conversations. Rotate if compromised.
  • Data handling: Search queries are sent to the Consensus API over HTTPS/TLS. Results contain publicly available academic paper metadata. No personal data is stored from MCP requests.

Supported Platforms

Additional Resources

Consensus Website

Explore the Consensus research platform.

API Documentation

Full reference for the Consensus search API.

MCP Specification

Learn more about the Model Context Protocol.