๐ Campus Lost & Found MCP Server
@utkarshagawade17
About ๐ Campus Lost & Found MCP Server
Modular CLI-based MCP server to manage campus lost & found items using Claude Desktop.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Campus Lost & Found": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/CampusLostFoundMCP",
"run",
"main.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is ๐ Campus Lost & Found MCP Server?
A Claude Desktop-compatible MCP server that lets users report, track, and summarize lost and found items on campus via a simple CLI or LLM interface. It stores data persistently using local text files and is designed for anyone managing campus lostโandโfound records.
How to use ๐ Campus Lost & Found MCP Server?
Clone the repository, ensure Python 3.11+ is installed, run uv init . and uv add "mcp[cli]", then start the server with uv run main.py. For Claude Desktop integration, add the server definition to claude_desktop_config.json with the command uv --directory /path/to/CampusLostFoundMCP run main.py. Once connected, call the provided tool functions (e.g., report_lost("wallet near cafeteria"), show_lost(), summary_prompt()) directly inside Claude Desktop.
Key features of ๐ Campus Lost & Found MCP Server
- Report lost or found items via text description
- View complete lists of reported items
- Retrieve the latest lost or found item
- Generate a summary prompt for Claude to reason about
- Persistent storage using local text files
- Works seamlessly with Claude Desktop (Anthropic)
Use cases of ๐ Campus Lost & Found MCP Server
- A student reports a lost wallet near the cafeteria via chat
- A campus admin views all found items to match them with reports
- Claude generates a summary of recent lost/found activity for staff
- Quickly retrieve the most recently reported lost or found item
FAQ from ๐ Campus Lost & Found MCP Server
What tools does the server provide?
It provides eight tool functions: report_lost(), report_found(), show_lost(), show_found(), latest_lost(), latest_found(), and summary_prompt().
How does it store data?
Data is stored in two local text files (lost.txt and found.txt) that are autoโcreated on first use.
What are the runtime requirements?
Python 3.11+ and the mcp[cli] package installed via uv. No database or cloud service is required.
How do I connect it to Claude Desktop?
Add a server entry in claude_desktop_config.json with the command uv --directory /absolute/path/to/CampusLostFoundMCP run main.py.
Does it support category filtering or date search?
Not yet; these are planned as future enhancements. Currently all items are stored and listed without filtering.
Frequently asked questions
What tools does the server provide?
It provides eight tool functions: `report_lost()`, `report_found()`, `show_lost()`, `show_found()`, `latest_lost()`, `latest_found()`, and `summary_prompt()`.
How does it store data?
Data is stored in two local text files (`lost.txt` and `found.txt`) that are autoโcreated on first use.
What are the runtime requirements?
Python 3.11+ and the `mcp[cli]` package installed via `uv`. No database or cloud service is required.
How do I connect it to Claude Desktop?
Add a server entry in `claude_desktop_config.json` with the command `uv --directory /absolute/path/to/CampusLostFoundMCP run main.py`.
Does it support category filtering or date search?
Not yet; these are planned as future enhancements. Currently all items are stored and listed without filtering.
Basic information
More Other MCP servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web

EverArt
modelcontextprotocolModel Context Protocol Servers
๐ Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments