Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Ex Mcp Test

    Test implementation of mcp server in Elixir

    9 stars
    Elixir
    Updated Jun 21, 2025

    Table of Contents

    • Features
    • Architecture
    • Usage
    • Configuration
    • Development
    • API Documentation
    • License

    Table of Contents

    • Features
    • Architecture
    • Usage
    • Configuration
    • Development
    • API Documentation
    • License

    Documentation

    ExMCP Test Server

    An MCP (Model Context Protocol) server implementation in Elixir that provides a test implementation for experimenting with the protocol.

    Features

    • JSON-RPC 2.0 compliant server implementation
    • Standard MCP protocol methods supported
    • Pluggable validation and middleware pipeline
    • Schema-driven request/response validation
    • OpenRPC specification included

    Architecture

    The server is built using:

    • PhxJsonRpc for the RPC layer
    • ExJsonSchema for schema validation
    • Jason for JSON encoding/decoding

    Usage

    Run the server locally:

    sh
    mix run --no-halt

    Configuration

    The best way to run the model is to generate a release with

    sh
    mix release

    and add it to to your claude_desktop_config.json:

    json
    {
      "mcpServers": {
        "ex-mcp-test": {
          "command": "path/to/your/realease/bin/my_app",
          "args": [
            "start"
          ]
        }
      }
    }

    Development

    Requirements:

    • Elixir 1.14+
    • Mix

    Install dependencies:

    sh
    mix deps.get

    Run tests:

    sh
    mix test

    API Documentation

    The server implements the following MCP methods:

    code
    initialize - Initialize the server
    notifications/initialized - Handle initialization notification
    
    prompts/list - List available prompts
    resources/list - List available resources
    
    tools/list - List available tools
    tools/call - Call a specific tool

    The OpenRPC specification can be found in priv/static/mcp-openrpc.json.

    License

    This project is licensed under the MIT License - see the LICENSE file for details.

    Similar MCP

    Based on tags & features

    • ES

      Esp Rainmaker Mcp

      Python·
      9
    • PE

      Personalizationmcp

      Python·
      12
    • FA

      Fal Mcp Server

      Python·
      8
    • ME

      Metmuseum Mcp

      TypeScript·
      14

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • ES

      Esp Rainmaker Mcp

      Python·
      9
    • PE

      Personalizationmcp

      Python·
      12
    • FA

      Fal Mcp Server

      Python·
      8
    • ME

      Metmuseum Mcp

      TypeScript·
      14

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k