mlx-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MLX_API_KEY | No | API key for secured backends | |
| MLX_TIMEOUT | No | Request timeout in seconds | 30 |
| MLX_BASE_URL | No | Backend URL | http://localhost:8080 |
| MLX_DEFAULT_MODEL | No | Model name — required for Ollama |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| chatB | Send a message to the local LLM and return the response with token usage. |
| quick_testB | Run a predefined diagnostic prompt to sanity-check the loaded model. |
| health_checkA | Check whether the configured LLM backend is reachable. |
| list_modelsA | List available models on the configured backend. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_config | Current server configuration (API key is not exposed). |
| get_usage_docs | Setup and usage documentation. |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/deresolution20/mlx-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server