AI-Research-SKILLs (MCP Server)

GitHub

Comprehensive open-source library of AI research and engineering skills for any AI model. Package the skills and your claude code/codex/gemini agent will be an AI research agent with full horsepower. Maintained by Orchestra Research.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "AI-Research-SKILLs": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-AI-Research-SKILLs"
      ]
    }
  }
}