Wolido/OpenAaaS
[](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
Configuration
{
"mcpServers": {
"wolido-openaaas": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-wolido-openaaas"
],
"env": {}
}
}
}