by jmanhype · MCP Server · ★ 67
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
MCPhoenix MCP server built on Phoenix Framework (Elixir). Exposes Server-Sent Events and JSON-RPC endpoints for MCP clients, with support for managing multiple child MCP servers through JSON configuration. Note: the module and directory names use the spelling "MCPheonix" (without the 'o') throughout the codebase. What It Does Runs a Phoenix web server on port 4001 that: Accepts MCP JSON-RPC requests at Streams events to clients via SSE at Manages child MCP servers (Flux image generation, Dart task management, etc.) as supervised processes Routes tool calls to the appropriate child server over stdio Child servers are defined in and started automatically at boot. Status Architecture lib/ mcpheonix/ application.ex — OTP application, supervision tree mcp/ server.ex — Core MCP server logic servermanager.ex — Manages child MCP server
| Stars | 67 |
| Forks | 6 |
| Language | Elixir |
| Category | MCP Server |
| License | MIT |
| Quality Score | 66.9180337796153/100 |
| Open Issues | 1 |
| Last Updated | 2026-03-25 |
| Created | 2025-03-09 |
| Platforms | mcp |
| Est. Tokens | ~14k |
These tools work well together with MCPhoenix for enhanced workflows:
Explore other popular mcp server tools:
MCPhoenix is A simplified implementation of the Model Context Protocol (MCP) server using Elixir's Phoenix Framework.. It is categorized as a MCP Server with 67 GitHub stars.
MCPhoenix is primarily written in Elixir.
You can find installation instructions and usage details in the MCPhoenix GitHub repository at github.com/jmanhype/MCPhoenix. The project has 67 stars and 6 forks, indicating an active community.
MCPhoenix is released under the MIT license, making it free to use and modify according to the license terms.