
Hasna Connectors
by hasna
Universal API connector platform to enable and run multiple API integrations from a single package.
What it does
Hasna Connectors is a comprehensive connector platform that allows users to enable, authenticate, and run various API connectors (like GitHub, Stripe, and OpenAI) from a single unified runtime. It simplifies the process of adding multiple external service integrations to AI workflows by managing credentials and execution in one place.
Tools
The platform provides a dynamic set of tools based on the enabled connectors. Key capabilities include:
connectors install: Enable specific API connectors via a manifest file.connectors auth: Securely store credentials for the enabled services.connectors run: Execute specific connector commands to fetch or manipulate data from the target API.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"hasna-connectors": {
"command": "npx",
"args": ["-y", "@hasna/connectors", "-mcp"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm install -g @hasna/connectorsInformation
- Pricing
- free
- Published
- 5/25/2026
- stars






