Back to MCP Servers
Apifable
MCP server that helps AI agents explore OpenAPI specs, search endpoints, and generate TypeScript types.
developer-toolstypescriptapiaiagent
By ycs77
Installation
npx -y apifableConfiguration
{
"mcpServers": {
"apifable": {
"command": "npx",
"args": ["-y", "apifable"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes