mcp-servers

rdmilly/mcp-servers
★ 0 stars Python 🔍 Search Updated 6d ago
Monorepo for all MCP integration servers — invoice-ninja, portal, and future integrations
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": "uvx",
      "args": [
        "mcp-servers"
      ]
    }
  }
}

Or install with pip: pip install mcp-servers

README Excerpt

All custom MW MCP integration servers. One folder per server. Registered and managed by the MCP Provisioner at mcp.millyweb.com. | Server | Tools | Description | |--------|-------|-------------| | `mcp-workdocs` | workdocs_read, workdocs_write, workdocs_search | Working KB docs, journals, specs | | `mcp-cloudflare-dns` | dns_list, dns_create, dns_update, dns_delete | DNS management |