Skip to main content
Version: 1.1.x

Connecting to MCPX

MCPX supports fast local prototyping as well as robust containerized deployment. Depending on your environment and use case, you can connect to MCPX using one of the following approaches:

Run with Your MCP Client (for Development)

If you're experimenting or building quickly, you can launch MCPX directly on your machine using Node.js.

  • Zero infrastructure
  • Fast iteration cycles
  • Ideal for building or debugging agents

Connect with an Agent

Want to give your agent access to real tools via MCPX? This method lets agents like Claude or Cursor act as an agent that connects through your running MCPX instance.

  • Your agent makes HTTP requests to your MCPX endpoint
  • Works with hosted tools or local proxies
  • Secure and scoped via access policies