Auxen MCP
Provision private AI model endpoints (Llama 3.1, Qwen 2.5, Mistral) on dedicated GPUs, billed per minute. OAuth 2.1 + DCR.
README
Auxen MCP Server
This is the public manifest repo for the Auxen MCP (Model Context Protocol) server. The server itself runs at https://api.auxen.ai/mcp — this repo exists so registries (Smithery, Glama, the official MCP registry) have a canonical place to read metadata from.
Connect
The Auxen MCP server is a remote, StreamableHTTP server. Add it to your MCP client by URL:
https://api.auxen.ai/mcp
Authentication uses OAuth 2.1 + PKCE (recommended for browser-based clients) or a direct Auxen API key (auxen_live_* / auxen_test_*) sent as Authorization: Bearer <key>.
OAuth flow
The discovery metadata is at:
https://api.auxen.ai/.well-known/oauth-authorization-server(RFC 8414)https://api.auxen.ai/.well-known/oauth-protected-resource(RFC 9728)
Clients that support Dynamic Client Registration (RFC 7591) — including Claude.ai's Connectors Directory — can register themselves automatically. After registration the client redirects the user's browser to https://api.auxen.ai/oauth/authorize, the user logs in to Auxen and approves the connection on https://auxen.ai/oauth/authorize, and the client receives an authorization code that exchanges for an access token at https://api.auxen.ai/oauth/token.
Direct key (programmatic)
For agents that don't go through a browser, generate an auxen_live_* (or auxen_test_*) key at https://auxen.ai/dashboard/api-keys and send it as Authorization: Bearer <key> on every MCP call.
Tools
| Tool | Effect | Hint |
|---|---|---|
auxen_list_models |
List available models, optionally filtered by size | read-only |
auxen_get_instance_status |
Get status, endpoint, api_key for an instance | read-only |
auxen_list_instances |
List all instances on the account | read-only |
auxen_get_balance |
Read USD credits + active subscriptions | read-only |
auxen_provision_model |
Provision a new model instance — spends money | destructive |
auxen_destroy_instance |
Destroy an instance — irreversible | destructive |
What is Auxen?
Auxen provisions private, dedicated GPU instances running open-source models (Llama 3.1, Qwen 2.5, Mistral, Gemma 2, Phi-3). Each instance is fully private — no shared inference, no third-party routing. Pay-per-minute billing, no subscriptions.
For the human-facing documentation:
- Website: https://auxen.ai
- Architecture explainer: https://auxen.ai/architecture
- Agent reference: https://auxen.ai/agent-reference.md
- Concise reference for LLMs: https://auxen.ai/llms.txt
- OpenAPI 3.1 spec: https://api.auxen.ai/openapi.json
Support
- Email: hello@auxen.ai
- Status: https://status.auxen.ai
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.