mcp-tools

mikeagun/mcp-tools
★ 1 stars C# 🤖 AI/LLM Updated 17d ago
MCP Servers to support agentic engineering
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": {
    "mcp-tools": {
      "command": "npx",
      "args": [
        "-y",
        "mikeagun/mcp-tools"
      ]
    }
  }
}