Skip to main content
Less_Ice2531 u/Less_Ice2531 avatar

Less_Ice2531

u/Less_Ice2531

New
Open sort options
Change post view


Free MCP server for academic and scientific research.
r/mcp icon
r/mcp
A banner for the subreddit

The Model Context Protocol is an open standard that enables developers to build secure, two-way connections between their data sources and AI-powered tools


Members Online
Free MCP server for academic and scientific research.
server

I wanted to share my OpenAlex MCP Server that I created for using scientific research. OpenAlex is a free scientific search index with over 250M indexed works.

I created this service since all the existing MCP servers or tools didn't really satisfy my needs, as they did not enable to filter for date or number of citations. The server can easily be integrated into frontends like OpenWebUI or Claude. Happy to provide any additional info and glad if it's useful for someone else:

https://github.com/LeoGitGuy/alex-paper-search-mcp

Example Query:

search_openalex(
    "neural networks", 
    max_results=15,
    from_publication_date="2020-01-01",
    is_oa=True,
    cited_by_count=">100",
    institution_country="us"
)

I created an MCP server for scientific research
r/OpenWebUI icon
r/OpenWebUI
A banner for the subreddit

https://openwebui.com


Members Online
I created an MCP server for scientific research
Plugin

I wanted to share my OpenAlex MCP Server that I created for using scientific research within OpenWebUI. OpenAlex is a free scientific search index with over 250M indexed works.

I created this service since all the existing MCP servers or tools didn't really satisfy my needs, as they did not enable to filter for date or number of citations. The server can easily be integrated into OpenWebUI with MCPO or with the new MCP integration (just set Authentication to None in the OpenWebUI settings). Happy to provide any additional info and glad if it's useful for someone else:

https://github.com/LeoGitGuy/alex-paper-search-mcp

Example Query:

search_openalex(
    "neural networks", 
    max_results=15,
    from_publication_date="2020-01-01",
    is_oa=True,
    cited_by_count=">100",
    institution_country="us"
)






Morty Proxy This is a proxified and sanitized view of the page, visit original site.