Skip to content
MCP Server Community By @Wolido

Wolido/OpenAaaS

[![Wolido/OpenAaaS MCP server](https://glama.ai/mcp/servers/Wolido/OpenAaaS/badges/score.svg)](https://glama.ai/mcp/servers/Wolido/OpenAaaS) 🐍 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Python MCP adapter connecting Claude/Cursor/Cline to the OpenAaaS scientific agent network. Submit tasks to remote research agents (literature analysis, materials databases, etc.) β€” data stays local, only KB~MB results flow. Install: `uvx openaaas-mcp-adapter`.

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide β†’
Connected Apps: Wolido/OpenAaaS Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-wolido-openaaas

Detailed Documentation

Wolido/OpenAaaS MCP server 🐍 🏠 ☁️ 🍎 πŸͺŸ 🐧 - Python MCP adapter connecting Claude/Cursor/Cline to the OpenAaaS scientific agent network. Submit tasks to remote research agents (literature analysis, materials databases, etc.) β€” data stays local, only KB~MB results flow. Install: uvx openaaas-mcp-adapter.

Configuration

{
  "mcpServers": {
    "wolido-openaaas": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-wolido-openaaas"
      ],
      "env": {}
    }
  }
}