PluginBench
MCP Server

io.github.sani-savaliya/agentify MCP Server

io.github.sani-savaliya/agentify

What is the io.github.sani-savaliya/agentify MCP server?

Turn any OpenAPI/Swagger spec into an MCP server - every API operation becomes an agent tool.

How to install io.github.sani-savaliya/agentify

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • AGENTIFY_BEARER_TOKEN
    secret

    Optional. Sent to the upstream API as 'Authorization: Bearer <token>'.

  • AGENTIFY_API_KEY
    secret

    Optional API key for the upstream API. Sent as a header (name auto-discovered from the spec's security schemes, default X-API-Key).

  • AGENTIFY_API_KEY_HEADER

    Optional. Override the header name used for AGENTIFY_API_KEY.

  • AGENTIFY_API_KEY_QUERY

    Optional. Send AGENTIFY_API_KEY as this query parameter instead of a header.

  • AGENTIFY_BASIC_USER

    Optional HTTP basic auth username (pair with AGENTIFY_BASIC_PASS).

  • AGENTIFY_BASIC_PASS
    secret

    Optional HTTP basic auth password (pair with AGENTIFY_BASIC_USER).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentify": {
      "command": "npx",
      "args": [
        "-y",
        "agentify-openapi",
        "openapi_spec_url"
      ],
      "env": {
        "AGENTIFY_BEARER_TOKEN": "<YOUR_AGENTIFY_BEARER_TOKEN>",
        "AGENTIFY_API_KEY": "<YOUR_AGENTIFY_API_KEY>",
        "AGENTIFY_API_KEY_HEADER": "<YOUR_AGENTIFY_API_KEY_HEADER>",
        "AGENTIFY_API_KEY_QUERY": "<YOUR_AGENTIFY_API_KEY_QUERY>",
        "AGENTIFY_BASIC_USER": "<YOUR_AGENTIFY_BASIC_USER>",
        "AGENTIFY_BASIC_PASS": "<YOUR_AGENTIFY_BASIC_PASS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agentify": {
      "command": "npx",
      "args": [
        "-y",
        "agentify-openapi",
        "openapi_spec_url"
      ],
      "env": {
        "AGENTIFY_BEARER_TOKEN": "<YOUR_AGENTIFY_BEARER_TOKEN>",
        "AGENTIFY_API_KEY": "<YOUR_AGENTIFY_API_KEY>",
        "AGENTIFY_API_KEY_HEADER": "<YOUR_AGENTIFY_API_KEY_HEADER>",
        "AGENTIFY_API_KEY_QUERY": "<YOUR_AGENTIFY_API_KEY_QUERY>",
        "AGENTIFY_BASIC_USER": "<YOUR_AGENTIFY_BASIC_USER>",
        "AGENTIFY_BASIC_PASS": "<YOUR_AGENTIFY_BASIC_PASS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agentify": {
      "command": "npx",
      "args": [
        "-y",
        "agentify-openapi",
        "openapi_spec_url"
      ],
      "env": {
        "AGENTIFY_BEARER_TOKEN": "<YOUR_AGENTIFY_BEARER_TOKEN>",
        "AGENTIFY_API_KEY": "<YOUR_AGENTIFY_API_KEY>",
        "AGENTIFY_API_KEY_HEADER": "<YOUR_AGENTIFY_API_KEY_HEADER>",
        "AGENTIFY_API_KEY_QUERY": "<YOUR_AGENTIFY_API_KEY_QUERY>",
        "AGENTIFY_BASIC_USER": "<YOUR_AGENTIFY_BASIC_USER>",
        "AGENTIFY_BASIC_PASS": "<YOUR_AGENTIFY_BASIC_PASS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agentify": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agentify-openapi",
        "openapi_spec_url"
      ],
      "env": {
        "AGENTIFY_BEARER_TOKEN": "<YOUR_AGENTIFY_BEARER_TOKEN>",
        "AGENTIFY_API_KEY": "<YOUR_AGENTIFY_API_KEY>",
        "AGENTIFY_API_KEY_HEADER": "<YOUR_AGENTIFY_API_KEY_HEADER>",
        "AGENTIFY_API_KEY_QUERY": "<YOUR_AGENTIFY_API_KEY_QUERY>",
        "AGENTIFY_BASIC_USER": "<YOUR_AGENTIFY_BASIC_USER>",
        "AGENTIFY_BASIC_PASS": "<YOUR_AGENTIFY_BASIC_PASS>"
      }
    }
  }
}
Claude Code
claude mcp add agentify --env AGENTIFY_BEARER_TOKEN=<YOUR_AGENTIFY_BEARER_TOKEN> --env AGENTIFY_API_KEY=<YOUR_AGENTIFY_API_KEY> --env AGENTIFY_API_KEY_HEADER=<YOUR_AGENTIFY_API_KEY_HEADER> --env AGENTIFY_API_KEY_QUERY=<YOUR_AGENTIFY_API_KEY_QUERY> --env AGENTIFY_BASIC_USER=<YOUR_AGENTIFY_BASIC_USER> --env AGENTIFY_BASIC_PASS=<YOUR_AGENTIFY_BASIC_PASS> -- npx -y agentify-openapi openapi_spec_url

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →