drio
Open app

Arcanna MCP Server

Source

Catalog onlyCatalog onlySTDIO

Overview

Arcanna MCP Server is a specialized server application designed to interface with Claude via the Model Control Protocol (MCP) framework, enabling seamless execution of tools and commands within the Claude client environment.

To use the Arcanna MCP Server, configure your MCP client (like Claude Desktop) by adding the server details to your configuration file and ensure you have the necessary prerequisites installed.

  • Interfaces with Claude using the MCP framework. - Allows execution of commands and tools within the Claude environment. - Supports configuration through JSON files for easy setup.
  1. Integrating custom tools into the Claude client.
  2. Automating tasks within the Claude environment.
  3. Enhancing the functionality of Claude with additional server capabilities.

Add to your AI client

Use these steps to connect Arcanna MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "arcanna-mcp-server-siscale": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-arcanna-mcp-server-siscale"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "arcanna-mcp-server-siscale": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-arcanna-mcp-server-siscale"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "arcanna-mcp-server-siscale": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-arcanna-mcp-server-siscale"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "arcanna-mcp-server-siscale": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-arcanna-mcp-server-siscale"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "arcanna-mcp-server-siscale": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-arcanna-mcp-server-siscale"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "arcanna-mcp-server-siscale": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-arcanna-mcp-server-siscale"
      ]
    }
  }
}

FAQ

What is the MCP framework?

The MCP framework is a protocol that allows for communication and control between different applications and services.

Is Arcanna MCP Server free to use?

Yes! Arcanna MCP Server is open-source and free to use.

What programming language is Arcanna MCP Server written in?

Arcanna MCP Server is written in Python.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3773,"uuid":"31fead22-3653-45d8-8a55-41e918f61f0a","name":"arcanna-mcp-server","title":"Arcanna MCP Server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/24822333?v=4","created_at":"$D2025-03-21T16:35:17.064Z","updated_at":"$D2025-03-21T16:55:49.923Z","status":"created","author_name":"siscale","author_avatar_url":"https://avatars.githubusercontent.com/u/24822333?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/siscale/arcanna-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-06-04 14:13:02\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]