Content
# MCP Collection
[](https://github.com/SwartzMss/McpCollection/actions/workflows/plantuml-render.yml)
This is a collection repository related to MCP (Model Context Protocol), containing multiple sub-projects.
In this repository, you can find the following contents:
---
## Table of Contents
1. [mcp_server_outlook](#mcp_server_outlook)
2. [mcp_server_filesystem](#mcp_server_filesystem)
3. [mcp_server_localSearch](#mcp_server_localsearch)
4. [mcp_client_chatbot](#mcp_client_chatbot)
---
## mcp_server_outlook
Provides complete Outlook email management features through the [Microsoft Graph API](https://docs.microsoft.com/en-us/graph/), including:
- Email list queries (by quantity or time range)
- Email content retrieval (by subject or ID)
- Sending and replying to emails
- Deleting emails
- Searching emails
Supports processing of email content in both HTML and plain text formats. For more details, see the [README](mcp_server_outlook/README.md).
## mcp_server_filesystem
Provides basic file system operation functionalities, including file read/write, directory management, file moving, and more. Supports Windows systems without the need to specify an operable directory. For more details, see the [README](mcp_server_filesystem/README.md).
## mcp_server_localSearch
A local file search service based on ripgrep (rg.exe), supporting both content and filename searches. Offers rich search options such as case sensitivity, regular expressions, file filtering, and more. For more details, see the [README](mcp_server_localSearch/README.md).
## mcp_client_chatbot
Primarily used for interacting with large language models (LLM) and completing tasks by invoking various tools. For more details, see the [README](mcp_client_chatbot/README.md).
[Click to watch the project introduction video](https://www.bilibili.com/video/BV1XVZUYrELX)
## License
This project is licensed under the [MIT License](LICENSE).
Connection Info
You Might Also Like
MarkItDown MCP
Converting files and office documents to Markdown.
Time
Obtaining current time information and converting time between different...
Filesystem
Model Context Protocol Servers
toon-java
☕ Community-driven Java implementation of TOON
MCP-oura
MCP server for Oura API integration
JToon
JToon is a compact format for structured data, optimizing token usage for...