CSharpMcpServer

by shigekazukoya

117 downloads
Not rated
GitHub

Description

# CSharpMcpServer [日本語版はこちら](README.ja.md) The C# implementation of Model Context Protocol (MCP) servers provides extensions for the Claude Desktop API. This project offers various tools for file system operations, hardware information retrieval, web content fetching, and time…

About

# CSharpMcpServer [日本語版はこちら](README.ja.md) The C# implementation of Model Context Protocol (MCP) servers provides extensions for the Claude Desktop API. This project offers various tools for file system operations, hardware information retrieval, web content fetching, and time retrieval. ## Usage ```Powershell git…

Details

Author
shigekazukoya
Downloads
117
Categories
Other

- Provides 11 independent MCP server tools for various tasks
- Includes McpInsight, a debug and monitoring utility for MCP servers
- Supports file reading, writing, editing, ZIP compression, and extraction
- Retrieves OS, CPU, GPU, memory, disk, and network information
- Extracts main content from web pages by removing ads and navigation
- Secure PowerShell command execution interface

Clone the repository, change to the CSharpMcpServer directory, and run dotnet build. Each MCP server tool is implemented as an independent .NET project and can be built and used separately. For detailed usage instructions, refer to the individual README files under the Servers directory.

CSharpMcpServer

日本語版はこちら

The C# implementation of Model Context Protocol (MCP) servers provides extensions for the Claude Desktop API. This project offers various tools for file system operations, hardware information retrieval, web content fetching, and time retrieval.

Usage

git clone https://github.com/shigekazukoya/CSharpMcpServer
cd CSharpMcpServer
dotnet build

Each McpServer tool is implemented as an independent dotnet project and can be built and used separately. For detailed usage instructions, please refer to the Servers/README of each tool.

Utilities

- McpInsight - Debug and monitoring tool for MCP servers
- Real-time monitoring of communication between MCP clients and servers
- Interactive testing of MCP server commands
- Message display in an easy-to-analyze format
- Usable in all phases of stdio-based MCP server development

Servers

- FileSystem - Provides file system operation functionality
- File reading, writing, editing, and deletion
- Directory creation and folder structure retrieval
- ZIP compression and extraction
- Opening files/folders with default applications

- PowerShell - Provides a secure interface for PowerShell command execution

- HardwareInfoRetriever - OS, CPU, GPU, memory, and disk information

- Time - Retrieves the current time

- Web - Opening URLs in the default browser

- WebFetch - Extracts main content from web pages by removing ads and navigation
- Content identification algorithm using semantic HTML elements

- NetworkInfo - Retrieves network adapter and TCP connection information

- VisualStudio - Retrieves Visual Studio information
- Content of currently selected files
- Information about all open files

- Rss - Processes RSS feeds

- CreateMcpServer - Tool for creating MCP server projects

- DotnetBuild - Tool for building and analyzing .NET projects

License

This project is licensed under the MIT License.
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.