Simple_mcp_server
If you are the rightful owner of Simple_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A FastMCP-powered microservice that provides search tools for Wikipedia and Arxiv using the LangChain Community utilities.
This project demonstrates how to create and run an MCP (Model Context Protocol) server using FastMCP. It provides simple tools that Claude Desktop can use to search Wikipedia and fetch academic papers from Arxiv. The server exposes two FastMCP-compatible endpoints: 'get_info' for fetching summarized information from Wikipedia, and 'get_research_paper' for retrieving academic paper details from Arxiv. It is designed for plug-and-play use in modular AI systems or agent runtimes.
Features
- FastMCP-compatible endpoints for Wikipedia and Arxiv.
- Plug-and-play use in modular AI systems.
- Supports Python 3.12+ and integrates with Claude Desktop.
- Utilizes LangChain Community utilities for enhanced search capabilities.