Back to Apps
MCPFier
by gleicon
Transform any script, command, or API into a standardized MCP server with embedded analytics.
0 stars
Works in:claude
Exposes:Tools
What it does
MCPFier acts as a universal bridge that converts local shell commands, Docker containers, or HTTP webhooks into MCP tools. It allows LLMs to execute arbitrary scripts through a standardized protocol, providing an enterprise-ready gateway with security, authentication, and monitoring.
Tools
- Configurable Custom Tools: Dynamically defined via
config.yaml, allowing the AI to run any script or API call you define. - Local Execution: Run native shell commands directly on the host.
- Containerized Execution: Execute tasks within isolated Docker containers for enhanced security.
- Webhook Integration: Bridge MCP clients to external REST APIs via HTTP requests.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mcpfier": {
"command": "/path/to/mcpfier",
"args": ["--mcp"]
}
}
}
Supported hosts
- claude
Quick install
./mcpfier --mcpInformation
- Pricing
- free
- Published
- 7/8/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add to claude_desktop_config.json with command: /path/to/mcpfier and args: ["--mcp"]





