mcp-servers

theYahia/mcp-servers
★ 1 stars TypeScript 🔌 API Integration Updated today
@theyahia MCP servers monorepo — production-grade MCP servers for non-Western APIs (CIS, MENA, Africa, LATAM, SE Asia). Turborepo + pnpm. Built on @theyahia/mcp-core.
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",
        "theYahia/mcp-servers"
      ]
    }
  }
}