afrotools

afrotools/afrotools
★ 3 stars TypeScript 💻 Code/Dev Tools Updated today
AI-ready registry of structured API specs for African providers. Powers the Afro.tools MCP server and Claude Code plugin.
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": {
    "afrotools": {
      "command": "npx",
      "args": [
        "-y",
        "afrotools/afrotools"
      ]
    }
  }
}