ex_mcp

azmaveth/ex_mcp
★ 17 stars Elixir AI/LLM Updated 4d ago
Model Context Protocol (MCP) and Agent Client Protocol (ACP) client/server library for Elixir
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ex_mcp": {
      "command": "npx",
      "args": [
        "-y",
        "azmaveth/ex_mcp"
      ]
    }
  }
}

README Excerpt

<div align="center"> **A complete Elixir implementation of the Model Context Protocol (MCP) and Agent Client Protocol (ACP)** </div> --- ExMCP is a comprehensive Elixir implementation of the [Model Context Protocol](https://modelcontextprotocol.io/) and the [Agent Client Protocol](https://agentclientprotocol.com/), enabling AI models to securely interact with local and remote resources through standardized protocols. It provides both client and server implementations with multiple transport opti

Tools (1)

get_user_count