mcp-servers

jdabrego/mcp-servers
★ 0 stars Python Code/Dev Tools Updated today
Four Model Context Protocol servers connecting Claude to production systems — a CRM, an invoicing backend, Notion and a Linux host. 38 tools, with guard tests against secret leakage, config drift and shell injection.
View on GitHub → 🔍 Audit Wallet Slippage →

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

Four [Model Context Protocol](https://modelcontextprotocol.io) servers that give Claude Code direct, typed access to the systems I operate: a CRM, an electronic-invoicing backend, a Notion workspace, and a Linux host running Docker Compose. **38 tools** in total. They were not written as demos. Each one was built to do real work against a real backend, and