mcp-servers

jross32/mcp-servers
★ 0 stars JavaScript 🤖 AI/LLM Updated today
Monorepo of all MCP (Model Context Protocol) servers — agent-ops-hub, os-bridge, and 100+ domain automation servers
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-servers": {
      "command": "npx",
      "args": [
        "-y",
        "jross32/mcp-servers"
      ]
    }
  }
}

README Excerpt

A monorepo of all MCP (Model Context Protocol) servers built for AI agent workflows. | Directory | Purpose | Status | |-----------|---------|--------| | [`agent-ops-hub/`](agent-ops-hub/) | Orchestration, validation, roadmap tracking, artifact analysis — 24 tools, 3 prompts | v0.1.0 | | [`os-bridge/`](os-bridge/) | Windows OS control — clipboard, processes, windows, shell — 30 tools | v0.1.0 |