Julia Documentation MCP Server

Integrations

  • Serves Julia documentation and source code, including access to packages, modules, types, functions, and methods

Julia Documentation MCP Server

An MCP server that efficiently serves context to Claude Desktop about Julia documentation and source code.

Features

  • Get documentation for Julia packages, modules, types, functions, and methods
  • View source code for Julia functions, types, and methods
  • Built-in caching with 5-minute TTL
  • Proper error handling for Julia-specific errors

Tools

get-doc

Gets Julia documentation for a package, module, type, function, or method.

  • Parameter: path (string) - Path to Julia object (e.g., 'Base.sort', 'AbstractArray')

get-source

Gets Julia source code for a function, type, or method.

  • Parameter: path (string) - Path to Julia object (e.g., 'Base.sort', 'AbstractArray')

Requirements

  • Node.js 16 or higher
  • Julia 1.9 or higher installed and accessible in PATH
  • Claude Desktop

Configuration

Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json):

{ "mcpServers": { "juliadoc": { "command": "npx", "args": [ "-y", "@jonathanfischer97/server-juliadoc" ], "env": { "JULIA_PROJECT": "/path/to/your/julia/project" } } } }

The server will use:

  • Your specified Julia project if JULIA_PROJECT is set in the config
  • The default global Julia environment if no project is specified
  • Your system's default Julia installation (must be accessible in PATH)

Development

# Clone the repository git clone https://github.com/jonathanfischer97/juliadoc-mcp.git cd juliadoc-mcp # Install dependencies npm install # Build npm run build # Start server locally npm start

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Credit goes to mrjoshuak/godoc-mcp for inspiring this project

License

MIT License - see LICENSE file for details

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

The server facilitates access to Julia documentation and source code through Claude Desktop, allowing users to retrieve information on Julia packages, modules, types, functions, and methods.

  1. Features
    1. Tools
      1. get-doc
      2. get-source
    2. Requirements
      1. Configuration
        1. Development
          1. Contributing
            1. License

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                A Model Context Protocol server that connects GitHub code to Claude.ai. This server utilizes the Pera1 service to extract code from GitHub repositories and provide better context to Claude.
                Last updated -
                1
                31
                1
                JavaScript
                MIT License
                • Apple
              • A
                security
                F
                license
                A
                quality
                A server that enables Claude Desktop users to access the Claude API directly, allowing them to bypass Professional Plan limitations and use advanced features like custom system prompts and conversation management.
                Last updated -
                1
                5
                Python
                • Apple
              • -
                security
                A
                license
                -
                quality
                A server that provides access to Mathematica documentation through FastMCP, enabling users to retrieve function documentation and list package symbols from Wolfram Mathematica.
                Last updated -
                2
                Python
                MIT License
                • Linux
                • Apple
              • -
                security
                A
                license
                -
                quality
                A server that provides access to the tidymodels R ecosystem, enabling users to list packages, search functions, generate code templates, and search issues through AI assistants like Cline.bot and Claude Desktop.
                Last updated -
                JavaScript
                MIT License
                • Apple
                • Linux

              View all related MCP servers

              ID: 7xy80o4wdp