
arXiv MCP Server
The arXiv MCP Server bridges AI assistants and the arXiv scholarly article repository, enabling natural language searches, metadata retrieval, PDF downloads, an...

Connect your AI workflows with up-to-date scholarly article search and academic metadata using the Scholarly MCP Server in FlowHunt.
FlowHunt provides an additional security layer between your internal systems and AI tools, giving you granular control over which tools are accessible from your MCP servers. MCP servers hosted in our infrastructure can be seamlessly integrated with FlowHunt's chatbot as well as popular AI platforms like ChatGPT, Claude, and various AI editors.
The Scholarly MCP Server is designed to connect AI assistants with a robust academic article search capability. By integrating with various scholarly vendors (with more to be added in the future), this server empowers developers to enhance their AI workflows by providing direct access to accurate and up-to-date scholarly articles. It acts as a bridge between AI agents and external academic data sources, enabling tasks such as searching for research papers, retrieving publication metadata, and sourcing relevant academic content. This tool is particularly beneficial for research assistants, educational platforms, and knowledge-centric applications that require seamless access to high-quality academic resources.
No prompt templates were explicitly mentioned in the repository.
No resources were explicitly listed or described in the repository files.
No explicit tool definitions or entries (e.g., functions like search_articles, get_metadata, etc.) were found in the available repository structure or documentation. The repo is described as a “server to search for accurate academic articles,” so it likely includes a scholarly article search tool, but no concrete tool names or descriptions are present.
mcpServers section:{
"scholarly-mcp": {
"command": "mcp-scholarly",
"args": []
}
}
mcpServers:{
"scholarly-mcp": {
"command": "mcp-scholarly",
"args": []
}
}
{
"scholarly-mcp": {
"command": "mcp-scholarly",
"args": []
}
}
{
"scholarly-mcp": {
"command": "mcp-scholarly",
"args": []
}
}
To secure API keys, use environment variables in your configuration. For example:
{
"scholarly-mcp": {
"command": "mcp-scholarly",
"env": {
"API_KEY": "your_api_key_here"
},
"inputs": {
"api_key": "${API_KEY}"
}
}
}
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"scholarly-mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “scholarly-mcp” to the actual name of your MCP server and replace the URL with your own MCP server URL.
| Section | Availability | Details/Notes |
|---|---|---|
| Overview | ✅ | |
| List of Prompts | ⛔ | No prompt templates in repo |
| List of Resources | ⛔ | No explicit resources found |
| List of Tools | ⛔ | No explicit tools defined |
| Securing API Keys | ✅ | Provided generic example |
| Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Scholarly MCP Server provides a well-defined purpose and clear use cases, but documentation and repo content are sparse in terms of explicit prompt, resource, and tool definitions. Setup instructions can be inferred generically but are not detailed in the code. For a developer seeking plug-and-play academic search, it’s promising, but would benefit from richer documentation and explicit interface details.
| Has a LICENSE | ✅ (MIT) |
|---|---|
| Has at least one tool | ⛔ |
| Number of Forks | 20 |
| Number of Stars | 121 |
Integrate the Scholarly MCP Server into your FlowHunt projects for seamless access to academic articles, metadata, and citation generation.

The arXiv MCP Server bridges AI assistants and the arXiv scholarly article repository, enabling natural language searches, metadata retrieval, PDF downloads, an...

The Deep Research MCP Server enables comprehensive, AI-powered research workflows by automating question elaboration, subquestion generation, web search, conten...

The GitHub MCP Server enables seamless AI-powered automation and data extraction from the GitHub ecosystem by bridging AI agents and GitHub APIs. Enhance your d...