mcpfier

gleicon/mcpfier
★ 26 stars Go 🤖 AI/LLM Updated 1mo ago
MCPfy your scripts and tasks, half agent, half mcp server, fully at your command
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpfier": {
      "command": "go",
      "args": [
        "run",
        "github.com/gleicon/mcpfier@latest"
      ]
    }
  }
}