mcpbeat Sign in

Agentify MCP Server

by sani-savaliya Your server? Claim it
local only

Agentify runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm. Last commit 15 Jun 2026.

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

Installs per day peak 24 · avg 7 · -35% w/w
a month agotoday
29
Installs / week
npm · agentify-openapi
1
Stars
0 open issues
15 Jun 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Agentify every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agentify -- npx -y agentify-openapi
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentify": {
      "args": [
        "-y",
        "agentify-openapi"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentify]
command = "npx"
args = ["-y", "agentify-openapi"]
.cursor/mcp.json
{
  "mcpServers": {
    "agentify": {
      "args": [
        "-y",
        "agentify-openapi"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentify": {
      "args": [
        "-y",
        "agentify-openapi"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AGENTIFY_BEARER_TOKEN (Optional. Sent to the upstream API as 'Authorization: Bearer <token>'.), AGENTIFY_API_KEY (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 (Optional HTTP basic auth password (pair with AGENTIFY_BASIC_USER).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agentify

same job, measured the same way
MCP Openapi
by infoinlet-marketplace

Turn any OpenAPI/Swagger spec into MCP tools — each operation an SSRF-guarded tool.

27 installs/wk local only
Openapi
by docat0209

Turn any OpenAPI/Swagger spec into MCP tools. Zero config, zero code.

267 installs/wk local only
mcpify
by furkan708

Focused, production-ready CLI: turn any OpenAPI REST API into an MCP server.

5 440 installs/wk local only
Specrun
by pavelpiha

MCP server that converts OpenAPI specs into tools which can query API endpoints

local only
Idf MCP
by intent-driven-software

Turn an IDF domain into an MCP server with invariants and role scopes in every tool description.

32 installs/wk local only
MCP Openapi Runner
by saurav61091

Turn any OpenAPI 3.x spec into callable MCP tools for Claude. No custom integration code needed.

47 installs/wk local only
Vantagate MCP Server
by aderix

VantaGate MCP Server & OpenAPI integration - Human-in-the-Loop for AI Agents

67 installs/wk local only
Jitapi
by nk3750

Turn any OpenAPI spec into an executable agent interface using graphs and semantic search.

61 installs/wk local only

Agentify — questions

Answers built from our own checks of this server.

Why is there no uptime for Agentify?
Agentify runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package agentify-openapi was installed 29 times last week.
How do I connect Agentify?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls agentify-openapi straight from npm; nothing to host, nothing to sign up for.
How many people use Agentify?
The npm package agentify-openapi was installed 29 times in the last week. Week over week that is -35%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agentify open source?
We cannot say either way: written in TypeScript and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.