A favicon of Eyevinn Open Source Cloud MCP Server

Eyevinn Open Source Cloud MCP Server

Model Context Protocol (MCP) server for using the Eyevinn Open Source Cloud API

Installation

Installing for Claude Desktop

Option 1: One-Command Installation

npx mcpbar@latest install EyevinnOSC/mcp-server -c claude

This command will automatically install and configure the Eyevinn Open Source Cloud MCP Server MCP server for your selected client.

Option 2: Manual Configuration

Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

After opening your configuration file, copy and paste this configuration:

View JSON configuration
{
  "mcpServers": {
    "Eyevinn Open Source Cloud MCP Server": {
      "command": "npx",
      "args": [
        "-y",
        "@osaas/mcp-server"
      ],
      "env": {
        "OSC_ACCESS_TOKEN": "<YOUR_TOKEN>"
      }
    }
  }
}

Eyevinn Open Source Cloud MCP Server

smithery badge

This MCP server provides MCP tools for Eyevinn Open Source Cloud that requires local computer access, for example to upload a file to a storage bucket in OSC. MCP tools for architecting and building solutions with OSC is provided by the remote MCP endpoint that can be accessed using the OSC remote MCP client.

Eyevinn Open Source Cloud Server MCP server

Features provided by the local MCP server

  • Upload a file to a MinIO storage bucket in OSC.

Setup

Installing via Smithery

To install Eyevinn Open Source Cloud MCP Server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @osaas/mcp-server --client claude

Personal Access Token

  • If you have not already done so, sign up for an Eyevinn OSC account.
  • In the Eyevinn OSC web console go to API settings (in Settings > API settings)
  • Copy the Personal Access Token

Usage with Claude Desktop

To use this with Claude Desktop, add the following to your claude_desktop_config.json:

{
  "mcpServers": {
    "local-mcp-osc": {
      "command": "npx",
      "args": ["-y", "@osaas/mcp-server"],
      "env": {
        "OSC_ACCESS_TOKEN": "<YOUR_TOKEN>"
      }
    },
    "remote-mcp-osc": {
      "command": "npx",
      "args": ["-y", "@osaas/client-mcp"],
      "env": {
        "OSC_ACCESS_TOKEN": "<YOUR_TOKEN>"
      }
    } 
  }
}

Development

npx @modelcontextprotocol/inspector \
  -e OSC_ACCESS_TOKEN=<osc-access-token> \
  npx tsx src/index.ts

License

This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

Share:
Details:
  • Stars


    6
  • Forks


    5
  • Last commit


    2 months ago
  • Repository age


    7 months
  • License


    MIT
View Repository

Auto-fetched from GitHub .

MCP servers similar to Eyevinn Open Source Cloud MCP Server:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


Eyevinn Open Source Cloud MCP Server: MCP Server – MCP.Bar