atla-mcp-server
An MCP server implementation providing a standardized interface for LLMs to interact with the Atla API.
Documentation
Atla MCP Server
> [!CAUTION]
> This repository was archived on July 21, 2025. The Atla API is no longer active.
An MCP server implementation providing a standardized interface for LLMs to interact with the Atla API for state-of-the-art LLMJ evaluation.
> Learn more about Atla here. Learn more about the Model Context Protocol here.
Available Tools
- `evaluate_llm_response`: Evaluate an LLM's response to a prompt using a given evaluation criteria. This function uses an Atla evaluation model under the hood to return a dictionary containing a score for the model's response and a textual critique containing feedback on the model's response.
- `evaluate_llm_response_on_multiple_criteria`: Evaluate an LLM's response to a prompt across _multiple_ evaluation criteria. This function uses an Atla evaluation model under the hood to return a list of dictionaries, each containing an evaluation score and critique for a given criteria.
Usage
> To use the MCP server, you will need an Atla API key. You can find your existing API key here or create a new one here.
Installation
> We recommend using `uv` to manage the Python environment. See here for installation instructions.
Manually running the server
Once you have `uv` installed and have your Atla API key, you can manually run the MCP server using `uvx` (which is provided by `uv`):
ATLA_API_KEY= uvx atla-mcp-serverConnecting to the server
> Having issues or need help connecting to another client? Feel free to open an issue or contact us!
OpenAI Agents SDK
> For more details on using the OpenAI Agents SDK with MCP servers, refer to the official documentation.
1. Install the OpenAI Agents SDK:
pip install openai-agents2. Use the OpenAI Agents SDK to connect to the server:
import os
from agents import Agent
from agents.mcp import MCPServerStdio
async with MCPServerStdio(
params={
"command": "uvx",
"args": ["atla-mcp-server"],
"env": {"ATLA_API_KEY": os.environ.get("ATLA_API_KEY")}
}
) as atla_mcp_server:
...Claude Desktop
> For more details on configuring MCP servers in Claude Desktop, refer to the official MCP quickstart guide.
1. Add the following to your `claude_desktop_config.json` file:
{
"mcpServers": {
"atla-mcp-server": {
"command": "uvx",
"args": ["atla-mcp-server"],
"env": {
"ATLA_API_KEY": ""
}
}
}
}2. Restart Claude Desktop to apply the changes.
You should now see options from `atla-mcp-server` in the list of available MCP tools.
Cursor
> For more details on configuring MCP servers in Cursor, refer to the official documentation.
1. Add the following to your `.cursor/mcp.json` file:
{
"mcpServers": {
"atla-mcp-server": {
"command": "uvx",
"args": ["atla-mcp-server"],
"env": {
"ATLA_API_KEY": ""
}
}
}
}You should now see `atla-mcp-server` in the list of available MCP servers.
Contributing
Contributions are welcome! Please see the CONTRIBUTING.md file for details.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Frequently asked questions
What is atla-mcp-server?
atla-mcp-server is An MCP server implementation providing a standardized interface for LLMs to interact with the Atla API.
How do I install atla-mcp-server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is atla-mcp-server open source?
Yes — it is hosted on GitHub at https://github.com/atla-ai/atla-mcp-server and has 16 stars.
Related MCP tools
🙌 OpenHands: Code Less, Make More for the Model Context Protocol. Enhance AI assistants with powerful integrations. Python-based implementation.
Universal memory layer for AI Agents; Announcing OpenMemory MCP - local and secure memory management. Python-based implementation.
基于大模型搭建的聊天机器人,同时支持 微信公众号、企业微信应用、飞书、钉钉 等接入,可选择ChatGPT/Claude/DeepSeek/文心一言/讯飞星火/通义千问/ Gemini/GLM-4/Kimi/LinkAI,能处理文本、语音和图片,访问操作系统和互联网,支持基于自有知识库进行定制企业智能客服。
An LLM agent that conducts deep research (local and web) on any given topic and generates a long report with citations. Built for the Model Context Protocol to
🚀 The fast, Pythonic way to build MCP servers and clients Trusted by 19900+ developers. Trusted by 19900+ developers. Trusted by 19900+ developers.
🔥 MaxKB is an open-source platform for building enterprise-grade agents. MaxKB 是强大易用的开源企业级智能体平台。 for the Model Context Protocol. Enhance AI assistants with po
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP