🧠 FastMCP SSE Server – Research Paper Agent
@selinazarzour
关于 🧠 FastMCP SSE Server – Research Paper Agent
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-selinazarzour": {
"command": "uv",
"args": [
"pip",
"install",
"--system",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is 🧠 FastMCP SSE Server – Research Paper Agent?
A deployable MCP-compatible remote server built with FastMCP. It exposes tools for searching academic papers on arXiv, extracting saved paper details, and generating structured prompts for Claude or other LLM agents.
How to use 🧠 FastMCP SSE Server – Research Paper Agent?
Connect any MCP client that supports SSE transport (e.g., Claude, GPT) to the live server at https://mcp-server-vs1x.onrender.com/sse. For local use, clone the repo, install dependencies with uv, and run uv run main.py to start the server on localhost:8001/sse.
Key features of 🧠 FastMCP SSE Server – Research Paper Agent
search_papers(topic): Search and save top arXiv papers by topicextract_info(paper_id): Retrieve paper details from stored JSONget_topic_papers(topic): Read summaries for all papers in a topicget_available_folders(): List all saved topic folders- Prompt template for Claude to generate full topic reports
- Uses SSE transport for remote MCP client communication
Use cases of 🧠 FastMCP SSE Server – Research Paper Agent
- Automate literature searches on arXiv for any research topic
- Build agent workflows that extract and store metadata from academic papers
- Generate structured research reports with Claude using the built‑in prompt template
FAQ from 🧠 FastMCP SSE Server – Research Paper Agent
What does this server do?
It is an MCP remote server that provides tools to search arXiv papers, extract saved paper info, list topics, and generate structured prompts for LLMs.
What transport does it use?
It uses SSE (Server‑Sent Events) transport, making it compatible with any MCP client that supports SSE.
What are the runtime requirements?
Python 3.11+, the uv package manager, and optionally Docker for deployment on Render.com.
How can I test the server locally or remotely?
Remotely, visit the live SSE URL or use the MCP Inspector (npx @modelcontextprotocol/inspector) with SSE transport and the server’s URL. Locally, run uv run main.py and connect to localhost:8001/sse.
How is data stored?
Paper information is saved locally in a papers/ directory as JSON files when using search and extraction tools.
数据与分析 分类下的更多 MCP 服务器
Google Ads MCP
cohnenAn MCP tool that connects Google Ads with Claude AI/Cursor and others, allowing you to analyze your advertising data through natural language conversations. This integration gives you access to campaign information, performance metrics, keyword analytics, and ad management—all th
Deep Research
u14appUse any LLMs (Large Language Models) for Deep Research. Support SSE API and MCP server.
PubMed Analysis MCP Server
DarkroasterA PubMed MCP server.
🎓 Semantic Scholar MCP Server
JackKuo666🔍 This project implements a Model Context Protocol (MCP) server for interacting with the Semantic Scholar API. It provides tools for searching papers, retrieving paper and author details, and fetching citations and references.
PubMed MCP Server
JackKuo666🔍 Enable AI assistants to search, access, and analyze PubMed articles through a simple MCP interface.
评论