io.github.AlephantAI/alephant-mcp MCP Server
io.github.AlephantAI/alephant-mcp
What is the io.github.AlephantAI/alephant-mcp MCP server?
Alephant MCP server for AI cost control, BYO-key routing, 50+ providers, and 320+ models.
How to install io.github.AlephantAI/alephant-mcp
Copy-paste configuration for popular MCP clients.
ALEPHANT_API_BASE_URLrequiredAlephant SaaS API base URL, for example https://alephant.io.
ALEPHANT_VIRTUAL_KEYsecretVirtual Key for read-only, cockpit-scoped VK mode. Use this mode for developer-level cost and usage visibility.
ALEPHANT_PATsecretPersonal Access Token for Manager mode. When set, Manager mode takes precedence over ALEPHANT_VIRTUAL_KEY.
ALEPHANT_WORKSPACE_IDWorkspace UUID required with ALEPHANT_PAT for Manager mode.
ALEPHANT_RATE_LIMIT_RPMOptional local HTTP tool-call limit per minute. Defaults to 60; set 0 to disable local throttling.
{
"mcpServers": {
"alephant-mcp": {
"command": "npx",
"args": [
"-y",
"@alephantai/mcp"
],
"env": {
"ALEPHANT_API_BASE_URL": "<YOUR_ALEPHANT_API_BASE_URL>",
"ALEPHANT_VIRTUAL_KEY": "<YOUR_ALEPHANT_VIRTUAL_KEY>",
"ALEPHANT_PAT": "<YOUR_ALEPHANT_PAT>",
"ALEPHANT_WORKSPACE_ID": "<YOUR_ALEPHANT_WORKSPACE_ID>",
"ALEPHANT_RATE_LIMIT_RPM": "<YOUR_ALEPHANT_RATE_LIMIT_RPM>"
}
}
}
}{
"mcpServers": {
"alephant-mcp": {
"command": "npx",
"args": [
"-y",
"@alephantai/mcp"
],
"env": {
"ALEPHANT_API_BASE_URL": "<YOUR_ALEPHANT_API_BASE_URL>",
"ALEPHANT_VIRTUAL_KEY": "<YOUR_ALEPHANT_VIRTUAL_KEY>",
"ALEPHANT_PAT": "<YOUR_ALEPHANT_PAT>",
"ALEPHANT_WORKSPACE_ID": "<YOUR_ALEPHANT_WORKSPACE_ID>",
"ALEPHANT_RATE_LIMIT_RPM": "<YOUR_ALEPHANT_RATE_LIMIT_RPM>"
}
}
}
}{
"mcpServers": {
"alephant-mcp": {
"command": "npx",
"args": [
"-y",
"@alephantai/mcp"
],
"env": {
"ALEPHANT_API_BASE_URL": "<YOUR_ALEPHANT_API_BASE_URL>",
"ALEPHANT_VIRTUAL_KEY": "<YOUR_ALEPHANT_VIRTUAL_KEY>",
"ALEPHANT_PAT": "<YOUR_ALEPHANT_PAT>",
"ALEPHANT_WORKSPACE_ID": "<YOUR_ALEPHANT_WORKSPACE_ID>",
"ALEPHANT_RATE_LIMIT_RPM": "<YOUR_ALEPHANT_RATE_LIMIT_RPM>"
}
}
}
}{
"servers": {
"alephant-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@alephantai/mcp"
],
"env": {
"ALEPHANT_API_BASE_URL": "<YOUR_ALEPHANT_API_BASE_URL>",
"ALEPHANT_VIRTUAL_KEY": "<YOUR_ALEPHANT_VIRTUAL_KEY>",
"ALEPHANT_PAT": "<YOUR_ALEPHANT_PAT>",
"ALEPHANT_WORKSPACE_ID": "<YOUR_ALEPHANT_WORKSPACE_ID>",
"ALEPHANT_RATE_LIMIT_RPM": "<YOUR_ALEPHANT_RATE_LIMIT_RPM>"
}
}
}
}claude mcp add alephant-mcp --env ALEPHANT_API_BASE_URL=<YOUR_ALEPHANT_API_BASE_URL> --env ALEPHANT_VIRTUAL_KEY=<YOUR_ALEPHANT_VIRTUAL_KEY> --env ALEPHANT_PAT=<YOUR_ALEPHANT_PAT> --env ALEPHANT_WORKSPACE_ID=<YOUR_ALEPHANT_WORKSPACE_ID> --env ALEPHANT_RATE_LIMIT_RPM=<YOUR_ALEPHANT_RATE_LIMIT_RPM> -- npx -y @alephantai/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.