Back to directory
onstartups/agentai-mcp-server

onstartups/agentai-mcp-server

@OnStartups

An MCP server that integrates with the Agent.ai API, providing web text extraction, web screenshots, and YouTube transcript capabilities through a dynamic function loading system.

agent-aiweb-scrapingscreenshotyoutube-transcriptdynamic-functionsmcp-servertool

Installation & Configuration

{
  "mcpServers": {
    "agentai": {
      "command": "npx",
      "args": [
        "-y",
        "@agentai/mcp-server"
      ],
      "env": {
        "API_TOKEN": "YOUR_API_TOKEN_HERE"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/17
Updated
2026/6/17