Omni-MCP
Allows invoking the FFmpeg CLI for multimedia processing tasks such as transcoding, converting, and manipulating audio and video files.
Allows connecting to GraphQL endpoints, including schema discovery and executing queries and mutations.
Allows connecting to MySQL databases to execute SQL queries and interact with data.
Allows connecting to PostgreSQL databases to execute SQL queries and interact with data.
Allows importing Postman collections and exposing the APIs they define as callable tools.
Allows analyzing Python codebases and exposing their functions and modules as callable tools.
Allows connecting to SQLite databases to execute SQL queries and interact with data.
Allows importing Swagger/OpenAPI specifications and turning the described REST APIs into callable tools.
Allows analyzing TypeScript codebases and exposing their functions and modules as callable tools.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Omni-MCPmcpify the Petstore API spec at https://petstore3.swagger.io/api/v3/openapi.json"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
š Omni-MCP
MCPify Anything ā Turn any API, CLI, database, website, SDK, or codebase into a production-ready MCP server.
What is Omni-MCP?
Omni-MCP is a universal adapter engine that converts arbitrary computational surfaces into secure, dynamically discoverable Model Context Protocol (MCP) capabilities.
# Point at an OpenAPI spec ā get a working MCP server
mcpify https://api.example.com/openapi.json
# Point at a CLI tool
mcpify ffmpeg
# Point at a database
mcpify postgres://localhost/mydb
# Point at a website
mcpify https://internal.company.localRelated MCP server: mcpify
Quick Start
# Install dependencies
bun install
# Build all packages
bun run build
# Run the CLI
cd apps/cli && bun run src/index.ts https://petstore3.swagger.io/api/v3/openapi.json
# Start the web app
cd apps/web && bun devArchitecture
Omni-MCP uses a four-layer pipeline architecture:
Ingestion & Introspection ā Understand the target system
Semantic Synthesis ā Design AI-friendly tools
Runtime & Execution ā Execute safely with auth, sandboxing, and validation
MCP Gateway ā Expose via tools, resources, prompts over stdio/HTTP
Project Structure
omni-mcp/
āāā apps/
ā āāā cli/ # mcpify CLI application
ā āāā web/ # Next.js 15 web app (landing + dashboard)
āāā packages/
ā āāā types/ # Canonical IR types
ā āāā core/ # Engine core (detector, registry, pipeline)
ā āāā mcp/ # MCP gateway (Server wrapper, transports)
ā āāā adapter-openapi/ # OpenAPI/Swagger adapter
ā āāā typescript-config/ # Shared TypeScript configs
ā āāā eslint-config/ # Shared ESLint config
āāā turbo.json # Turborepo configuration
āāā package.json # Workspace rootSupported Targets (Phase 1)
ā OpenAPI / Swagger specifications
š CLI tools
š Postman collections
š PostgreSQL / MySQL / SQLite
š GraphQL
š TypeScript/Python repositories
š Websites (Playwright)
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Discover and call 10,000+ production APIs from one MCP server. Pay-per-call billing for AI agents.
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
Hosted MCP server for AI-driven data ops. Create apps, manage schemas, and CRUD structured data.
Unified MCP Server is a remote MCP connector for AI agents and vertical AI products that provides access to 22,000+ authorized SaaS tools across 400+ integrations and 24 categories directly inside LLMs (Claude, GPT, Gemini, Cohere). Tools operate only on explicitly authorized customer connections, enabling agents to safely read and write against live third-party systems.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceOne command to turn any codebase into an MCP server. Not just REST APIs. Not just OpenAPI specs.45Apache 2.0
- AlicenseNot gradedqualityCmaintenanceTurns any OpenAPI specification into a fully working MCP server with a single command, enabling AI agents to call APIs without writing any glue code.3 npmMIT
- AlicenseNot gradedqualityDmaintenanceAutomatically converts CLI tools, APIs, and programs into MCP servers for LLM and agentic use, enabling rapid integration without manual server implementation.1MIT
- FlicenseNot gradedqualityDmaintenanceTurns any codebase into a working MCP server by analyzing GitHub repos or uploaded code, discovering capabilities, and generating a runnable FastMCP server with curated connections.-