agentify
About
Turn any OpenAPI/Swagger spec into an MCP server - every API operation becomes an agent tool.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
AGENTIFY_BEARER_TOKEN AGENTIFY_API_KEY AGENTIFY_API_KEY_HEADER AGENTIFY_API_KEY_QUERY AGENTIFY_BASIC_USER AGENTIFY_BASIC_PASSClaude Code
claude mcp add --env AGENTIFY_BEARER_TOKEN= --env AGENTIFY_API_KEY= --env AGENTIFY_API_KEY_HEADER= --env AGENTIFY_API_KEY_QUERY= --env AGENTIFY_BASIC_USER= --env AGENTIFY_BASIC_PASS= agentify -- npx agentify-openapi
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"agentify","command":"npx","args":["agentify-openapi"],"env":{"AGENTIFY_BEARER_TOKEN":"","AGENTIFY_API_KEY":"","AGENTIFY_API_KEY_HEADER":"","AGENTIFY_API_KEY_QUERY":"","AGENTIFY_BASIC_USER":"","AGENTIFY_BASIC_PASS":""}}'
JSON
{
"mcpServers": {
"agentify": {
"command": "npx",
"args": [
"agentify-openapi"
],
"env": {
"AGENTIFY_BEARER_TOKEN": "",
"AGENTIFY_API_KEY": "",
"AGENTIFY_API_KEY_HEADER": "",
"AGENTIFY_API_KEY_QUERY": "",
"AGENTIFY_BASIC_USER": "",
"AGENTIFY_BASIC_PASS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.