MCP Directory
Back

ModelContextProtocol.jl

by JuliaServices · Julia · ★ 1

ModelContextProtocol.jl — MCP server.

Install

git clone https://github.com/JuliaServices/ModelContextProtocol.jl.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "modelcontextprotocol-jl": {
      "command": "npx",
      "args": [
        "-y",
        "github:JuliaServices/ModelContextProtocol.jl"
      ]
    }
  }
}

From the README

[](https://github.com/JuliaServices/ModelContextProtocol.jl/actions/workflows/ci.yml) [](https://JuliaServices.github.io/ModelContextProtocol.jl/stable) [](https://JuliaServices.github.io/ModelContextProtocol.jl/dev) Julia server and client utilities for the Model Context Protocol (MCP). The package targets MCP protocol version and currently focuses on Streamable HTTP, discovery manifests, OAuth-protected resources, tools, prompts, resources, completions, logging notifications, and client smoke tests. This JuliaServices package is currently unregistered. The General registry has a separate…
Read full README on GitHub →

Related other servers