MCP-server

taofit/MCP-server
★ 0 stars Go File System Updated 1mo ago
mcp server including local files management, check weather, and simple hello and runtime check
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/taofit/MCP-server@latest"
      ]
    }
  }
}