Llama AI MCP Server
@rocnubie
关于 Llama AI MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"llamaai-mcp": {
"command": "node",
"args": [
"/absolute/path/to/llamaai-mcp/src/index.mjs"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Llama AI MCP Server?
An MCP server that exposes the canonical Llama AI knowledge surface — models, prompts, chat workflows, pricing, FAQ, and official links — to MCP-compatible AI clients like Claude Desktop, Cursor, Windsurf, and Continue. It is read-only, requires no API keys, and starts in ~50 ms. Designed for developers and teams evaluating Meta's Llama 4 models before committing to infrastructure or API integration.
How to use Llama AI MCP Server?
Install via Smithery (npx -y @smithery/cli install llamaai-mcp --client claude) or clone the source and run pnpm install. Then add the server to your MCP client configuration (e.g., claude_desktop_config.json) with the command node /path/to/index.mjs. Use the tools list_models, get_pricing, and get_official_links, or the prompt start_chat_session_llamaai.
Key features of Llama AI MCP Server
- Read-only access to model lists, pricing, and official links.
- Zero-configuration setup; no API key required.
- Exposes prompts for site summaries and chat-evaluation sessions.
- Resources for models, pricing, FAQ, and links.
- Sub-100 ms cold start time.
- Compatible with multiple MCP clients (Claude, Cursor, Windsurf, Continue).
Use cases of Llama AI MCP Server
- Rapidly retrieve live model availability and pricing from within an AI assistant.
- Start a chat-evaluation session against Llama 4 models without leaving your MCP client.
- Share official site links and FAQ with team members through the assistant.
- Integrate Llama AI documentation lookup into code review or research workflows.
FAQ from Llama AI MCP Server
Does the server require an API key or external credentials?
No. The server provides read-only access to public information on llamaai.online and requires no API keys or authentication.
What are the runtime dependencies?
Node.js version 18 or later is required. The server runs over stdio with no additional services.
Is the server read-only?
Yes. All exposed tools, resources, and prompts are read-only. No write operations are supported.
How do I install it?
Use the Smithery CLI (npx -y @smithery/cli install llamaai-mcp --client claude) or clone the repository, run pnpm install, and configure your MCP client to execute node src/index.mjs.
What transports does it support?
The server communicates over stdio, the standard MCP transport.
其他 分类下的更多 MCP 服务器
Servers
modelcontextprotocolModel Context Protocol Servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
ghidraMCP
LaurieWiredMCP Server for Ghidra
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
评论