PapersFlow
papersflow-mcp
papersflow-mcp is PapersFlow's production / GA hosted MCP server for literature search, citation verification, related-paper discovery, and authenticated research workflows across Claude, Codex, Gemini, ChatGPT-style MCP apps, and other MCP clients.
Production Endpoint
MCP URL:
https://doxa.papersflow.ai/mcpOAuth protected resource metadata:
https://doxa.papersflow.ai/.well-known/oauth-protected-resourceOAuth authorization server metadata:
https://doxa.papersflow.ai/.well-known/oauth-authorization-serverDynamic client registration:
https://doxa.papersflow.ai/oauth/register
Related MCP server: Research Paper Ingestion MCP Server
Public Tool Surface
searchfetchverify_citationsearch_literaturefind_related_papersget_citation_graphget_paper_neighborsexpand_citation_graph
Authenticated and paid tools are available through PapersFlow account access and plan entitlements.
Documentation
Gemini CLI Extension
This repository also includes a root gemini-extension.json so Gemini CLI can install it as an extension wrapper around the hosted MCP server.
Official Gemini CLI flow supported by the docs:
gemini extensions install https://github.com/papersflow-ai/papersflow-mcpThe extension manifest lives at the repository root and points Gemini CLI at the hosted MCP endpoint using Gemini's remote MCP config shape.
If Gemini shows:
papersflow-mcp (from papersflow-mcp) - Disconnected (OAuth not authenticated)that is expected until OAuth is completed inside Gemini:
/mcp auth papersflow-mcp
/mcp refresh
/mcp listgemini extensions install installs the extension package. It does not complete OAuth during install. The browser opens when Gemini starts the remote MCP auth flow, typically via /mcp auth papersflow-mcp or the first auth-required connection attempt.
Gemini CLI references:
https://geminicli.com/docs/extensions/releasing/https://geminicli.com/docs/extensions/reference/https://geminicli.com/docs/extensions/writing-extensions/
Client Setup
Cline (VS Code)
Add PapersFlow as a remote MCP server in your Cline MCP settings:
{
"mcpServers": {
"papersflow": {
"url": "https://doxa.papersflow.ai/mcp",
"transportType": "streamable-http"
}
}
}On first use, Cline will open a browser window for OAuth sign-in to your PapersFlow account. Public tools (literature search, citations, paper discovery) work immediately; authenticated tools require a PapersFlow plan.
Other Clients
Supported client paths today:
Codex
Claude Code
Gemini CLI
ChatGPT-style hosted MCP apps
The setup guide includes both command-style and config-style snippets where supported.
Support And Policies
Website:
https://papersflow.aiPrivacy:
https://papersflow.ai/privacyTerms:
https://papersflow.ai/termsSupport:
https://papersflow.ai/contactSupport email:
developer@papersflow.ai
Notes
This repository is the public documentation and submission surface for the hosted MCP service.
The production service is operated by PapersFlow and backed by the main PapersFlow platform.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables LLMs to search, analyze, and summarize academic research papers in real-time from arXiv, Semantic Scholar, and PubMed. Provides automatic deduplication, citation analysis, and BibTeX generation across multiple research databases.Last updated68MIT
- Flicense-qualityDmaintenanceEnables searching, downloading, and analyzing academic papers from arXiv and Semantic Scholar to extract key insights and citation metrics. It facilitates autonomous knowledge acquisition by processing research findings and integrating them into persistent AI memory systems.Last updated
- Alicense-qualityDmaintenanceUnifies academic literature retrieval from multiple sources like Scopus, ArXiv, PubMed, and Google Scholar into a single standardized API for LLM agents.Last updated10MIT
- Alicense-qualityAmaintenanceEnables AI agents to search academic papers, analyze citations and authors, track trending research, and find semantically related work using free scholarly sources.Last updatedMIT
Related MCP Connectors
Search peer-reviewed papers and research methodology guidance from your AI agent.
Autonomous research agent that pays every source it cites in USDC on Arc via x402 micropayments.
Search 340M+ academic papers — citation graphs, semantic similarity, and AI literature reviews.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/papersflow-ai/papersflow-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server