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
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
servers
Model Context Protocol Servers
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
Time
A Model Context Protocol server for time and timezone conversions.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
Sequential Thinking
A structured MCP server for dynamic problem-solving and reflective thinking.