ClaudeMcpServer

samadehxc121443-cloud/ClaudeMcpServer
★ 0 stars C# 🤖 AI/LLM Updated today
Production-ready MCP server in C# .NET 10 — connects Claude Desktop to iCloud Mail and local tools via JSON-RPC 2.0 stdio
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claudemcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "samadehxc121443-cloud/ClaudeMcpServer"
      ]
    }
  }
}

README Excerpt

A production-ready **Model Context Protocol (MCP) server** written in C# .NET 10. Connects [Claude Desktop](https://claude.ai/download) on macOS to a set of local tools via the MCP stdio transport. --- ``` ┌─────────────────────────────────────────────────────────────┐ │ ClaudeMcpServer │

Tools (9)

get_datetimeget_system_infolist_directorylist_emailsread_emailread_filerun_shell_commandsearch_emailssend_email