MCP Directory
Back

ModelContextProtocol.jl

by svilupp · Julia · ★ 2

ModelContextProtocol.jl — MCP server.

Install

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

Claude Desktop config

Add this to your claude_desktop_config.json:

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

From the README

> [!WARNING] > This implementation is not yet functional, completed! Do not use! A Julia implementation of the [Model Context Protocol](https://modelcontextprotocol.io/introduction) (MCP), providing an SDK for building MCP-compliant servers and clients that enable AI models to access external tools. - JSON-RPC 2.0 compliant message handling - Built-in support for tool registration and dynamic dispatch - Simple API for creating MCP clients and servers The package is not yet registered, so you need to add it manually: To use MCP-enabled tools with Claude, you need to configure your Claude de…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers