★ 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"
]
}
}
}
Run in terminal:
claude mcp add mcp-servers npx -y theYahia/mcp-servers
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-servers": {
"command": "npx",
"args": [
"-y",
"theYahia/mcp-servers"
]
}
}
}