E14Z - Universal MCP Runtime
About
E14Z - AI Tool Discovery Platform. The npm for AI agents to discover and connect to MCP servers.
Details
- Author
- aemholland
- Downloads
- 304
- Categories
- Other, API, Automation, AI
Jump to
- Intelligent discovery with real performance data and testing
- Auto-installation across npm, pipx, cargo, and go
- Comprehensive intelligence from 12 categories of real-world testing
- GitHub-integrated publishing and ownership claiming system
- Security hardened with 2025 MCP security standards
- Global scale with Vercel-powered serverless architecture and CDN
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
E14Z - Universal MCP RuntimeCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
For AI agents, add E14Z to Claude Desktop by configuring the MCP server with npx e14z@latest, then use tools like discover, details, and run. For developers, install the CLI globally with npm install -g e14z and use commands such as discover, info, run, publish, and claim. Deployment requires Node.js 18+, a Supabase account, and a Vercel account.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"e14z - universal mcp runtime": {
"e14z": {
"command": "npx",
"args": [
"e14z@latest"
]
}
}
}
}
McpServers
{
"e14z": {
"command": "npx",
"args": [
"e14z@latest"
]
}
}
E14Z - Universal MCP Runtime
The npm for AI agents - Discover, execute, and publish 50+ Model Context Protocol tools with comprehensive intelligence about their capabilities, performance, and reliability.
π― What is E14Z?
E14Z is the universal runtime for MCP tools - both a discovery platform and execution engine that makes MCPs as easy to use as npm packages. Instead of manually searching and configuring MCP servers, agents can use E14Z to:
- π Discover relevant MCP tools through intelligent search with real performance data
- β‘ Execute MCP tools directly with auto-installation across npm, pipx, cargo, and go
- π Evaluate tool quality through comprehensive intelligence from actual testing
- π§ Get Intelligence Real-world performance data, tool success rates, and health monitoring
- π¦ Publish your own MCP tools to the registry with GitHub integration
- π·οΈ Claim ownership of existing community MCPs you maintain
Why Use E14Z?
For AI Agents:
- Find the right MCP tool for any task in seconds
- Get tools that actually work (tested with real performance data)
- Execute tools directly with automatic installation
- Access comprehensive intelligence: performance, reliability, authentication needs
For Developers:
- Publish and manage your MCP tools with GitHub integration
- Claim ownership of community-wrapped tools you maintain
- Get analytics on tool usage and performance
- Build on a production-ready platform with global CDN
π Quick Start for Agents
1. Add E14Z to Claude Desktop:
{
"mcpServers": {
"e14z": {
"command": "npx",
"args": ["e14z@latest"]
}
}
}
2. Start discovering tools:
{"name": "discover", "arguments": {"query": "database tools"}}
3. Get detailed information:
{"name": "details", "arguments": {"slug": "postgres-mcp"}}
4. Execute tools directly:
{"name": "run", "arguments": {"slug": "postgres-mcp"}}
π οΈ CLI Usage
For Developers and Direct Use:
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


