by schizoidcock · MCP Server · ★ 25
MCX - Modular Code Execution MCP server that lets AI agents execute code instead of calling tools directly. Based on Anthropic's code execution article. The Problem Traditional MCP has two inefficiencies: Tool definition overload - Loading all tool definitions floods context Intermediate result bloat - Every API response passes through the model The Solution Instead of calling tools directly, the agent writes code that runs in a sandbox: Result: 98% token reduction by filtering data inside the execution environment. Installation Requires Bun: MCX uses Bun for runtime.
| Stars | 25 |
| Forks | 1 |
| Language | TypeScript |
| Category | MCP Server |
| License | MIT |
| Quality Score | 67.5651468062663/100 |
| Last Updated | 2026-04-08 |
| Created | 2026-02-19 |
| Platforms | mcp, node |
| Est. Tokens | ~54k |
Explore other popular mcp server tools:
mcx is MCP server that lets AI agents execute code instead of calling tools directly.. It is categorized as a MCP Server with 25 GitHub stars.
mcx is primarily written in TypeScript.
You can find installation instructions and usage details in the mcx GitHub repository at github.com/schizoidcock/mcx. The project has 25 stars and 1 forks, indicating an active community.
mcx is released under the MIT license, making it free to use and modify according to the license terms.