MCP Directory
Back

ModelContextProtocol.jl

by JuliaSMLM · Julia · ★ 50

ModelContextProtocol.jl — MCP server.

Install

git clone https://github.com/JuliaSMLM/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:JuliaSMLM/ModelContextProtocol.jl"
      ]
    }
  }
}

From the README

[](https://JuliaSMLM.github.io/ModelContextProtocol.jl/stable/) [](https://JuliaSMLM.github.io/ModelContextProtocol.jl/dev/) [](https://github.com/JuliaSMLM/ModelContextProtocol.jl/actions/workflows/CI.yml?query=branch%3Amain) [](https://codecov.io/gh/JuliaSMLM/ModelContextProtocol.jl) A Julia implementation of the [Model Context Protocol](https://github.com/modelcontextprotocol) (MCP), enabling integration with Large Language Models (LLMs) like Anthropic's Claude by providing standardized access to tools, resources, and prompts. The Model Context Protocol allows applications to provide cont…
Read full README on GitHub →

Related other servers