Unified MCP Client Library for Elixir
@ramonlimaramos
关于 Unified MCP Client Library for Elixir
🌐 Mcpixir is the open source way to connect any LLM to any MCP server and build custom agents that have tool access, without using closed source or application clients.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Unified MCP Client Library for Elixir?
Mcpixir is an open-source Elixir library that lets developers connect any LLM supporting tool calling to any MCP server, enabling custom agents with tool access for web browsing, file operations, and more. It is designed for Elixir developers building agent-based applications.
How to use Unified MCP Client Library for Elixir?
Add mcpixir to your mix.exs dependencies, configure LLM provider API keys (e.g., OPENAI_API_KEY), then create an MCP client, configure your LLM, create an agent, and run queries—all in about six lines of code. Use Mix tasks like mix mcpixir.chat to quickly test examples.
Key features of Unified MCP Client Library for Elixir
- Create an MCP agent with as few as 6 lines of code
- Works with any LLM supporting tool calling
- Direct HTTP connections to remote MCP servers
- Agents dynamically select the best MCP server for a task
- Use multiple MCP servers simultaneously in one agent
- Restrict dangerous tools like file system or network access
Use cases of Unified MCP Client Library for Elixir
- Web browsing and search via Playwright MCP server
- Search and book accommodations through Airbnb MCP server
- Create 3D models with Blender MCP server
- Combine multiple MCP servers (e.g., Airbnb + Playwright) in a single agent workflow
FAQ from Unified MCP Client Library for Elixir
What LLM providers are supported?
Mcpixir works with any LLM that supports tool calling, including OpenAI, Anthropic, and Groq. You must configure the corresponding API keys.
Can I use multiple MCP servers at the same time?
Yes. Mcpixir supports multi-server configuration. An agent can access tools from all configured servers, and dynamic server selection can be enabled to choose the best server per task.
How do I restrict potentially dangerous tools?
You can provide a list of disallowed tool names when creating the agent (e.g., disallowed_tools: ["file_system", "network"]) to control what the agent can use.
Does Mcpixir support HTTP/SSE connections?
Yes. Mcpixir can connect to MCP servers via HTTP using SSE endpoints, configured via the url field in the server configuration.
What are the runtime requirements?
Elixir 1.15 or later, and API keys for the chosen LLM provider. The library is available on Hex.pm.
开发工具 分类下的更多 MCP 服务器
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
评论