Back to MCP Servers

Multi Agents Research

a KTOR server/ MCP server written in Kotlin applying multi-agents schools in a flexible research system to be used with coding or for research any general case.

search-data-extractionkotlinagent

Installation

npx -y multi-agents-research

Configuration

{
  "mcpServers": {
    "multi-agents-research": {
      "command": "npx",
      "args": ["-y", "multi-agents-research"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub